We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f6f10 commit 9ce5b5aCopy full SHA for 9ce5b5a
etc/kayobe/ansible/scripts/aio-init.sh
@@ -22,8 +22,8 @@ fi
22
23
ARCH=$(uname -m)
24
IMAGE_PATH=/opt/cache/files/
25
-IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.5.1/
26
-IMAGE=cirros-0.5.1-${ARCH}-disk.img
+IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.6.2/
+IMAGE=cirros-0.6.2-${ARCH}-disk.img
27
IMAGE_NAME=cirros
28
IMAGE_TYPE=linux
29
@@ -142,4 +142,4 @@ if ! $KOLLA_OPENSTACK_COMMAND flavor list | grep -q m1.tiny; then
142
$KOLLA_OPENSTACK_COMMAND flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge
143
fi
144
145
-touch /tmp/.init-runonce
+touch /tmp/.init-runonce
0 commit comments