Merge "Add Global values to run healthcheck for DR"
[oom.git] / kubernetes / robot / resources / config / eteshare / config / integration_robot_properties.py
1 # Copyright © 2018 Amdocs, Bell Canada
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 = "demo@people.osaaf.org"
18 GLOBAL_AAF_PASSWORD = "demo123456!"
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 = "AAI"
23 GLOBAL_AAI_PASSWORD = "AAI"
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_SERVER = "http://appc.{{include "common.namespace" .}}:"
28 GLOBAL_APPC_USERNAME = "admin"
29 GLOBAL_APPC_PASSWORD = "admin"
30 GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
31 GLOBAL_APPC_CDT_SERVER_PORT = "80"
32 GLOBAL_APPC_CDT_SERVER = "http://appc-cdt.{{include "common.namespace" .}}:"
33 GLOBAL_APPC_CDT_USERNAME = "demo"
34 # sdc info - everything is from the private oam network (also called onap private network)
35 GLOBAL_ASDC_SERVER_PROTOCOL = "http"
36 GLOBAL_ASDC_FE_PORT = "8181"
37 GLOBAL_ASDC_BE_PORT = "8080"
38 GLOBAL_ASDC_BE_ONBOARD_PORT = "8081"
39 GLOBAL_ASDC_BE_USERNAME = "beep"
40 GLOBAL_ASDC_BE_PASSWORD = "boop"
41 # clamp info - everything is from the private oam network (also called onap private network)
42 GLOBAL_CLAMP_SERVER_PROTOCOL = "http"
43 GLOBAL_CLAMP_SERVER_PORT = "8080"
44 # nbi info - everything is from the private oam network (also called onap private network)
45 GLOBAL_NBI_SERVER_PROTOCOL = "http"
46 GLOBAL_NBI_SERVER_PORT = "8080"
47 # cli info - everything is from the private oam network (also called onap private network)
48 GLOBAL_CLI_SERVER_PROTOCOL = "http"
49 GLOBAL_CLI_SERVER_PORT = "8080"
50 # dcae info - everything is from the private oam network (also called onap private network)
51 GLOBAL_DCAE_SERVER_PROTOCOL = "http"
52 GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"
53 GLOBAL_DCAE_USERNAME = "console"
54 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
55 # data router info - everything is from the private oam network (also called onap private network)
56 GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "http"
57 GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "8080"
58 GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "http"
59 GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8080"
60 # DROOL server port and credentials
61 GLOBAL_DROOLS_SERVER_PORT = "9696"
62 GLOBAL_DROOLS_USERNAME = "@1b3rt"
63 GLOBAL_DROOLS_PASSWORD = "31nst31n"
64 # Log info
65 GLOBAL_LOG_SERVER_PROTOCOL = "http"
66 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
67 GLOBAL_LOG_LOGSTASH_PORT = "9600"
68 GLOBAL_LOG_KIBANA_PORT = "5601"
69 # microservice bus info - everything is from the private oam network (also called onap private network)
70 GLOBAL_MSB_SERVER_PROTOCOL = "http"
71 GLOBAL_MSB_SERVER_PORT = "80"
72 # message router info - everything is from the private oam network (also called onap private network)
73 GLOBAL_MR_SERVER_PROTOCOL = "http"
74 GLOBAL_MR_SERVER_PORT = "3904"
75 # mso info - everything is from the private oam network (also called onap private network)
76 GLOBAL_MSO_SERVER_PROTOCOL = "http"
77 GLOBAL_MSO_SERVER_PORT = "8080"
78 GLOBAL_MSO_USERNAME = "InfraPortalClient"
79 GLOBAL_MSO_PASSWORD = "password1$"
80 # music info - everything is from the private oam network (also called onap private network)
81 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
82 GLOBAL_MUSIC_SERVER_PORT = "8080"
83 # oof global info - everything is from the private oam network (also called onap private network)
84 GLOBAL_OOF_SERVER_PROTOCOL = "http"
85 # oof-homing info - everything is from the private oam network (also called onap private network)
86 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
87 # oof-sniro info - everything is from the private oam network (also called onap private network)
88 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
89 # openstack info - info to select right info in environment
90 # packet generate vnf info - everything is from the private oam network (also called onap private network)
91 GLOBAL_PACKET_GENERATOR_PORT = "8183"
92 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
93 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
94 GLOBAL_PGN_PORT = "2831"
95 # policy info - everything is from the private oam network (also called onap private network)
96 GLOBAL_POLICY_SERVER_PROTOCOL = "http"
97 GLOBAL_POLICY_SERVER_PORT = "8081"
98 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
99 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
100 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
101 GLOBAL_POLICY_USERNAME = "healthcheck"
102 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
103 # portal info - everything is from the private oam network (also called onap private network)
104 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
105 GLOBAL_PORTAL_SERVER_PORT = "8989"
106 GLOBAL_PORTAL_USERNAME = "demo"
107 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
108 # sdngc info - everything is from the private oam network (also called onap private network)
109 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
110 GLOBAL_SDNGC_REST_PORT = "8282"
111 GLOBAL_SDNGC_ADMIN_PORT = "8843"
112 GLOBAL_SDNGC_USERNAME = "admin"
113 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
114 # sms (AAF)  info
115 GLOBAL_SMS_SERVER_PROTOCOL = "https"
116 GLOBAL_SMS_SERVER_NAME = "aaf-sms.{{include "common.namespace" .}}"
117 GLOBAL_SMS_SERVER_PORT = "10443"
118 # vid info - everything is from the private oam network (also called onap private network)
119 GLOBAL_VID_SERVER_PROTOCOL = "http"
120 GLOBAL_VID_SERVER_PORT = "8080"
121 GLOBAL_VID_USERNAME = "demo"
122 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
123 GLOBAL_VID_HEALTH_USERNAME = "Default"
124 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
125 # vnfsdk info - everything is from the private oam network (also called onap private network)
126 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
127 GLOBAL_VNFSDK_SERVER_PORT = "8702"
128 #global selenium info
129 GLOBAL_PROXY_WARNING_TITLE=""
130 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
131 # dns info
132 GLOBAL_DNS_TRAFFIC_DURATION = "600"
133 # location where heat templates are loaded from
134 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/OpenECOMP_ETE/demo/heat"