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 |
DR695H | 50e6c29 | 2019-07-26 10:18:50 -0400 | [diff] [blame] | 9 | ${GLOBAL_SO_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 |
Brian Freeman | a44f3ee | 2019-02-19 13:47:04 -0500 | [diff] [blame] | 31 | ${GLOBAL_AAI_INDEX_PATH} /aai/v14 |
Jerry Flood | 10cbdbc | 2017-10-10 10:22:45 -0400 | [diff] [blame] | 32 | ${GLOBAL_AAI_ZONE_ID} nova1 |
| 33 | ${GLOBAL_AAI_ZONE_NAME} nova |
| 34 | ${GLOBAL_AAI_DESIGN_TYPE} integration |
bdfreeman1421 | 7f58ef1 | 2018-05-06 12:12:27 -0400 | [diff] [blame] | 35 | ${GLOBAL_AAI_ZONE_CONTEXT} labs |
DR695H | 3d12502 | 2019-06-19 20:45:38 -0400 | [diff] [blame] | 36 | ${GLOBAL_TEMPLATE_FOLDER} robot/assets/templates |
DR695H | 102f320 | 2019-05-24 15:05:03 -0400 | [diff] [blame] | 37 | ${GLOBAL_SERVICE_MAPPING_DIRECTORY} ./demo/service_mapping |
DR695H | c0cf6a4 | 2019-07-26 16:42:36 -0400 | [diff] [blame] | 38 | ${GLOBAL_SO_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_IP_ADDR}:${GLOBAL_SO_SERVER_PORT} |
| 39 | ${GLOBAL_SO_APIHAND_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_APIHAND_IP_ADDR}:${GLOBAL_SO_APIHAND_SERVER_PORT} |
| 40 | ${GLOBAL_SO_SDCHAND_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_SDCHAND_IP_ADDR}:${GLOBAL_SO_SDCHAND_SERVER_PORT} |
| 41 | ${GLOBAL_SO_BPMN_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_BPMN_IP_ADDR}:${GLOBAL_SO_BPMN_SERVER_PORT} |
| 42 | ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_CATDB_IP_ADDR}:${GLOBAL_SO_CATDB_SERVER_PORT} |
| 43 | ${GLOBAL_SO_OPENSTACK_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_OPENSTACK_IP_ADDR}:${GLOBAL_SO_OPENSTACK_SERVER_PORT} |
| 44 | ${GLOBAL_SO_REQDB_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_REQDB_IP_ADDR}:${GLOBAL_SO_REQDB_SERVER_PORT} |
| 45 | ${GLOBAL_SO_SDNC_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_SDNC_IP_ADDR}:${GLOBAL_SO_SDNC_SERVER_PORT} |
| 46 | ${GLOBAL_SO_VFC_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_VFC_IP_ADDR}:${GLOBAL_SO_VFC_SERVER_PORT} |
| 47 | ${GLOBAL_SO_VNFM_ENDPOINT} ${GLOBAL_SO_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SO_VNFM_IP_ADDR}:${GLOBAL_SO_VNFM_SERVER_PORT} |
DR695H | 0b4b16c | 2019-07-24 16:40:42 -0400 | [diff] [blame] | 48 | ${GLOBAL_SO_HEALTH_CHECK_PATH} /manage/health |
| 49 | ${GLOBAL_SO_CLOUD_CONFIG_PATH} /cloudSite |
kaihlavi | a724b23 | 2019-08-07 12:37:17 +0300 | [diff] [blame^] | 50 | ${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE} robot/assets/templates/so/create_cloud_config.jinja |
| 51 | ${GLOBAL_SDC_DCAE_BE_ENDPOINT} ${GLOBAL_SDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_DCAE_BE_IP_ADDR}:${GLOBAL_SDC_DCAE_BE_PORT} |