Update cirros image from 3.6 to 4.0

Sync to 0.4.0 across all repos

Change-Id: I09a96521a6cc83826fd7168d7544172f075b3e06
Related-Bug: #1896537
This commit is contained in:
Sergii Golovatiuk 2020-10-01 00:33:07 +02:00 committed by wes hayutin
parent e70076db7f
commit 79a1e3b13c
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
---
nodepool_cirros_url: http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-disk.img
nodepool_cirros_dest: /opt/cache/files/cirros-0.3.6-x86_64-disk.img
nodepool_cirros_checksum: md5:d56d54f110654dfd29b0e8ed56e6cda8
nodepool_cirros_url: http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
nodepool_cirros_dest: /opt/cache/files/cirros-0.4.0-x86_64-disk.img
nodepool_cirros_checksum: md5:443b7623e27ecf03dc9e01ee93f67afe
repos:
- https://opendev.org/openstack/tripleo-quickstart
- https://opendev.org/openstack/tripleo-quickstart-extras

View File

@ -8,12 +8,12 @@ validate_log: "{{ working_dir }}/overcloud_validate.log"
validate_stack_name: pingtest_stack
validate_success_status: CREATE_COMPLETE
validate_failed_status: CREATE_FAILED
validate_image_file: cirros-0.3.6-x86_64-uec.tar.gz
validate_image_url: "http://download.cirros-cloud.net/0.3.6/"
validate_image_file: cirros-0.4.0-x86_64-uec.tar.gz
validate_image_url: "http://download.cirros-cloud.net/0.4.0/"
validate_image_path: "/opt/cache/files/{{ validate_image_file }}"
image_disk: cirros-0.3.6-x86_64-blank.img
image_initramfs: cirros-0.3.6-x86_64-initrd
image_kernel: cirros-0.3.6-x86_64-vmlinuz
image_disk: cirros-0.4.0-x86_64-blank.img
image_initramfs: cirros-0.4.0-x86_64-initrd
image_kernel: cirros-0.4.0-x86_64-vmlinuz
validate_image_name: pingtest_image
validate_image_dir: "{{ working_dir }}/cirros_images"
release: mitaka

View File

@ -88,7 +88,7 @@ tempest_conf_version: "{{ tempest_conf_version_dict[release] }}"
tempestmail_config: config.yaml
tempestmail_log_server: http://logs.openstack.org
tempest_track_resources: true
tempest_test_image_version: 0.3.6
tempest_test_image_version: 0.4.0
tempest_test_image_name: cirros-{{ tempest_test_image_version }}-x86_64-disk.img
tempest_test_image_path: http://download.cirros-cloud.net/{{ tempest_test_image_version }}/{{ tempest_test_image_name }}
# A dict containing values to be removed from tempest.conf