diff --git a/tools/init-runonce b/tools/init-runonce index 0c389642b2..900d979f23 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -19,7 +19,7 @@ fi # to be created. ARCH=$(uname -m) -CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.2} +CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.3} IMAGE_PATH=/opt/cache/files/ IMAGE_URL=${IMAGE_URL:-"https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/"} IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img diff --git a/zuul.d/scenarios/aio.yaml b/zuul.d/scenarios/aio.yaml index 11f5ee8131..9c740d706b 100644 --- a/zuul.d/scenarios/aio.yaml +++ b/zuul.d/scenarios/aio.yaml @@ -6,6 +6,7 @@ - ^ansible/group_vars/all/(common|fluentd|glance|haproxy|heat|horizon|keepalived|keystone|loadbalancer|neutron|nova|openvswitch|placement|proxysql|rabbitmq).yml - ^ansible/group_vars/baremetal/ansible-python-interpreter.yml - ^ansible/roles/(common|fluentd|glance|haproxy-config|heat|horizon|keystone|loadbalancer|loadbalancer-config|neutron|nova|nova-cell|openvswitch|placement|proxysql|rabbitmq)/ + - ^tools/init-runonce - job: name: kolla-ansible-centos-10s