From: Michael Lando Date: Tue, 31 Jul 2018 18:02:54 +0000 (+0300) Subject: Align sdc configuration in oom X-Git-Tag: 3.0.0-ONAP~456^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1b713c83b57850b9804d17d7e2137c34768dcbc0;p=oom.git 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 --- 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",