diff --git a/defaults/main.yml b/defaults/main.yml index 74580410..2508bf4e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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" diff --git a/tasks/tempest_resources.yml b/tasks/tempest_resources.yml index 2639f4c5..a653345f 100644 --- a/tasks/tempest_resources.yml +++ b/tasks/tempest_resources.yml @@ -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 diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 29c92f2e..b8062ebd 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -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