OOF Integration Changes
[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 = "http://aaf.{{include "common.namespace" .}}: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 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 # sdc info - everything is from the private oam network (also called onap private network)
17 GLOBAL_ASDC_SERVER_PROTOCOL = "http"
18 GLOBAL_ASDC_FE_PORT = "8181"
19 GLOBAL_ASDC_BE_PORT = "8080"
20 GLOBAL_ASDC_BE_ONBOARD_PORT = "8081"
21 GLOBAL_ASDC_BE_USERNAME = "beep"
22 GLOBAL_ASDC_BE_PASSWORD = "boop"
23 # clamp info - everything is from the private oam network (also called onap private network)
24 GLOBAL_CLAMP_SERVER_PROTOCOL = "http"
25 GLOBAL_CLAMP_SERVER_PORT = "8080"
26 # nbi info - everything is from the private oam network (also called onap private network)
27 GLOBAL_NBI_SERVER_PROTOCOL = "http"
28 GLOBAL_NBI_SERVER_PORT = "8080"
29 # cli info - everything is from the private oam network (also called onap private network)
30 GLOBAL_CLI_SERVER_PROTOCOL = "http"
31 GLOBAL_CLI_SERVER_PORT = "8080"
32 # dcae info - everything is from the private oam network (also called onap private network)
33 GLOBAL_DCAE_SERVER_PROTOCOL = "http"
34 GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"
35 GLOBAL_DCAE_USERNAME = "console"
36 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
37 # microservice bus info - everything is from the private oam network (also called onap private network)
38 GLOBAL_MSB_SERVER_PROTOCOL = "http"
39 GLOBAL_MSB_SERVER_PORT = "80"
40 # message router info - everything is from the private oam network (also called onap private network)
41 GLOBAL_MR_SERVER_PROTOCOL = "http"
42 GLOBAL_MR_SERVER_PORT = "3904"
43 # mso info - everything is from the private oam network (also called onap private network)
44 GLOBAL_MSO_SERVER_PROTOCOL = "http"
45 GLOBAL_MSO_SERVER_PORT = "8080"
46 GLOBAL_MSO_USERNAME = "InfraPortalClient"
47 GLOBAL_MSO_PASSWORD = "password1$"
48 # music info - everything is from the private oam network (also called onap private network)
49 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
50 GLOBAL_MUSIC_SERVER_PORT = "8080"
51 # oof
52 GLOBAL_OOF_SERVER_PROTOCOL = "http"
53 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
54 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
55 # openstack info - info to select right info in environment
56 # packet generate vnf info - everything is from the private oam network (also called onap private network)
57 GLOBAL_PACKET_GENERATOR_PORT = "8183"
58 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
59 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
60 GLOBAL_PGN_PORT = "2831"
61 # policy info - everything is from the private oam network (also called onap private network)
62 GLOBAL_POLICY_SERVER_PROTOCOL = "http"
63 GLOBAL_POLICY_SERVER_PORT = "8081"
64 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
65 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
66 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
67 GLOBAL_POLICY_USERNAME = "healthcheck"
68 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
69 # portal info - everything is from the private oam network (also called onap private network)
70 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
71 GLOBAL_PORTAL_SERVER_PORT = "8989"
72 GLOBAL_PORTAL_USERNAME = "demo"
73 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
74 # sdngc info - everything is from the private oam network (also called onap private network)
75 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
76 GLOBAL_SDNGC_REST_PORT = "8282"
77 GLOBAL_SDNGC_ADMIN_PORT = "8843"
78 GLOBAL_SDNGC_USERNAME = "admin"
79 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
80 # vid info - everything is from the private oam network (also called onap private network)
81 GLOBAL_VID_SERVER_PROTOCOL = "http"
82 GLOBAL_VID_SERVER_PORT = "8080"
83 GLOBAL_VID_USERNAME = "demo"
84 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
85 GLOBAL_VID_HEALTH_USERNAME = "Default"
86 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
87 # vnfsdk info - everything is from the private oam network (also called onap private network)
88 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
89 GLOBAL_VNFSDK_SERVER_PORT = "8702"
90 #global selenium info
91 GLOBAL_PROXY_WARNING_TITLE=""
92 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
93 # dns info
94 GLOBAL_DNS_TRAFFIC_DURATION = "600"
95 # location where heat templates are loaded from
96 GLOBAL_HEAT_TEMPLATES_FOLDER = "/share/heat"
97 # Log info
98 GLOBAL_LOG_SERVER_PROTOCOL = "http"
99 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
100 GLOBAL_LOG_LOGSTASH_PORT = "9600"
101 GLOBAL_LOG_KIBANA_PORT = "5601"