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

Passing netmaster_port paramter to netmaster initialization #331

Closed

Conversation

neelimamukiri
Copy link
Contributor

Fixes #299. We already had the netmaster_port being used as a parameter, but it was only used to open the ports. Not adding it to netmaster as an option as well.

@neelimamukiri neelimamukiri changed the title Passing netmaster_port paramter to netmaster initialziation Passing netmaster_port paramter to netmaster initialization Feb 8, 2017
@@ -1 +1 @@
NETMASTER_ARGS="--cluster-mode {{netplugin_mode}} -cluster-store {{cluster_store}} "
NETMASTER_ARGS="--cluster-mode {{netplugin_mode}} -cluster-store {{cluster_store}} -listen-url :{{ netmaster_port }}"
Copy link

Choose a reason for hiding this comment

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

per @DivyaVavili we need some non-trivial changes before we can make the port configurable. We have contiv/netplugin#705 to track this, but won't be done by beta time frame.

@dvavili
Copy link
Contributor

dvavili commented Jun 7, 2017

Closing this as it's already handled in #342

@dvavili dvavili closed this Jun 7, 2017
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.

3 participants