diff options
author | juraj.linkes <jlinkes@cisco.com> | 2016-09-15 16:27:06 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-16 08:54:13 +0000 |
commit | 07f0128911908ca9c3bd48ec7801b3a03635b1e1 (patch) | |
tree | b45b1206668ff7d8c9966ec4b34fcf3780c3fc17 /ci/config_functest.yaml | |
parent | ec4787af0f3da6098bf132680515f9a73a429d14 (diff) |
Added support for custom images and flavors in tempest
Change-Id: I9335ed1517097e83175a265b603a6707adf476b6
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
(cherry picked from commit 0fa8de695dd6b50b7b01131376aefef9c13c21c1)
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 12e78d6df..d6497678a 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -39,6 +39,11 @@ general: image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 + flavor_name: opnfv_flavor + flavor_ram: 512 + flavor_disk: 1 + flavor_vcpus: 1 + # Private network for functest. Will be created by config_functest.py neutron_private_net_name: functest-net neutron_private_subnet_name: functest-subnet @@ -81,6 +86,8 @@ tempest: private_subnet_name: tempest-subnet private_subnet_cidr: 192.168.150.0/24 router_name: tempest-router + use_custom_images: False + use_custom_flavors: False rally: deployment_name: opnfv-rally |