0bf67912d264bd857177b221ad6c90a9de15f47c
[oom.git] / kubernetes / config / docker / init / src / config / robot / eteshare / config / integration_robot_properties.py
1 # aaf info - everything is from the private oam network (also called ecomp private network)
2 GLOBAL_AAF_SERVER = "http://10.0.12.1:8101"
3 GLOBAL_AAF_USERNAME = "dgl@openecomp.org"
4 GLOBAL_AAF_PASSWORD = "ecomp_admin"
5 # aai info - everything is from the private oam network (also called ecomp 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 ecomp private network)
11 GLOBAL_APPC_SERVER_PROTOCOL = "http"
12 GLOBAL_APPC_SERVER_PORT = "8282"
13 GLOBAL_APPC_SERVER = "http://10.0.2.1:"
14 GLOBAL_APPC_USERNAME = "admin"
15 GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
16 # sdc info - everything is from the private oam network (also called ecomp private network)
17 GLOBAL_ASDC_SERVER_PROTOCOL = "http"
18 GLOBAL_ASDC_FE_PORT = "8181"
19 GLOBAL_ASDC_BE_PORT = "8080"
20 GLOBAL_ASDC_BE_USERNAME = "beep"
21 GLOBAL_ASDC_BE_PASSWORD = "boop"
22 # clamp info - everything is from the private oam network (also called ecomp private network)
23 GLOBAL_CLAMP_SERVER_PROTOCOL = "http"
24 GLOBAL_CLAMP_SERVER_PORT = "8080"
25 # dcae info - everything is from the private oam network (also called ecomp private network)
26 GLOBAL_DCAE_SERVER_PROTOCOL = "http"
27 GLOBAL_DCAE_SERVER_PORT = "8080"
28 GLOBAL_DCAE_USERNAME = "console"
29 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
30 # microservice bus info - everything is from the private oam network (also called ecomp private network)
31 GLOBAL_MSB_SERVER_PROTOCOL = "http"
32 GLOBAL_MSB_SERVER_PORT = "80"
33 # message router info - everything is from the private oam network (also called ecomp private network)
34 GLOBAL_MR_SERVER_PROTOCOL = "http"
35 GLOBAL_MR_SERVER_PORT = "3904"
36 # mso info - everything is from the private oam network (also called ecomp private network)
37 GLOBAL_MSO_SERVER_PROTOCOL = "http"
38 GLOBAL_MSO_SERVER_PORT = "8080"
39 GLOBAL_MSO_USERNAME = "InfraPortalClient"
40 GLOBAL_MSO_PASSWORD = "password1$"
41 # openstack info - info to select right info in environment
42 # packet generate vnf info - everything is from the private oam network (also called ecomp private network)
43 GLOBAL_PACKET_GENERATOR_PORT = "8183"
44 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
45 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
46 GLOBAL_PGN_PORT = "2831"
47 # policy info - everything is from the private oam network (also called ecomp private network)
48 GLOBAL_POLICY_SERVER_PROTOCOL = "http"
49 GLOBAL_POLICY_SERVER_PORT = "8081"
50 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
51 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
52 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
53 GLOBAL_POLICY_USERNAME = "healthcheck"
54 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
55 # portal info - everything is from the private oam network (also called ecomp private network)
56 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
57 GLOBAL_PORTAL_SERVER_PORT = "8989"
58 GLOBAL_PORTAL_USERNAME = "demo"
59 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
60 # sdngc info - everything is from the private oam network (also called ecomp private network)
61 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
62 GLOBAL_SDNGC_REST_PORT = "8282"
63 GLOBAL_SDNGC_ADMIN_PORT = "8843"
64 GLOBAL_SDNGC_USERNAME = "admin"
65 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
66 # vid info - everything is from the private oam network (also called ecomp private network)
67 GLOBAL_VID_SERVER_PROTOCOL = "http"
68 GLOBAL_VID_SERVER_PORT = "8080"
69 GLOBAL_VID_USERNAME = "demo"
70 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
71 GLOBAL_VID_HEALTH_USERNAME = "Default"
72 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
73 #global selenium info
74 GLOBAL_PROXY_WARNING_TITLE = ""
75 GLOBAL_PROXY_WARNING_CONTINUE_XPATH = ""
76 # settings for vm to attach vvg too
77 GLOBAL_VVGSERVER_IMAGE = "UBUNTU_14_IMAGE_NAME_HERE"
78 GLOBAL_VVGSERVER_FLAVOR = "OPENSTACK_FLAVOUR_MEDIUM_HERE"
79 # dns info
80 GLOBAL_DNS_TRAFFIC_DURATION = "600"
81 GLOBAL_HEAT_TEMPLATES_FOLDER = "/share/heat"