Skip to content

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

Open
like-inspur wants to merge 2 commits intomonasca:masterfrom
like-inspur:master
Open

So far use STORM_UI_HOST isn't suitable for docker, because container…#519
like-inspur wants to merge 2 commits intomonasca:masterfrom
like-inspur:master

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

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