diff options
author | Jun (Nicolas) Hu <jh245g@att.com> | 2018-08-13 13:40:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 13:40:13 +0000 |
commit | 6a8da487ddd0ee76c31ff1a456523a580595636c (patch) | |
tree | 530d8394211212d1e69c46a312f9adf342686e46 | |
parent | 89c8712edfd066141650d2d60d7cb600aea71c51 (diff) | |
parent | 1b713c83b57850b9804d17d7e2137c34768dcbc0 (diff) |
Merge "Align sdc configuration in oom"
-rwxr-xr-x | kubernetes/sdc/resources/config/environments/AUTO.json | 8 |
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", |