a701dd418b700a0f56af9847053a30fc9995ebf0
[demo.git] / boot / robot / 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.api.simpledemo.onap.org: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://10.0.2.1:"
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 = "8000"
35 GLOBAL_DCAE_USERNAME = "console"
36 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
37 # DROOL server port and credentials
38 GLOBAL_DROOLS_SERVER_PORT = "9696"
39 GLOBAL_DROOLS_USERNAME = "@1b3rt"
40 GLOBAL_DROOLS_PASSWORD = "31nst31n"
41 # log server config - No log server is run in HEAT
42 GLOBAL_LOG_SERVER_PROTOCOL = "http"
43 GLOBAL_LOG_ELASTICSEARCH_PORT = "9200"
44 GLOBAL_LOG_LOGSTASH_PORT = "9600"
45 GLOBAL_LOG_KIBANA_PORT = "5601"
46 # microservice bus info - everything is from the private oam network (also called ecomp private network)
47 GLOBAL_MSB_SERVER_PROTOCOL = "http"
48 GLOBAL_MSB_SERVER_PORT = "80"
49 # message router info - everything is from the private oam network (also called onap private network)
50 GLOBAL_MR_SERVER_PROTOCOL = "http"
51 GLOBAL_MR_SERVER_PORT = "3904"
52 # mso info - everything is from the private oam network (also called onap private network)
53 GLOBAL_MSO_SERVER_PROTOCOL = "http"
54 GLOBAL_MSO_SERVER_PORT = "8080"
55 GLOBAL_MSO_USERNAME = "InfraPortalClient"
56 GLOBAL_MSO_PASSWORD = "password1$"
57 # music info - everything is from the private oam network (also called onap private network)
58 GLOBAL_MUSIC_SERVER_PROTOCOL = "http"
59 GLOBAL_MUSIC_SERVER_PORT = "8080"
60 # oof global info - everything is from the private oam network (also called onap private network)
61 GLOBAL_OOF_SERVER_PROTOCOL = "http"
62 # oof-homing info - everything is from the private oam network (also called onap private network)
63 GLOBAL_OOF_HOMING_SERVER_PORT = "8091"
64 # oof-sniro info - everything is from the private oam network (also called onap private network)
65 GLOBAL_OOF_SNIRO_SERVER_PORT = "8698"
66 # openstack info - info to select right info in environment
67 # packet generate vnf info - everything is from the private oam network (also called onap private network)
68 GLOBAL_PACKET_GENERATOR_PORT = "8183"
69 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
70 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
71 GLOBAL_PGN_PORT = "2831"
72 # policy info - everything is from the private oam network (also called onap private network)
73 GLOBAL_POLICY_SERVER_PROTOCOL = "http"
74 GLOBAL_POLICY_SERVER_PORT = "8081"
75 GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
76 GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="
77 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
78 GLOBAL_POLICY_USERNAME = "healthcheck"
79 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
80 # portal info - everything is from the private oam network (also called onap private network)
81 GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
82 GLOBAL_PORTAL_SERVER_PORT = "8989"
83 GLOBAL_PORTAL_USERNAME = "demo"
84 GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse"
85 # sdngc info - everything is from the private oam network (also called onap private network)
86 GLOBAL_SDNGC_SERVER_PROTOCOL = "http"
87 GLOBAL_SDNGC_REST_PORT = "8282"
88 GLOBAL_SDNGC_ADMIN_PORT = "8843"
89 GLOBAL_SDNGC_USERNAME = "admin"
90 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
91 # sms (AAF)  info
92 GLOBAL_SMS_SERVER_PROTOCOL = "https"
93 GLOBAL_SMS_SERVER_NAME = "aaf-sms.api.simpledemo.onap.org"
94 GLOBAL_SMS_SERVER_PORT = "10443"
95 # vid info - everything is from the private oam network (also called onap private network)
96 GLOBAL_VID_SERVER_PROTOCOL = "http"
97 GLOBAL_VID_SERVER_PORT = "8080"
98 GLOBAL_VID_USERNAME = "demo"
99 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
100 GLOBAL_VID_HEALTH_USERNAME = "Default"
101 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
102 # vnfsdk info - everything is from the private oam network (also called onap private network)
103 GLOBAL_VNFSDK_SERVER_PROTOCOL = "http"
104 GLOBAL_VNFSDK_SERVER_PORT = "8702"
105 #global selenium info
106 GLOBAL_PROXY_WARNING_TITLE=""
107 GLOBAL_PROXY_WARNING_CONTINUE_XPATH=""
108 # dns info
109 GLOBAL_DNS_TRAFFIC_DURATION = "600"
110 # location where heat templates are loaded from
111 GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/OpenECOMP_ETE/demo/heat"