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

consul config file step in install.yml is not idempotent #197

Open
colin-nolan opened this issue Apr 19, 2017 · 0 comments
Open

consul config file step in install.yml is not idempotent #197

colin-nolan opened this issue Apr 19, 2017 · 0 comments

Comments

@colin-nolan
Copy link

colin-nolan commented Apr 19, 2017

The consul config file step in install.yml sporadically makes changes to /etc/consul.conf, without a change in the configuration.

The problem is that the order of the values in the retry_join list keeps changing. e.g. I have observed the value of retry_join in /etc/consul.conf initially as:

"retry_join": ["192.168.102.51", "192.168.102.47"],

Then changed to:

"retry_join": ["192.168.102.47", "192.168.102.51"],

Other properties use unsorted lists, which would also cause this issue.

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

No branches or pull requests

1 participant