Merge "Renaming drools related variable"
[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 = "https"
26 GLOBAL_APPC_SERVER_PORT = "8443"
27 GLOBAL_APPC_USERNAME = '{{ .Values.appcUsername }}'
28 GLOBAL_APPC_PASSWORD = '{{ .Values.appcPassword }}'
29 GLOBAL_APPC_CDT_SERVER_PROTOCOL = "https"
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 # dcae hv-ves info
54 GLOBAL_DCAE_HVVES_SERVER_NAME = 'dcae-hv-ves-collector.{{include "common.namespace" .}}'
55 GLOBAL_DCAE_HVVES_SERVER_PORT = "6061"
56 # data router info - everything is from the private oam network (also called onap private network)
57 GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "http"
58 GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "8080"
59 GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "http"
60 GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8080"
61 # dmaap message router info
62 GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_NAME = 'message-router.{{include "common.namespace" .}}'
63 GLOBAL_DMAAP_MESSAGE_ROUTER_SERVER_PORT = "3904"
64 # dmaap kafka info
65 GLOBAL_DMAAP_KAFKA_SERVER_NAME = 'message-router-kafka.{{include "common.namespace" .}}'
66 GLOBAL_DMAAP_KAFKA_SERVER_PORT = "9092"
67 GLOBAL_DMAAP_KAFKA_JAAS_USERNAME = '{{ .Values.kafkaJaasUsername }}'
68 GLOBAL_DMAAP_KAFKA_JAAS_PASSWORD = '{{ .Values.kafkaJaasPassword }}'
69 # DROOL server port and credentials
70 GLOBAL_DROOLS_SERVER_PORT = "9696"
71 GLOBAL_DROOLS_USERNAME = '{{ .Values.droolsUsername }}'
72 GLOBAL_DROOLS_PASSWORD = '{{ .Values.droolsPassword }}'
73 # log server config - NOTE: no log server is run in HEAT; only on OOM
74 GLOBAL_LOG_SERVER_PROTOCOL = "http"
75 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
76 GLOBAL_LOG_LOGSTASH_PORT = "9600"
77 GLOBAL_LOG_KIBANA_PORT = "5601"
78 # pomba info - NOTE: no pomba is run in HEAT; only on OOM
79 GLOBAL_POMBA_SERVER_PROTOCOL_HTTP = "http"
80 GLOBAL_POMBA_SERVER_PROTOCOL_HTTPS = "https"
81 GLOBAL_POMBA_AAICONTEXTBUILDER_PORT = "9530"
82 GLOBAL_POMBA_SDCCONTEXTBUILDER_PORT = "9530"
83 GLOBAL_POMBA_NETWORKDISCCONTEXTBUILDER_PORT = "9530"
84 GLOBAL_POMBA_SERVICEDECOMPOSITION_PORT = "9532"
85 GLOBAL_POMBA_SDNCCXTBUILDER_PORT = "9530"
86 GLOBAL_POMBA_NETWORKDISCOVERY_MICROSERVICE_PORT = "9531"
87 GLOBAL_POMBA_VALIDATIONSERVICE_PORT = "9529"
88 GLOBAL_POMBA_KIBANA_PORT = "5601"
89 GLOBAL_POMBA_ELASTICSEARCH_PORT = "9200"
90 GLOBAL_POMBA_CONTEXTAGGREGATOR_PORT = "9529"
91
92 # microservice bus info - everything is from the private oam network (also called onap private network)
93 GLOBAL_MSB_SERVER_PROTOCOL = "http"
94 GLOBAL_MSB_SERVER_PORT = "80"
95 # message router info - everything is from the private oam network (also called onap private network)
96 GLOBAL_MR_SERVER_PROTOCOL = "http"
97 GLOBAL_MR_SERVER_PORT = "3904"
98 # bus controller info
99 GLOBAL_BC_HTTPS_SERVER_PORT = "8443"
100 GLOBAL_BC_USERNAME = '{{ .Values.bcUsername }}'
101 GLOBAL_BC_PASSWORD = '{{ .Values.bcPassword }}'
102 # mso info - everything is from the private oam network (also called onap private network)
103 GLOBAL_MSO_SERVER_PROTOCOL = "http"
104 GLOBAL_MSO_SERVER_PORT = "8080"
105 # SO containers
106 GLOBAL_MSO_APIHAND_SERVER_PORT = "8080"
107 GLOBAL_MSO_ASDCHAND_SERVER_PORT = "8085"
108 GLOBAL_MSO_BPMN_SERVER_PORT = "8081"
109 GLOBAL_MSO_CATDB_SERVER_PORT = "8082"
110 GLOBAL_MSO_OPENSTACK_SERVER_PORT = "8087"
111 GLOBAL_MSO_REQDB_SERVER_PORT = "8083"
112 GLOBAL_MSO_SDNC_SERVER_PORT =  "8086"
113 GLOBAL_MSO_VFC_SERVER_PORT = "8084"
114 GLOBAL_MSO_VNFM_SERVER_PORT = "9092"
115 GLOBAL_MSO_USERNAME = '{{ .Values.soUsername }}'
116 GLOBAL_MSO_CATDB_USERNAME = '{{ .Values.soCatdbUsername }}'
117 GLOBAL_MSO_PASSWORD = '{{ .Values.soPassword }}'
118 # robot uses MSO_PASSWORD for both SO and CATDB
119 # music info - everything is from the private oam network (also called onap private network)
120 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
121 GLOBAL_MUSIC_SERVER_PORT = "8080"
122 # oof global info - everything is from the private oam network (also called onap private network)
123 GLOBAL_OOF_SERVER_PROTOCOL = "https"
124 # oof-homing info - everything is from the private oam network (also called onap private network)
125 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
126 GLOBAL_OOF_HOMING_USERNAME="{{ .Values.oofHomingUsername }}"
127 GLOBAL_OOF_HOMING_PASSWORD="{{ .Values.oofHomingPassword }}"
128 # oof-sniro info - everything is from the private oam network (also called onap private network)
129 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
130 #oof user
131 GLOBAL_OOF_OSDF_USERNAME="{{ .Values.oofUsername }}"
132 GLOBAL_OOF_OSDF_PASSWORD="{{ .Values.oofPassword }}"
133 #oof pci user
134 GLOBAL_OOF_PCI_USERNAME="{{ .Values.oofOsdfPciOptUsername }}"
135 GLOBAL_OOF_PCI_PASSWORD="{{ .Values.oofOsdfPciOptPassword }}"
136 # oof cmso global info - everything is from the private oam network (also called onap private network)
137 GLOBAL_OOF_CMSO_PROTOCOL = "https"
138 GLOBAL_OOF_CMSO_SERVER_PORT = "8080"
139 GLOBAL_OOF_CMSO_USERNAME = "{{ .Values.oofCmsoUsername }}"
140 GLOBAL_OOF_CMSO_PASSWORD = "{{ .Values.oofCmsoPassword }}"
141 # openstack info - info to select right info in environment
142 # packet generate vnf info - everything is from the private oam network (also called onap private network)
143 GLOBAL_PACKET_GENERATOR_PORT = "8183"
144 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
145 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
146 GLOBAL_PGN_PORT = "2831"
147 # policy info - everything is from the private oam network (also called onap private network)
148 GLOBAL_POLICY_SERVER_PROTOCOL = "https"
149 GLOBAL_POLICY_SERVER_PORT = "8081"
150 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
151 GLOBAL_POLICY_AUTH = '{{ .Values.policyAuth}}'
152 GLOBAL_POLICY_CLIENTAUTH = '{{ .Values.policyClientAuth}}'
153 GLOBAL_POLICY_USERNAME = '{{ .Values.policyUsername }}'
154 GLOBAL_POLICY_PASSWORD = '{{ .Values.policyPassword }}'
155 GLOBAL_POLICY_HEALTHCHECK_USERNAME = '{{ .Values.policyComponentUsername }}'
156 GLOBAL_POLICY_HEALTHCHECK_PASSWORD = '{{ .Values.policyComponentPassword }}'
157 # portal info - everything is from the private oam network (also called onap private network)
158 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
159 GLOBAL_PORTAL_SERVER_PORT = "8989"
160 GLOBAL_PORTAL_USERNAME = '{{ .Values.portalUsername }}'
161 GLOBAL_PORTAL_PASSWORD = '{{ .Values.portalPassword }}'
162 # sdngc info - everything is from the private oam network (also called onap private network)
163 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
164 GLOBAL_SDNGC_REST_PORT = "8282"
165 GLOBAL_SDNGC_ADMIN_PORT = "8843"
166 GLOBAL_SDNGC_USERNAME = '{{ .Values.sdncUsername }}'
167 GLOBAL_SDNGC_PASSWORD = '{{ .Values.sdncPassword }}'
168 # sms (AAF)  info
169 GLOBAL_SMS_SERVER_PROTOCOL = "https"
170 GLOBAL_SMS_SERVER_NAME = 'aaf-sms.{{include "common.namespace" .}}'
171 GLOBAL_SMS_SERVER_PORT = "10443"
172 # vid info - everything is from the private oam network (also called onap private network)
173 GLOBAL_VID_SERVER_PROTOCOL = '{{ .Values.vidServerProtocol }}'
174 GLOBAL_VID_SERVER_PORT = '{{ .Values.vidServerPort }}'
175 GLOBAL_VID_USERNAME = '{{ .Values.vidUsername }}'
176 GLOBAL_VID_PASSWORD = '{{ .Values.vidPassword}}'
177 GLOBAL_VID_HEALTH_USERNAME = '{{ .Values.vidHealthUsername }}'
178 GLOBAL_VID_HEALTH_PASSWORD = '{{ .Values.vidHealthPassword }}'
179 # vnfsdk info - everything is from the private oam network (also called onap private network)
180 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
181 GLOBAL_VNFSDK_SERVER_PORT = "8702"
182
183 GLOBAL_DCAE_VES_PROTOCOL = "http"
184 GLOBAL_DCAE_VES_SERVER_PORT = "8080"
185 #global selenium info
186 GLOBAL_PROXY_WARNING_TITLE=""
187 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
188 # dns info
189 GLOBAL_DNS_TRAFFIC_DURATION = "600"
190 # location where heat templates and data are loaded from
191 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/ONAP/demo/heat"
192 GLOBAL_PRELOAD_DATA_FOLDER = "/var/opt/ONAP/demo/preload-data"