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