diff --git a/playbooks/kayobe-infra-vm-base/overrides.yml.j2 b/playbooks/kayobe-infra-vm-base/overrides.yml.j2 index 79e67bca4b679819e6e6d0168a3a50a4510aab71..3493adab5c9ac7826e66e275ae1814ebdd7bf1ff 100644 --- a/playbooks/kayobe-infra-vm-base/overrides.yml.j2 +++ b/playbooks/kayobe-infra-vm-base/overrides.yml.j2 @@ -30,7 +30,7 @@ infra_vm_memory_mb: "{{ 1 * 1024 }}" # Use cirros rather than CentOS for the VM. infra_vm_bootstrap_user: cirros -infra_vm_root_image: /opt/cache/files/cirros-0.5.2-x86_64-disk.img +infra_vm_root_image: /opt/cache/files/cirros-0.5.3-x86_64-disk.img # Cirros doesn't load cdom drivers by default. vm_configdrive_device: disk diff --git a/playbooks/kayobe-seed-vm-base/overrides.yml.j2 b/playbooks/kayobe-seed-vm-base/overrides.yml.j2 index 085ea11f5a4383f68edbbf92ee624469a48a1a2b..57706d8097ba886e08b41ca4a46cf70b188cae57 100644 --- a/playbooks/kayobe-seed-vm-base/overrides.yml.j2 +++ b/playbooks/kayobe-seed-vm-base/overrides.yml.j2 @@ -31,7 +31,7 @@ seed_vm_memory_mb: "{{ 1 * 1024 }}" # Use cirros rather than CentOS for the VM. seed_bootstrap_user: cirros -seed_vm_root_image: /opt/cache/files/cirros-0.5.2-x86_64-disk.img +seed_vm_root_image: /opt/cache/files/cirros-0.5.3-x86_64-disk.img # Cirros doesn't load cdom drivers by default. seed_vm_configdrive_device: disk