Skip to content

Commit

Permalink
Update cirros from 3.5 to 3.6
Browse files Browse the repository at this point in the history
Current 3.5 cirros image is giving sh: write error: No space left
on device error leading to tempest scenario tests failures as
config-drive setup fails. It fixes the same.

Related-Bug: #1808010

Change-Id: I8a6230a8d8bac7cfbd3c11a3a3b508878e5e1741
  • Loading branch information
chkumar246 committed Jan 30, 2019
1 parent 84cf23f commit 81938c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions defaults/main.yml
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions tasks/tempest_resources.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion vars/redhat-7.yml
Expand Up @@ -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
Expand Down

0 comments on commit 81938c8

Please sign in to comment.