Merge "Create a minimal environment file"
[oom.git] / kubernetes / robot / resources / config / eteshare / config / integration_robot_properties.py
index 38bfceb..a37692f 100644 (file)
@@ -69,6 +69,18 @@ GLOBAL_POMBA_SERVER_PROTOCOL = "http"
 GLOBAL_POMBA_AAICONTEXTBUILDER_PORT = "9530"
 GLOBAL_POMBA_SDCCONTEXTBUILDER_PORT = "9530"
 GLOBAL_POMBA_NETWORKDISCCONTEXTBUILDER_PORT = "9530"
+# vvp info
+GLOBAL_VVP_SERVER_PROTOCOL = "http"
+GLOBAL_VVP_CI_UWSGI_PORT = "8282"
+GLOBAL_VVP_CMS_UWSGI_PORT1 = "80"
+GLOBAL_VVP_EM_UWSGI_PORT = "80"
+GLOBAL_VVP_EXT_HAPROXY_PORT1 = "80"
+GLOBAL_VVP_GITLAB_PORT1 = "80"
+GLOBAL_VVP_IMAGESCANNER_PORT = "80"
+GLOBAL_VVP_INT_HAPROXY_PORT1 = "80"
+GLOBAL_VVP_JENKINS_PORT = "8080"
+GLOBAL_VVP_POSTGRES_PORT = "5432"
+GLOBAL_VVP_REDIS_PORT = "6379"
 # microservice bus info - everything is from the private oam network (also called onap private network)
 GLOBAL_MSB_SERVER_PROTOCOL = "http"
 GLOBAL_MSB_SERVER_PORT = "80"
@@ -101,6 +113,11 @@ GLOBAL_OOF_SERVER_PROTOCOL = "http"
 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
 # oof-sniro info - everything is from the private oam network (also called onap private network)
 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
+# oof cmso global info - everything is from the private oam network (also called onap private network)
+GLOBAL_OOF_CMSO_PROTOCOL = "http"
+GLOBAL_OOF_CMSO_SERVER_PORT = "8080"
+GLOBAL_OOF_CMSO_USERNAME = "none"
+GLOBAL_OOF_CMSO_PASSWORD = "none"
 # openstack info - info to select right info in environment
 # packet generate vnf info - everything is from the private oam network (also called onap private network)
 GLOBAL_PACKET_GENERATOR_PORT = "8183"
@@ -131,8 +148,8 @@ GLOBAL_SMS_SERVER_PROTOCOL = "https"
 GLOBAL_SMS_SERVER_NAME = "aaf-sms.{{include "common.namespace" .}}"
 GLOBAL_SMS_SERVER_PORT = "10443"
 # vid info - everything is from the private oam network (also called onap private network)
-GLOBAL_VID_SERVER_PROTOCOL = "https"
-GLOBAL_VID_SERVER_PORT = "8443"
+GLOBAL_VID_SERVER_PROTOCOL = "{{ .Values.vidServerProtocol }}"
+GLOBAL_VID_SERVER_PORT = "{{ .Values.vidServerPort }}"
 GLOBAL_VID_USERNAME = "{{ .Values.vidUsername }}"
 GLOBAL_VID_PASSWORD = "{{ .Values.vidPassword}}"
 GLOBAL_VID_HEALTH_USERNAME = "{{ .Values.vidHealthUsername }}"