Skip to content

Commit

Permalink
Revert "Add advertise_addr to Consul config for 0.6.0 req"
Browse files Browse the repository at this point in the history
This reverts commit 23f663b.
  • Loading branch information
bensojona committed Dec 8, 2015
1 parent eaf6515 commit f71c069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packer/config/consul/consul_client.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"ui_dir": "/opt/consul/ui",
"client_addr": "0.0.0.0",
"bind_addr": "0.0.0.0",
"advertise_addr": "0.0.0.0",
"atlas_join": true,
"atlas_infrastructure": "{{ atlas_username }}/{{ atlas_environment }}",
"atlas_token": "{{ atlas_token }}",
Expand Down
4 changes: 1 addition & 3 deletions packer/config/consul/consul_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"ui_dir": "/opt/consul/ui",
"client_addr": "0.0.0.0",
"bind_addr": "0.0.0.0",
"advertise_addr": "0.0.0.0",
"atlas_join": true,
"atlas_infrastructure": "{{ atlas_username }}/{{ atlas_environment }}",
"atlas_token": "{{ atlas_token }}",
"bootstrap_expect": {{ consul_server_count }},
"datacenter": "{{ datacenter }}",
"node_name": "{{ node_name }}",
"skip_leave_on_interrupt": true,
"leave_on_terminate": false
"skip_leave_on_interrupt": true
}

0 comments on commit f71c069

Please sign in to comment.