Skip to content

Commit

Permalink
Rename datacenter.
Browse files Browse the repository at this point in the history
- Change the datacenter value to "dc1" to be inline with examples
  • Loading branch information
brianshumate committed Jul 7, 2016
1 parent fc25dbd commit 4d828f2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@
## v1.0.8

- Update documentation

## v1.0.9

- Change datacenter value
2 changes: 1 addition & 1 deletion templates/bootstrap_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node_name": "{{ inventory_hostname_short }}",
"datacenter": "{{ consul_datacenter }}",
"data_dir": "{{ consul_data_path }}",
"datacenter": "online",
"datacenter": "dc1",
"domain": "{{ consul_domain }}",
"encrypt": "{{ consul_raw_key['stdout']}}",
"log_level": "{{ consul_log_level }}",
Expand Down
2 changes: 1 addition & 1 deletion templates/client_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node_name": "{{ inventory_hostname_short }}",
"datacenter": "{{ consul_datacenter }}",
"data_dir": "{{ consul_data_path }}",
"datacenter": "online",
"datacenter": "dc1",
"domain": "{{ consul_domain }}",
"encrypt": "{{ consul_raw_key['stdout']}}",
"log_level": "{{ consul_log_level }}",
Expand Down
2 changes: 1 addition & 1 deletion templates/server_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node_name": "{{ inventory_hostname_short }}",
"datacenter": "{{ consul_datacenter }}",
"data_dir": "{{ consul_data_path }}",
"datacenter": "online",
"datacenter": "dc1",
"domain": "{{ consul_domain }}",
"encrypt": "{{ consul_raw_key['stdout']}}",
"log_level": "{{ consul_log_level }}",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.8
v1.0.9

0 comments on commit 4d828f2

Please sign in to comment.