From: Borislav Glozman Date: Wed, 20 Mar 2019 14:38:02 +0000 (+0000) Subject: Merge "Add helm chart for SO VNFM adapter" X-Git-Tag: 4.0.0-ONAP~299 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0bf9b31a1be15a1dadc1bc693fec6fccc30fef47;hp=-c;p=oom.git Merge "Add helm chart for SO VNFM adapter" --- 0bf9b31a1be15a1dadc1bc693fec6fccc30fef47 diff --combined kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py index 8c23ef9e49,ca415e8235..c23accd82f --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py @@@ -27,7 -27,7 +27,7 @@@ 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_PORT = "80" +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) GLOBAL_ASDC_SERVER_PROTOCOL = "http" @@@ -87,7 -87,7 +87,7 @@@ GLOBAL_MSO_OPENSTACK_SERVER_PORT = "808 GLOBAL_MSO_REQDB_SERVER_PORT = "8083" GLOBAL_MSO_SDNC_SERVER_PORT = "8086" GLOBAL_MSO_VFC_SERVER_PORT = "8084" - + GLOBAL_MSO_VNFM_SERVER_PORT = "9092" GLOBAL_MSO_USERNAME = "{{ .Values.soUsername }}" GLOBAL_MSO_CATDB_USERNAME = "{{ .Values.soCatdbUsername }}" GLOBAL_MSO_PASSWORD = "{{ .Values.soPassword }}"