summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-07-31 21:02:54 +0300
committerMichael Lando <ml636r@att.com>2018-07-31 21:02:54 +0300
commit1b713c83b57850b9804d17d7e2137c34768dcbc0 (patch)
treedb9b77ce8b2a3d368b9343e0e1b30b7cd38809c2 /kubernetes/sdc
parentc4bc1140b18057c2e5e83b6241258d9a39105982 (diff)
Align sdc configuration in oom
update Cassndra parmeters to include DataCenter section. add place holders for the dcae-ds services that will be add later. Change-Id: I4c16ab63c2ae82be637496de267f06de9f79667d Issue-ID: SDC-1581 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'kubernetes/sdc')
-rwxr-xr-xkubernetes/sdc/resources/config/environments/AUTO.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/sdc/resources/config/environments/AUTO.json b/kubernetes/sdc/resources/config/environments/AUTO.json
index ba6fe9705c..7700a787bf 100755
--- a/kubernetes/sdc/resources/config/environments/AUTO.json
+++ b/kubernetes/sdc/resources/config/environments/AUTO.json
@@ -15,7 +15,8 @@
"FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
"ES_VIP": "sdc-es.{{include "common.namespace" .}}",
"KB_VIP": "sdc-kb.{{include "common.namespace" .}}",
-
+ "DCAE_BE_VIP": "",
+ "DCAE_FE_VIP": "",
"interfaces": {
"application": "eth0",
"private": "eth0"
@@ -55,6 +56,10 @@
"dcae_discovery_url": "{{.Values.config.environment.dcaeUrl}}",
"dcae_source_url": "{{.Values.config.environment.dcaeUrl}}"
},
+ "DCAE-TAB": {
+ "dcae_dt_discovery_url": "",
+ "dcae_dt_source_url": ""
+ },
"WORKFLOW": {
"workflow_discovery_url": "{{.Values.config.environment.workflowUrl}}",
"workflow_source_url": "{{.Values.config.environment.workflowUrl}}"
@@ -95,6 +100,7 @@
"cassandra_password": "Aa1234%^!",
"concurrent_writes": "32",
"cluster_name": "SDC-CS-",
+ "datacenter_name": "SDC-CS-",
"multithreaded_compaction": "false",
"cache_dir": "/var/lib/cassandra/saved_caches",
"log_file": "/var/lib/cassandra/log/system.log",