Upgrade APPC to use common mariadb galera charts
[oom.git] / kubernetes / robot / resources / config / eteshare / config / integration_robot_properties.py
1 # aaf info - everything is from the private oam network (also called onap private network)
2 GLOBAL_AAF_SERVER = "https://aaf-service.{{include "common.namespace" .}}:8100"
3 GLOBAL_AAF_USERNAME = "demo@people.osaaf.org"
4 GLOBAL_AAF_PASSWORD = "demo123456!"
5 # aai info - everything is from the private oam network (also called onap private network)
6 GLOBAL_AAI_SERVER_PROTOCOL = "https"
7 GLOBAL_AAI_SERVER_PORT = "8443"
8 GLOBAL_AAI_USERNAME = "AAI"
9 GLOBAL_AAI_PASSWORD = "AAI"
10 # appc info - everything is from the private oam network (also called onap private network)
11 GLOBAL_APPC_SERVER_PROTOCOL = "http"
12 GLOBAL_APPC_SERVER_PORT = "8282"
13 GLOBAL_APPC_SERVER = "http://appc.{{include "common.namespace" .}}:"
14 GLOBAL_APPC_USERNAME = "admin"
15 GLOBAL_APPC_PASSWORD = "admin"
16 GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
17 GLOBAL_APPC_CDT_SERVER_PORT = "80"
18 GLOBAL_APPC_CDT_SERVER = "http://appc-cdt.{{include "common.namespace" .}}:"
19 GLOBAL_APPC_CDT_USERNAME = "demo"
20 # sdc info - everything is from the private oam network (also called onap private network)
21 GLOBAL_ASDC_SERVER_PROTOCOL = "http"
22 GLOBAL_ASDC_FE_PORT = "8181"
23 GLOBAL_ASDC_BE_PORT = "8080"
24 GLOBAL_ASDC_BE_ONBOARD_PORT = "8081"
25 GLOBAL_ASDC_BE_USERNAME = "beep"
26 GLOBAL_ASDC_BE_PASSWORD = "boop"
27 # clamp info - everything is from the private oam network (also called onap private network)
28 GLOBAL_CLAMP_SERVER_PROTOCOL = "http"
29 GLOBAL_CLAMP_SERVER_PORT = "8080"
30 # nbi info - everything is from the private oam network (also called onap private network)
31 GLOBAL_NBI_SERVER_PROTOCOL = "http"
32 GLOBAL_NBI_SERVER_PORT = "8080"
33 # cli info - everything is from the private oam network (also called onap private network)
34 GLOBAL_CLI_SERVER_PROTOCOL = "http"
35 GLOBAL_CLI_SERVER_PORT = "8080"
36 # dcae info - everything is from the private oam network (also called onap private network)
37 GLOBAL_DCAE_SERVER_PROTOCOL = "http"
38 GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"
39 GLOBAL_DCAE_USERNAME = "console"
40 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
41 # DROOL server port and credentials
42 GLOBAL_DROOLS_SERVER_PORT = "9696"
43 GLOBAL_DROOLS_USERNAME = "@1b3rt"
44 GLOBAL_DROOLS_PASSWORD = "31nst31n"
45 # Log info
46 GLOBAL_LOG_SERVER_PROTOCOL = "http"
47 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
48 GLOBAL_LOG_LOGSTASH_PORT = "9600"
49 GLOBAL_LOG_KIBANA_PORT = "5601"
50 # microservice bus info - everything is from the private oam network (also called onap private network)
51 GLOBAL_MSB_SERVER_PROTOCOL = "http"
52 GLOBAL_MSB_SERVER_PORT = "80"
53 # message router info - everything is from the private oam network (also called onap private network)
54 GLOBAL_MR_SERVER_PROTOCOL = "http"
55 GLOBAL_MR_SERVER_PORT = "3904"
56 # mso info - everything is from the private oam network (also called onap private network)
57 GLOBAL_MSO_SERVER_PROTOCOL = "http"
58 GLOBAL_MSO_SERVER_PORT = "8080"
59 GLOBAL_MSO_USERNAME = "InfraPortalClient"
60 GLOBAL_MSO_PASSWORD = "password1$"
61 # music info - everything is from the private oam network (also called onap private network)
62 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
63 GLOBAL_MUSIC_SERVER_PORT = "8080"
64 # oof global info - everything is from the private oam network (also called onap private network)
65 GLOBAL_OOF_SERVER_PROTOCOL = "http"
66 # oof-homing info - everything is from the private oam network (also called onap private network)
67 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
68 # oof-sniro info - everything is from the private oam network (also called onap private network)
69 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
70 # openstack info - info to select right info in environment
71 # packet generate vnf info - everything is from the private oam network (also called onap private network)
72 GLOBAL_PACKET_GENERATOR_PORT = "8183"
73 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
74 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
75 GLOBAL_PGN_PORT = "2831"
76 # policy info - everything is from the private oam network (also called onap private network)
77 GLOBAL_POLICY_SERVER_PROTOCOL = "http"
78 GLOBAL_POLICY_SERVER_PORT = "8081"
79 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
80 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
81 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
82 GLOBAL_POLICY_USERNAME = "healthcheck"
83 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
84 # portal info - everything is from the private oam network (also called onap private network)
85 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
86 GLOBAL_PORTAL_SERVER_PORT = "8989"
87 GLOBAL_PORTAL_USERNAME = "demo"
88 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
89 # sdngc info - everything is from the private oam network (also called onap private network)
90 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
91 GLOBAL_SDNGC_REST_PORT = "8282"
92 GLOBAL_SDNGC_ADMIN_PORT = "8843"
93 GLOBAL_SDNGC_USERNAME = "admin"
94 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
95 # sms (AAF)  info
96 GLOBAL_SMS_SERVER_PROTOCOL = "https"
97 GLOBAL_SMS_SERVER_NAME = "aaf-sms.{{include "common.namespace" .}}"
98 GLOBAL_SMS_SERVER_PORT = "10443"
99 # vid info - everything is from the private oam network (also called onap private network)
100 GLOBAL_VID_SERVER_PROTOCOL = "http"
101 GLOBAL_VID_SERVER_PORT = "8080"
102 GLOBAL_VID_USERNAME = "demo"
103 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
104 GLOBAL_VID_HEALTH_USERNAME = "Default"
105 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
106 # vnfsdk info - everything is from the private oam network (also called onap private network)
107 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
108 GLOBAL_VNFSDK_SERVER_PORT = "8702"
109 #global selenium info
110 GLOBAL_PROXY_WARNING_TITLE=""
111 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
112 # dns info
113 GLOBAL_DNS_TRAFFIC_DURATION = "600"
114 # location where heat templates are loaded from
115 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/OpenECOMP_ETE/demo/heat"