From: James MacNider Date: Thu, 11 Apr 2019 14:54:17 +0000 (+0000) Subject: Merge "Variables for dmaap-bc testcases" X-Git-Tag: 4.0.0-ONAP~239 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0d8123222308f0b7a74b919717c025cb027ea946;hp=-c;p=oom.git Merge "Variables for dmaap-bc testcases" --- 0d8123222308f0b7a74b919717c025cb027ea946 diff --combined kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py index 52a8c430bc,e8c735d60f..85a932e02d --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py @@@ -26,7 -26,7 +26,7 @@@ GLOBAL_APPC_SERVER_PROTOCOL = "http GLOBAL_APPC_SERVER_PORT = "8282" GLOBAL_APPC_USERNAME = "{{ .Values.appcUsername }}" GLOBAL_APPC_PASSWORD = "{{ .Values.appcPassword }}" -GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http" +GLOBAL_APPC_CDT_SERVER_PROTOCOL = "https" GLOBAL_APPC_CDT_SERVER_PORT = "18080" GLOBAL_APPC_CDT_USERNAME = "demo" # sdc info - everything is from the private oam network (also called onap private network) @@@ -84,6 -84,11 +84,11 @@@ GLOBAL_MSB_SERVER_PORT = "80 # message router info - everything is from the private oam network (also called onap private network) GLOBAL_MR_SERVER_PROTOCOL = "http" GLOBAL_MR_SERVER_PORT = "3904" + # bus controller info + GLOBAL_BC_SERVER_PORT = "8080" + GLOBAL_BC_HTTPS_SERVER_PORT = "8443" + GLOBAL_BC_USERNAME = "{{ .Values.bcUsername }}" + GLOBAL_BC_PASSWORD = "{{ .Values.bcPassword }}" # mso info - everything is from the private oam network (also called onap private network) GLOBAL_MSO_SERVER_PROTOCOL = "http" GLOBAL_MSO_SERVER_PORT = "8080"