commit a6517992631411b70f5890827390e8e5cdf46de7 Author: Sergii Golovatiuk Date: Thu Oct 1 00:35:41 2020 +0200 Use cirros 0.4.0 image Related-Bug: #1896537 Depends-On: https://review.opendev.org/#/c/755401/ Change-Id: I581cd927831b9d58c363f0507e5257b5ebc77953 diff --git a/toci-quickstart/config/testenv/multinode-rdocloud.yml b/toci-quickstart/config/testenv/multinode-rdocloud.yml index 70941a1..300d451 100644 --- a/toci-quickstart/config/testenv/multinode-rdocloud.yml +++ b/toci-quickstart/config/testenv/multinode-rdocloud.yml @@ -43,7 +43,7 @@ tempest_track_resources: false docker_registry_host: trunk.registry.rdoproject.org # Use cirros cached image -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img diff --git a/toci-quickstart/config/testenv/multinode-vexxhost.yml b/toci-quickstart/config/testenv/multinode-vexxhost.yml index f25811b..ad69525 100644 --- a/toci-quickstart/config/testenv/multinode-vexxhost.yml +++ b/toci-quickstart/config/testenv/multinode-vexxhost.yml @@ -42,7 +42,7 @@ docker_registry_host: trunk.registry.rdoproject.org tempest_track_resources: false # Use cirros cached image -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img diff --git a/toci-quickstart/config/testenv/multinode.yml b/toci-quickstart/config/testenv/multinode.yml index c1de186..19b0529 100644 --- a/toci-quickstart/config/testenv/multinode.yml +++ b/toci-quickstart/config/testenv/multinode.yml @@ -34,7 +34,7 @@ generate_pingtest_subunit: true undercloud_undercloud_nameservers: - 127.0.0.1 - 1.1.1.1 -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index 670cc5c..9e1ee45 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -15,7 +15,7 @@ workers_args: >- -e {{ tripleo_root }}/tripleo-ci/test-environments/worker-config.yaml -e {{ overcloud_templates_path }}/environments/debug.yaml # Use cirros cached image -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img diff --git a/toci-quickstart/config/testenv/ovb-vexxhost.yml b/toci-quickstart/config/testenv/ovb-vexxhost.yml index c5f6820..f4e910e 100644 --- a/toci-quickstart/config/testenv/ovb-vexxhost.yml +++ b/toci-quickstart/config/testenv/ovb-vexxhost.yml @@ -15,7 +15,7 @@ workers_args: >- -e {{ tripleo_root }}/tripleo-ci/test-environments/worker-config.yaml -e {{ overcloud_templates_path }}/environments/debug.yaml # Use cirros cached image -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index 98b9c4f..0121f2e 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -56,7 +56,7 @@ floating_ip_cidr: >- {%- if network_isolation|default(true)|bool %}10.0.0.0/24 {%- else %}192.168.24.0/24 {%- endif %} -tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img +tempest_test_image_path: /opt/cache/files/cirros-0.4.0-x86_64-disk.img tempest_tempest_conf_overrides: image.image_path: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img # We don't need to cleanup TripleO CI