Merge "Update cirros from 3.5 to 3.6"

This commit is contained in:
Zuul 2019-01-30 14:51:18 +00:00 committed by Gerrit Code Review
commit f3faa10814
3 changed files with 5 additions and 5 deletions

View File

@ -240,12 +240,12 @@ tempest_pip_packages:
# format: format to use when uploading to glance (required)
# name: name to use when uploading to glance - default is to use the downloaded file's name (optional)
tempest_images:
- url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
checksum: "sha256:e137062a4dfbb4c225971b67781bc52183d14517170e16a3841d16f962ae7470"
- url: "http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img"
checksum: "sha256:72d301384d45cf396c82fd767ff4bf948c94335bbbee46b94946e85c422fa1bd"
format: "qcow2"
name: "cirros"
- url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
checksum: "sha256:e137062a4dfbb4c225971b67781bc52183d14517170e16a3841d16f962ae7470"
- url: "http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img"
checksum: "sha256:72d301384d45cf396c82fd767ff4bf948c94335bbbee46b94946e85c422fa1bd"
format: "qcow2"
name: "cirros"

View File

@ -194,6 +194,7 @@
name: "{{ tempest_private_subnet_name }}"
cidr: "{{ tempest_private_subnet_cidr }}"
project: "{{ keystone_demo_tenant_id }}"
enable_dhcp: false
register: _add_private_subnet
until: _add_private_subnet is success
retries: 5

View File

@ -18,7 +18,6 @@ tempest_distro_packages:
- git
- libxslt # required by the python module unittest2
- gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements
- libselinux-python
tempest_service_distro_packages:
- openstack-tempest