Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So far use STORM_UI_HOST isn't suitable for docker, because container… #519

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

like-inspur
Copy link

… ip will be changed. So it should expose address using 0.0.0.0

Copy link
Member

@matrixik matrixik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, bump version in https://github.com/monasca/monasca-docker/blob/master/storm/build.yml#L3
from 1.1.1-1.0.12 to 1.1.1-1.0.13

@@ -43,7 +43,7 @@ nimbus.seeds:
nimbus.thrift.port: {{ NIMBUS_THRIFT_PORT | default('6627') }}
nimbus.childopts: "{{ NIMBUS_CHILDOPTS }}"

ui.host: "{{ STORM_UI_HOST | default ('127.0.0.1') }}"
ui.host: 0.0.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to allow operator to change ui.host if he want to, so instead of removing all configuration option just replace default value: "{{ STORM_UI_HOST | default ('0.0.0.0') }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants