added copy of github.com/opnfv/promise source into the source directory
[promise.git] / source / config / custom-environment-variables.yaml
1 # OPNFV FuncTest config (refer to schema/opnfv-functest.yang)
2 opnfv-functest:
3   environment:
4     installer:
5       type: INSTALLER_TYPE
6       address: INSTALLER_IP
7     lab: NODE_NAME
8
9 # OpenStack config (native)
10 openstack:
11   auth:
12     endpoint: OS_AUTH_URL
13     strategy: OS_AUTH_STRATEGY
14     tenant:
15       id: OS_TENANT_ID
16       name: OS_TENANT_NAME
17     username: OS_USERNAME
18     password: OS_PASSWORD
19   test:
20     image:  OS_TEST_IMAGE
21     flavor: OS_TEST_FLAVOR
22     network: OS_TEST_NETWORK
23