diff options
author | 2016-01-29 15:21:56 -0800 | |
---|---|---|
committer | 2016-01-29 23:48:40 +0000 | |
commit | 2ca7d533b6fe01a10fcc3474812183e4c4a8431e (patch) | |
tree | 644d9cb2fead71ddf00c2a83219040288e23d471 /source/config/custom-environment-variables.yaml | |
parent | dd0fe997358220ee0999f984f0120a4aa99d3341 (diff) |
added copy of github.com/opnfv/promise source into the source directory
Change-Id: Ib212302a4132aa492f7b701a7ca02f54a7d0a6af
(cherry picked from commit a46af646972b6ff263fb207d28a59e7ce7417b5c)
Diffstat (limited to 'source/config/custom-environment-variables.yaml')
-rw-r--r-- | source/config/custom-environment-variables.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/source/config/custom-environment-variables.yaml b/source/config/custom-environment-variables.yaml new file mode 100644 index 0000000..30a72d2 --- /dev/null +++ b/source/config/custom-environment-variables.yaml @@ -0,0 +1,23 @@ +# OPNFV FuncTest config (refer to schema/opnfv-functest.yang) +opnfv-functest: + environment: + installer: + type: INSTALLER_TYPE + address: INSTALLER_IP + lab: NODE_NAME + +# OpenStack config (native) +openstack: + auth: + endpoint: OS_AUTH_URL + strategy: OS_AUTH_STRATEGY + tenant: + id: OS_TENANT_ID + name: OS_TENANT_NAME + username: OS_USERNAME + password: OS_PASSWORD + test: + image: OS_TEST_IMAGE + flavor: OS_TEST_FLAVOR + network: OS_TEST_NETWORK + |