summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-08-09 20:51:30 +0000
committerAndreas Geissler <andreas-geissler@telekom.de>2019-08-15 13:57:54 +0000
commit0607ec18c1cf7c598865880d5f96c950f651bc72 (patch)
treed24dcea1dde534671623406c9152480866c81f35
parentbc87c358a72b4929e7f4f21c44a39a6e44ebd613 (diff)
Add cds parameters needed for cds robot healthcheck
Issue-ID: TEST-193 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I52274d02e917e9b0546a9f52808ec379c84889ab (cherry picked from commit e4e79763e2bd0bcbda51d9ee058e7a89df65ab7b)
-rw-r--r--resources/config/eteshare/config/robot_properties.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index 736c9d3..a8c14d8 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -116,6 +116,7 @@ GLOBAL_INJECTED_VM_IMAGE_NAME = '{{ .Values.ubuntu14Image }}'
GLOBAL_INJECTED_VID_IP_ADDR = 'vid.{{include "common.namespace" .}}'
GLOBAL_INJECTED_VM_FLAVOR = '{{ .Values.openStackFlavourMedium }}'
GLOBAL_INJECTED_VNFSDK_IP_ADDR = 'refrepo.{{include "common.namespace" .}}'
+GLOBAL_INJECTED_CCSDK_CDS_BLUEPRINT_PROCESSOR_IP_ADDR = 'cds-blueprints-processor-http.{{include "common.namespace" .}}'
# aaf info - everything is from the private oam network (also called onap private network)
GLOBAL_AAF_SERVER = 'https://aaf-service.{{include "common.namespace" .}}:8100'
@@ -306,3 +307,11 @@ GLOBAL_PRELOAD_DATA_FOLDER = "/var/opt/ONAP/demo/preload-data"
# location where TOSCA artifacts are loaded from
GLOBAL_TOSCA_ONBOARDING_PACKAGES_FOLDER = "/var/opt/ONAP/demo/tosca"
+
+# cds info - everything is from the private oam network (also called onap private network)
+GLOBAL_CCSDK_CDS_SERVER_PROTOCOL = "http"
+GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080"
+GLOBAL_CCSDK_CDS_USERNAME = 'ccsdkapps'
+GLOBAL_CCSDK_CDS_PASSWORD = 'ccsdkapps'
+GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CDS_USERNAME, GLOBAL_CDS_PASSWORD]
+