9cdbffa7bb003714cc7a8f9355e6dbef26a33f15
[demo.git] / boot / robot / integration_robot_properties.py
1 # Copyright (c) 2018 AT&T, 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.api.simpledemo.onap.org: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@aai.onap.org"
23 GLOBAL_AAI_PASSWORD = "demo123456!"
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 = "admin"
28 GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
29 GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
30 GLOBAL_APPC_CDT_SERVER_PORT = "80"
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 = "http"
41 GLOBAL_CLAMP_SERVER_PORT = "8080"
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 = "8000"
51 GLOBAL_DCAE_USERNAME = "console"
52 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
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 = "demo@people.osaaf.org"
61 GLOBAL_DROOLS_PASSWORD = "demo123456!"
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"
69 GLOBAL_POMBA_AAICONTEXTBUILDER_PORT = "9530"
70 GLOBAL_POMBA_SDCCONTEXTBUILDER_PORT = "9530"
71 GLOBAL_POMBA_NETWORKDISCCONTEXTBUILDER_PORT = "9530"
72 # microservice bus info - everything is from the private oam network (also called onap private network)
73 GLOBAL_MSB_SERVER_PROTOCOL = "http"
74 GLOBAL_MSB_SERVER_PORT = "80"
75 # message router info - everything is from the private oam network (also called onap private network)
76 GLOBAL_MR_SERVER_PROTOCOL = "http"
77 GLOBAL_MR_SERVER_PORT = "3904"
78 # mso info - everything is from the private oam network (also called onap private network)
79 GLOBAL_MSO_SERVER_PROTOCOL = "http"
80 GLOBAL_MSO_SERVER_PORT = "8080"
81 # SO containers
82 GLOBAL_MSO_APIHAND_SERVER_PORT = "8080"
83 GLOBAL_MSO_ASDCHAND_SERVER_PORT = "8085"
84 GLOBAL_MSO_BPMN_SERVER_PORT = "8081"
85 GLOBAL_MSO_CATDB_SERVER_PORT = "8082"
86 GLOBAL_MSO_OPENSTACK_SERVER_PORT = "8087"
87 GLOBAL_MSO_REQDB_SERVER_PORT = "8083"
88 GLOBAL_MSO_SDNC_SERVER_PORT =  "8086"
89 GLOBAL_MSO_VFC_SERVER_PORT = "8084"
90
91 GLOBAL_MSO_USERNAME = "InfraPortalClient"
92 GLOBAL_MSO_CATDB_USERNAME = "bpel"
93 GLOBAL_MSO_PASSWORD = "password1$"
94 # music info - everything is from the private oam network (also called onap private network)
95 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
96 GLOBAL_MUSIC_SERVER_PORT = "8080"
97 # oof global info - everything is from the private oam network (also called onap private network)
98 GLOBAL_OOF_SERVER_PROTOCOL = "http"
99 # oof-homing info - everything is from the private oam network (also called onap private network)
100 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
101 # oof-sniro info - everything is from the private oam network (also called onap private network)
102 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
103 # openstack info - info to select right info in environment
104 # packet generate vnf info - everything is from the private oam network (also called onap private network)
105 GLOBAL_PACKET_GENERATOR_PORT = "8183"
106 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
107 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
108 GLOBAL_PGN_PORT = "2831"
109 # policy info - everything is from the private oam network (also called onap private network)
110 GLOBAL_POLICY_SERVER_PROTOCOL = "https"
111 GLOBAL_POLICY_SERVER_PORT = "8081"
112 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
113 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
114 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
115 GLOBAL_POLICY_USERNAME = "demo@people.osaaf.org"
116 GLOBAL_POLICY_PASSWORD = "demo123456!"
117 # portal info - everything is from the private oam network (also called onap private network)
118 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
119 GLOBAL_PORTAL_SERVER_PORT = "8989"
120 GLOBAL_PORTAL_USERNAME = "demo"
121 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
122 # sdngc info - everything is from the private oam network (also called onap private network)
123 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
124 GLOBAL_SDNGC_REST_PORT = "8282"
125 GLOBAL_SDNGC_ADMIN_PORT = "8843"
126 GLOBAL_SDNGC_USERNAME = "admin"
127 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
128 # sms (AAF)  info
129 GLOBAL_SMS_SERVER_PROTOCOL = "https"
130 GLOBAL_SMS_SERVER_NAME = "aaf-sms.api.simpledemo.onap.org"
131 GLOBAL_SMS_SERVER_PORT = "10443"
132 # vid info - everything is from the private oam network (also called onap private network)
133 GLOBAL_VID_SERVER_PROTOCOL = "http"
134 GLOBAL_VID_SERVER_PORT = "8080"
135 GLOBAL_VID_USERNAME = "demo"
136 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
137 GLOBAL_VID_HEALTH_USERNAME = "Default"
138 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
139 # vnfsdk info - everything is from the private oam network (also called onap private network)
140 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
141 GLOBAL_VNFSDK_SERVER_PORT = "8702"
142 #global selenium info
143 GLOBAL_PROXY_WARNING_TITLE=""
144 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
145 # dns info
146 GLOBAL_DNS_TRAFFIC_DURATION = "600"
147 # location where heat templates are loaded from
148 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/OpenECOMP_ETE/demo/heat"