diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-01-26 15:48:38 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-01-26 16:05:26 +0200 |
commit | 474fdab95457b43e4366e437c8e7cccca0199ac8 (patch) | |
tree | 88df2190f25e284d779153d2eea2e85537d42b6d /sdc-os-chef/environments | |
parent | f96c42cd1dbf65bb47920a26dde4c5ab9708377d (diff) |
Remove ES + Kibana
Remove logo from ci report
Change-Id: Idef648bc04feffc64ac513e0dbf212256e740978
Issue-ID: SDC-2724
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'sdc-os-chef/environments')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index 651d64d81b..ceecd6a773 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -10,8 +10,6 @@ "BE_VIP": "yyy", "ONBOARDING_BE_VIP": "yyy", "FE_VIP": "yyy", - "ES_VIP": "yyy", - "KB_VIP": "yyy", "DCAE_BE_VIP": "yyy", "DCAE_FE_VIP": "yyy", "DCAE_TOSCA_LAB_VIP": "yyy", @@ -38,11 +36,7 @@ ], "BE": "yyy", "ONBOARDING_BE": "yyy", - "FE": "yyy", - "ES": [ - "yyy" - ], - "KB": "yyy" + "FE": "yyy" }, "VnfRepo": { "vnfRepoPort": "8702", @@ -66,13 +60,6 @@ "domain_name": "sdc", "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" }, - "elasticsearch": { - "cluster_name": "SDC-ES-", - "ES_path_home": "/usr/share/elasticsearch", - "ES_path_data": "/usr/share/elasticsearch/data", - "num_of_replicas": "0", - "num_of_shards": "1" - }, "cassandra": { "cassandra_port": 9042, "concurrent_reads": "32", |