Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation store all properties that can change or are used in multiple places here |
| 3 | ... format is all caps with underscores between words and prepended with GLOBAL |
| 4 | ... make sure you prepend them with GLOBAL so that other files can easily see it is from this file. |
| 5 | |
| 6 | |
| 7 | *** Variables *** |
| 8 | ${GLOBAL_APPLICATION_ID} robot-ete |
| 9 | ${GLOBAL_MSO_STATUS_PATH} /ecomp/mso/infra/orchestrationRequests/v2/ |
| 10 | ${GLOBAL_SELENIUM_BROWSER} chrome |
| 11 | ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary |
| 12 | ${GLOBAL_SELENIUM_DELAY} 0 |
| 13 | ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT} 5 |
| 14 | ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} 15 |
| 15 | ${GLOBAL_OPENSTACK_HEAT_SERVICE_TYPE} orchestration |
| 16 | ${GLOBAL_OPENSTACK_CINDER_SERVICE_TYPE} volume |
| 17 | ${GLOBAL_OPENSTACK_NOVA_SERVICE_TYPE} compute |
| 18 | ${GLOBAL_OPENSTACK_NEUTRON_SERVICE_TYPE} network |
| 19 | ${GLOBAL_OPENSTACK_GLANCE_SERVICE_TYPE} image |
| 20 | ${GLOBAL_OPENSTACK_KEYSTONE_SERVICE_TYPE} identity |
| 21 | ${GLOBAL_AAI_CLOUD_OWNER} Rackspace |
| 22 | ${GLOBAL_BUILD_NUMBER} 31 |
| 23 | ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt |
| 24 | # policy info - everything is from the private oam network (also called ecomp private network) |
| 25 | ${GLOBAL_POLICY_SERVER_URL} https://%{PDP_IP}:8081 |
| 26 | ${GLOBAL_POLICY_AUTH} dGVzdHBkcDphbHBoYTEyMw== |
| 27 | ${GLOBAL_POLICY_CLIENTAUTH} cHl0aG9uOnRlc3Q= |
| 28 | ${GLOBAL_POLICY_HEALTHCHECK_URL} https://%{POLICY_IP}:6969 |
Jorge Hernandez | fd98e3c | 2018-10-01 09:57:59 -0500 | [diff] [blame] | 29 | ${GLOBAL_POLICY_USERNAME} demo@people.osaaf.org |
| 30 | ${GLOBAL_POLICY_PASSWORD} demo123456! |