From e03d1872095d3f5915a96b03c1ea4ed1f6b19e3a Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 20 Jul 2020 14:00:03 +0200 Subject: [PATCH] Update to cirros 0.5.1 Change-Id: I70bf4f7984b3d04a9c74678a7a972ab92192d0ee --- doc/source/install/offline-install.rst | 2 +- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 2 +- playbooks/test-bifrost.yaml | 2 +- releasenotes/notes/cirros-0.5.1-d09a433cbea1a3b9.yaml | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/cirros-0.5.1-d09a433cbea1a3b9.yaml diff --git a/doc/source/install/offline-install.rst b/doc/source/install/offline-install.rst index 0d53ac9fa..8a7f7d0ef 100644 --- a/doc/source/install/offline-install.rst +++ b/doc/source/install/offline-install.rst @@ -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 diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index 84935a88f..ee3c88742 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -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. diff --git a/playbooks/test-bifrost.yaml b/playbooks/test-bifrost.yaml index f509a5cf5..d648b47d6 100644 --- a/playbooks/test-bifrost.yaml +++ b/playbooks/test-bifrost.yaml @@ -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 diff --git a/releasenotes/notes/cirros-0.5.1-d09a433cbea1a3b9.yaml b/releasenotes/notes/cirros-0.5.1-d09a433cbea1a3b9.yaml new file mode 100644 index 000000000..c3823f8ab --- /dev/null +++ b/releasenotes/notes/cirros-0.5.1-d09a433cbea1a3b9.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + The version of cirros used by default is now 0.5.1 (instead of 0.4.0).