diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-07-25 15:52:16 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-07-25 15:52:16 +0300 |
commit | a9d103d2f0cfc4c10e2e421f63c0ef9655454c88 (patch) | |
tree | 2458ef0614cadd7ede86444597808023bda5519c /sdc-os-chef | |
parent | 3283393bab7cc57af2dc8b70419adbbb34af5c90 (diff) |
[sdc] - sdctool configuration.yaml was missing settings of localDataCenter
Change-Id: Ia53c0f5f51073d0a75afff225fa0698f629ced5f
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb index bc96582615..e1a5b0a75c 100644 --- a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb +++ b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb @@ -68,7 +68,7 @@ users: cassandraConfig: cassandraHosts: [<%= @cassandra_ip %>] - localDataCenter: + localDataCenter: <%= @DC_NAME %> reconnectTimeout : 30000 authenticate: true username: asdc_user |