Variables for dmaap-bc testcases
[oom.git] / kubernetes / robot / resources / config / eteshare / config / integration_robot_properties.py
1 # Copyright (c) 2018 Amdocs, Bell Canada, and others
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # aaf info - everything is from the private oam network (also called onap private network)
16 GLOBAL_AAF_SERVER = "https://aaf-service.{{include "common.namespace" .}}:8100"
17 GLOBAL_AAF_USERNAME = "{{ .Values.aafUsername }}"
18 GLOBAL_AAF_PASSWORD = "{{ .Values.aafPassword }}"
19 # aai info - everything is from the private oam network (also called onap private network)
20 GLOBAL_AAI_SERVER_PROTOCOL = "https"
21 GLOBAL_AAI_SERVER_PORT = "8443"
22 GLOBAL_AAI_USERNAME = "{{ .Values.aaiUsername }}"
23 GLOBAL_AAI_PASSWORD = "{{ .Values.aaiPassword}}"
24 # appc info - everything is from the private oam network (also called onap private network)
25 GLOBAL_APPC_SERVER_PROTOCOL = "http"
26 GLOBAL_APPC_SERVER_PORT = "8282"
27 GLOBAL_APPC_USERNAME = "{{ .Values.appcUsername }}"
28 GLOBAL_APPC_PASSWORD = "{{ .Values.appcPassword }}"
29 GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
30 GLOBAL_APPC_CDT_SERVER_PORT = "18080"
31 GLOBAL_APPC_CDT_USERNAME = "demo"
32 # sdc info - everything is from the private oam network (also called onap private network)
33 GLOBAL_ASDC_SERVER_PROTOCOL = "http"
34 GLOBAL_ASDC_FE_PORT = "8181"
35 GLOBAL_ASDC_BE_PORT = "8080"
36 GLOBAL_ASDC_BE_ONBOARD_PORT = "8081"
37 GLOBAL_ASDC_BE_USERNAME = "beep"
38 GLOBAL_ASDC_BE_PASSWORD = "boop"
39 # clamp info - everything is from the private oam network (also called onap private network)
40 GLOBAL_CLAMP_SERVER_PROTOCOL = "https"
41 GLOBAL_CLAMP_SERVER_PORT = "8443"
42 # nbi info - everything is from the private oam network (also called onap private network)
43 GLOBAL_NBI_SERVER_PROTOCOL = "http"
44 GLOBAL_NBI_SERVER_PORT = "8080"
45 # cli info - everything is from the private oam network (also called onap private network)
46 GLOBAL_CLI_SERVER_PROTOCOL = "http"
47 GLOBAL_CLI_SERVER_PORT = "8080"
48 # dcae info - everything is from the private oam network (also called onap private network)
49 GLOBAL_DCAE_SERVER_PROTOCOL = "http"
50 GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"
51 GLOBAL_DCAE_USERNAME = "{{ .Values.dcaeUsername }}"
52 GLOBAL_DCAE_PASSWORD = "{{ .Values.dcaePassword}}"
53 # data router info - everything is from the private oam network (also called onap private network)
54 GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "http"
55 GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "8080"
56 GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "http"
57 GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8080"
58 # DROOL server port and credentials
59 GLOBAL_DROOLS_SERVER_PORT = "9696"
60 GLOBAL_DROOLS_USERNAME = "{{ .Values.droolsUsername }}"
61 GLOBAL_DROOLS_PASSWORD = "{{ .Values.droolsPassword }}"
62 # log server config - NOTE: no log server is run in HEAT; only on OOM
63 GLOBAL_LOG_SERVER_PROTOCOL = "http"
64 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
65 GLOBAL_LOG_LOGSTASH_PORT = "9600"
66 GLOBAL_LOG_KIBANA_PORT = "5601"
67 # pomba info - NOTE: no pomba is run in HEAT; only on OOM
68 GLOBAL_POMBA_SERVER_PROTOCOL_HTTP = "http"
69 GLOBAL_POMBA_SERVER_PROTOCOL_HTTPS = "https"
70 GLOBAL_POMBA_AAICONTEXTBUILDER_PORT = "9530"
71 GLOBAL_POMBA_SDCCONTEXTBUILDER_PORT = "9530"
72 GLOBAL_POMBA_NETWORKDISCCONTEXTBUILDER_PORT = "9530"
73 GLOBAL_POMBA_SERVICEDECOMPOSITION_PORT = "9532"
74 GLOBAL_POMBA_SDNCCXTBUILDER_PORT = "9530"
75 GLOBAL_POMBA_NETWORKDISCOVERY_MICROSERVICE_PORT = "9531"
76 GLOBAL_POMBA_VALIDATIONSERVICE_PORT = "9529"
77 GLOBAL_POMBA_KIBANA_PORT = "5601"
78 GLOBAL_POMBA_ELASTICSEARCH_PORT = "9200"
79 GLOBAL_POMBA_CONTEXTAGGREGATOR_PORT = "9529"
80
81 # microservice bus info - everything is from the private oam network (also called onap private network)
82 GLOBAL_MSB_SERVER_PROTOCOL = "http"
83 GLOBAL_MSB_SERVER_PORT = "80"
84 # message router info - everything is from the private oam network (also called onap private network)
85 GLOBAL_MR_SERVER_PROTOCOL = "http"
86 GLOBAL_MR_SERVER_PORT = "3904"
87 # bus controller info
88 GLOBAL_BC_SERVER_PORT = "8080"
89 GLOBAL_BC_HTTPS_SERVER_PORT = "8443"
90 GLOBAL_BC_USERNAME = "{{ .Values.bcUsername }}"
91 GLOBAL_BC_PASSWORD = "{{ .Values.bcPassword }}"
92 # mso info - everything is from the private oam network (also called onap private network)
93 GLOBAL_MSO_SERVER_PROTOCOL = "http"
94 GLOBAL_MSO_SERVER_PORT = "8080"
95 # SO containers
96 GLOBAL_MSO_APIHAND_SERVER_PORT = "8080"
97 GLOBAL_MSO_ASDCHAND_SERVER_PORT = "8085"
98 GLOBAL_MSO_BPMN_SERVER_PORT = "8081"
99 GLOBAL_MSO_CATDB_SERVER_PORT = "8082"
100 GLOBAL_MSO_OPENSTACK_SERVER_PORT = "8087"
101 GLOBAL_MSO_REQDB_SERVER_PORT = "8083"
102 GLOBAL_MSO_SDNC_SERVER_PORT =  "8086"
103 GLOBAL_MSO_VFC_SERVER_PORT = "8084"
104 GLOBAL_MSO_VNFM_SERVER_PORT = "9092"
105 GLOBAL_MSO_USERNAME = "{{ .Values.soUsername }}"
106 GLOBAL_MSO_CATDB_USERNAME = "{{ .Values.soCatdbUsername }}"
107 GLOBAL_MSO_PASSWORD = "{{ .Values.soPassword }}"
108 # robot uses MSO_PASSWORD for both SO and CATDB
109 # music info - everything is from the private oam network (also called onap private network)
110 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
111 GLOBAL_MUSIC_SERVER_PORT = "8080"
112 # oof global info - everything is from the private oam network (also called onap private network)
113 GLOBAL_OOF_SERVER_PROTOCOL = "http"
114 # oof-homing info - everything is from the private oam network (also called onap private network)
115 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
116 # oof-sniro info - everything is from the private oam network (also called onap private network)
117 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
118 # oof cmso global info - everything is from the private oam network (also called onap private network)
119 GLOBAL_OOF_CMSO_PROTOCOL = "http"
120 GLOBAL_OOF_CMSO_SERVER_PORT = "8080"
121 GLOBAL_OOF_CMSO_USERNAME = "none"
122 GLOBAL_OOF_CMSO_PASSWORD = "none"
123 # openstack info - info to select right info in environment
124 # packet generate vnf info - everything is from the private oam network (also called onap private network)
125 GLOBAL_PACKET_GENERATOR_PORT = "8183"
126 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
127 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
128 GLOBAL_PGN_PORT = "2831"
129 # policy info - everything is from the private oam network (also called onap private network)
130 GLOBAL_POLICY_SERVER_PROTOCOL = "https"
131 GLOBAL_POLICY_SERVER_PORT = "8081"
132 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
133 GLOBAL_POLICY_AUTH = "{{ .Values.policyAuth}}"
134 GLOBAL_POLICY_CLIENTAUTH = "{{ .Values.policyClientAuth}}"
135 GLOBAL_POLICY_USERNAME = "{{ .Values.policyUsername }}"
136 GLOBAL_POLICY_PASSWORD = "{{ .Values.policyPassword }}"
137 # portal info - everything is from the private oam network (also called onap private network)
138 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
139 GLOBAL_PORTAL_SERVER_PORT = "8989"
140 GLOBAL_PORTAL_USERNAME = "{{ .Values.portalUsername }}"
141 GLOBAL_PORTAL_PASSWORD = "{{ .Values.portalPassword }}"
142 # sdngc info - everything is from the private oam network (also called onap private network)
143 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
144 GLOBAL_SDNGC_REST_PORT = "8282"
145 GLOBAL_SDNGC_ADMIN_PORT = "8843"
146 GLOBAL_SDNGC_USERNAME = "{{ .Values.sdncUsername }}"
147 GLOBAL_SDNGC_PASSWORD = "{{ .Values.sdncPassword }}"
148 # sms (AAF)  info
149 GLOBAL_SMS_SERVER_PROTOCOL = "https"
150 GLOBAL_SMS_SERVER_NAME = "aaf-sms.{{include "common.namespace" .}}"
151 GLOBAL_SMS_SERVER_PORT = "10443"
152 # vid info - everything is from the private oam network (also called onap private network)
153 GLOBAL_VID_SERVER_PROTOCOL = "{{ .Values.vidServerProtocol }}"
154 GLOBAL_VID_SERVER_PORT = "{{ .Values.vidServerPort }}"
155 GLOBAL_VID_USERNAME = "{{ .Values.vidUsername }}"
156 GLOBAL_VID_PASSWORD = "{{ .Values.vidPassword}}"
157 GLOBAL_VID_HEALTH_USERNAME = "{{ .Values.vidHealthUsername }}"
158 GLOBAL_VID_HEALTH_PASSWORD = "{{ .Values.vidHealthPassword }}"
159 # vnfsdk info - everything is from the private oam network (also called onap private network)
160 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
161 GLOBAL_VNFSDK_SERVER_PORT = "8702"
162 #global selenium info
163 GLOBAL_PROXY_WARNING_TITLE=""
164 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
165 # dns info
166 GLOBAL_DNS_TRAFFIC_DURATION = "600"
167 # location where heat templates are loaded from
168 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/ONAP/demo/heat"