Skip to content

Commit

Permalink
Merge pull request #315 from chrisplo/fix_legacy_etcd_proxy_url
Browse files Browse the repository at this point in the history
ansible SHA for legacy swarm etcd url

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.
  • Loading branch information
chrisplo authored Dec 12, 2017
2 parents f0066e7 + 9ea31c1 commit b54fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export CONTIV_ANSIBLE_OWNER ?= contiv
#export CONTIV_ANSIBLE_IMAGE ?= contiv/install:$(DEFAULT_DOWNLOAD_CONTIV_VERSION)
export CONTIV_ANSIBLE_IMAGE ?= contiv/install:1.1.7-bash-netcat
export CONTIV_V2PLUGIN_TARBALL_NAME := v2plugin-$(CONTIV_V2PLUGIN_VERSION).tar.gz
export CONTIV_ANSIBLE_COMMIT ?= 8e20f56d541af8bc7a3ecbde0d9c64fa943812ed
export CONTIV_ANSIBLE_COMMIT ?= 00da7b2a1fd9f631bcfe283a0a640d903ca389f4
export CONTIV_ANSIBLE_OWNER ?= contiv

# this is the classic first makefile target, and it's also the default target
Expand Down

0 comments on commit b54fd8d

Please sign in to comment.