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

ansible SHA for legacy swarm etcd url #315

Merged
merged 1 commit into from
Dec 12, 2017

Conversation

chrisplo
Copy link
Contributor

swarm's etcd on workers should be 127.0.0.1

old code had etcd_proxy listen on all interfaces, #376
removed the ETCD_LISTEN_CLIENT_URLS env var that configured that.

The proxy only listens on 127.0.0.1, but swarm startup script was
pointing to the control interface's IP.

Signed-off-by: Chris Plock chrisplo@cisco.com

swarm's etcd on workers should be 127.0.0.1

old code had etcd_proxy listen on all interfaces, #376
removed the ETCD_LISTEN_CLIENT_URLS env var that configured that.

The proxy only listens on 127.0.0.1, but swarm startup script was
pointing to the control interface's IP.

Signed-off-by: Chris Plock <chrisplo@cisco.com>
@chrisplo
Copy link
Contributor Author

build PR

Copy link
Member

@vhosakot vhosakot left a comment

Choose a reason for hiding this comment

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

👍 wonder we can automate this?

Copy link
Contributor

@unclejack unclejack left a comment

Choose a reason for hiding this comment

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

LGTM

@chrisplo chrisplo merged commit b54fd8d into contiv:master Dec 12, 2017
@chrisplo chrisplo deleted the fix_legacy_etcd_proxy_url branch December 12, 2017 22:37
@chrisplo
Copy link
Contributor Author

ansible commit and some testing results: contiv/ansible#383

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.

4 participants