Update to cirros 0.5.1

Change-Id: I70bf4f7984b3d04a9c74678a7a972ab92192d0ee
This commit is contained in:
Dmitry Tantsur 2020-07-20 14:00:03 +02:00
parent be7f82e6c6
commit e03d187209
4 changed files with 7 additions and 3 deletions

View File

@ -45,7 +45,7 @@ this.
ipa_kernel_upstream_url: file:///vagrant/ipa-centos8-master.kernel
ipa_ramdisk_upstream_url: file:///vagrant/ipa-centos8-master.initramfs
cirros_deploy_image_upstream_url: file:///vagrant/cirros-0.4.0-x86_64-disk.img
cirros_deploy_image_upstream_url: file:///vagrant/cirros-0.5.1-x86_64-disk.img
dib_git_url: file:///vagrant/git/diskimage-builder
ironicclient_git_url: file:///vagrant/git/python-ironicclient
ironic_git_url: file:///vagrant/git/ironic

View File

@ -95,7 +95,7 @@ use_cirros: false
download_ipa: true
update_repos: true
update_ipa: "{{ update_repos }}"
cirros_deploy_image_upstream_url: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
cirros_deploy_image_upstream_url: https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
# By default bifrost will deploy dnsmasq to utilize as an integrated DHCP
# server. If you already have a DHCP server, you will need to disable
# this setting, and perform manual configuration of your DHCP server.

View File

@ -42,7 +42,7 @@
when: ci_testing | default(false)| bool
- name: "Use a cached cirros image"
set_fact:
cirros_deploy_image_upstream_url: file:///opt/cache/files/cirros-0.4.0-x86_64-disk.img
cirros_deploy_image_upstream_url: file:///opt/cache/files/cirros-0.5.1-x86_64-disk.img
when: ci_testing | default(false)| bool
roles:
- role: bifrost-keystone-install

View File

@ -0,0 +1,4 @@
---
other:
- |
The version of cirros used by default is now 0.5.1 (instead of 0.4.0).