DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [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 |
Brian Freeman | 48a1ab8 | 2018-08-24 08:41:37 -0500 | [diff] [blame] | 9 | ${GLOBAL_MSO_STATUS_PATH} /onap/so/infra/orchestrationRequests/v6/ |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 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 |
Jerry Flood | f67ce0e | 2017-03-20 16:59:23 -0400 | [diff] [blame] | 21 | ${GLOBAL_OPENSTACK_STACK_DEPLOYMENT_TIMEOUT} 600s |
Jerry Flood | 596db38 | 2017-10-27 08:37:37 -0400 | [diff] [blame] | 22 | ${GLOBAL_AAI_CLOUD_OWNER} CloudOwner |
Jerry Flood | 8a6b0b5 | 2017-11-12 15:44:21 -0500 | [diff] [blame] | 23 | ${GLOBAL_AAI_CLOUD_OWNER_DEFINED_TYPE} OwnerType |
| 24 | ${GLOBAL_AAI_COMPLEX_NAME} clli1 |
| 25 | ${GLOBAL_AAI_PHYSICAL_LOCATION_ID} clli1 |
Marco Platania | 053b39f | 2019-01-24 12:56:00 -0500 | [diff] [blame^] | 26 | ${GLOBAL_AAI_AVAILABILITY_ZONE_NAME} nova |
Jerry Flood | f67ce0e | 2017-03-20 16:59:23 -0400 | [diff] [blame] | 27 | ${GLOBAL_BUILD_NUMBER} 0 |
| 28 | ${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s |
| 29 | ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s |
| 30 | ${GLOBAL_VID_UI_TIMEOUT_LONG} 120s |
Jerry Flood | c00a7c3 | 2017-10-10 08:09:07 -0400 | [diff] [blame] | 31 | ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt |
Brian Freeman | ca5e32e | 2018-07-23 12:47:21 -0500 | [diff] [blame] | 32 | ${GLOBAL_ONAP_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/onap_dev.pvt |
Jerry Flood | 10cbdbc | 2017-10-10 10:22:45 -0400 | [diff] [blame] | 33 | ${GLOBAL_AAI_ZONE_ID} nova1 |
| 34 | ${GLOBAL_AAI_ZONE_NAME} nova |
| 35 | ${GLOBAL_AAI_DESIGN_TYPE} integration |
bdfreeman1421 | 7f58ef1 | 2018-05-06 12:12:27 -0400 | [diff] [blame] | 36 | ${GLOBAL_AAI_ZONE_CONTEXT} labs |
krzysztof kuzmicki | 0deebae | 2018-10-10 10:19:48 +0200 | [diff] [blame] | 37 | ${GLOBAL_DNS_HV_VES_NAME} dcae-hv-ves-collector |
| 38 | ${GLOBAL_HV_VES_SERVER_PORT} 6061 |
| 39 | ${GLOBAL_DNS_VES_NAME} dcae-ves-collector |
krzysztof kuzmicki | f356023 | 2018-10-11 16:15:38 +0200 | [diff] [blame] | 40 | ${GLOBAL_VES_SERVER_PORT} 8080 |
marekpl | 503647c | 2018-10-24 14:33:25 +0200 | [diff] [blame] | 41 | ${GLOBAL_DNS_MESSAGE_ROUTER_KAFKA_NAME} message-router-kafka |
| 42 | ${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} 9092 |