diff options
author | juraj.linkes <jlinkes@cisco.com> | 2016-09-15 16:27:06 +0200 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2016-09-15 16:28:59 +0200 |
commit | 0fa8de695dd6b50b7b01131376aefef9c13c21c1 (patch) | |
tree | 0c45b1962db6c3fd51afe619d0c3b937643fdf53 /ci | |
parent | 758ef5ddb78f8b5a948189f398daa7d4457b9f1d (diff) |
Added support for custom images and flavors in tempest
Change-Id: I9335ed1517097e83175a265b603a6707adf476b6
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_functest.yaml | 7 | ||||
-rw-r--r-- | ci/config_patch.yaml | 5 |
2 files changed, 11 insertions, 1 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 diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index 251ab1c4d..dd1aeb54c 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -11,4 +11,7 @@ lxd: fdio: general: flavor_extra_specs: {'hw:mem_page_size':'large'} - image_properties: {'hw_mem_page_size':'large'}
\ No newline at end of file + image_properties: {'hw_mem_page_size':'large'} + tempest: + use_custom_images: True + use_custom_flavors: True
\ No newline at end of file |