blob: 30a72d28e1fe92e69dd96443e77ce63051f4fb8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|