blob: 7f252ea06786c51f2c458bfb1ac89f2690c3c048 [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
2Documentation 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
DR695H50e6c292019-07-26 10:18:50 -04009${GLOBAL_SO_STATUS_PATH} /onap/so/infra/orchestrationRequests/v6/
DR695Hccff30b2017-02-17 18:44:24 -050010${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 Floodf67ce0e2017-03-20 16:59:23 -040021${GLOBAL_OPENSTACK_STACK_DEPLOYMENT_TIMEOUT} 600s
Jerry Flood596db382017-10-27 08:37:37 -040022${GLOBAL_AAI_CLOUD_OWNER} CloudOwner
Jerry Flood8a6b0b52017-11-12 15:44:21 -050023${GLOBAL_AAI_CLOUD_OWNER_DEFINED_TYPE} OwnerType
24${GLOBAL_AAI_COMPLEX_NAME} clli1
25${GLOBAL_AAI_PHYSICAL_LOCATION_ID} clli1
Marco Platania053b39f2019-01-24 12:56:00 -050026${GLOBAL_AAI_AVAILABILITY_ZONE_NAME} nova
Jerry Floodf67ce0e2017-03-20 16:59:23 -040027${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 Freemana44f3ee2019-02-19 13:47:04 -050031${GLOBAL_AAI_INDEX_PATH} /aai/v14
Jerry Flood10cbdbc2017-10-10 10:22:45 -040032${GLOBAL_AAI_ZONE_ID} nova1
33${GLOBAL_AAI_ZONE_NAME} nova
34${GLOBAL_AAI_DESIGN_TYPE} integration
bdfreeman14217f58ef12018-05-06 12:12:27 -040035${GLOBAL_AAI_ZONE_CONTEXT} labs
DR695H3d125022019-06-19 20:45:38 -040036${GLOBAL_TEMPLATE_FOLDER} robot/assets/templates
DR695H102f3202019-05-24 15:05:03 -040037${GLOBAL_SERVICE_MAPPING_DIRECTORY} ./demo/service_mapping
DR695H0b4b16c2019-07-24 16:40:42 -040038${GLOBAL_SO_HEALTH_CHECK_PATH} /manage/health
39${GLOBAL_SO_CLOUD_CONFIG_PATH} /cloudSite
Krzysztof Kuzmickica5abd02019-09-05 14:29:23 +020040${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE} so/create_cloud_config.jinja
kaihlavia724b232019-08-07 12:37:17 +030041${GLOBAL_SDC_DCAE_BE_ENDPOINT} ${GLOBAL_SDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_DCAE_BE_IP_ADDR}:${GLOBAL_SDC_DCAE_BE_PORT}