Align sdc configuration in oom 67/58267/1
authorMichael Lando <ml636r@att.com>
Tue, 31 Jul 2018 18:02:54 +0000 (21:02 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 31 Jul 2018 18:02:54 +0000 (21:02 +0300)
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>
kubernetes/sdc/resources/config/environments/AUTO.json

index ba6fe97..7700a78 100755 (executable)
@@ -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"
                 "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}}"
             "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",