From 26670534a6410d2eae2f23772cd488f0b0515686 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Wed, 25 Jul 2018 14:47:07 +0200 Subject: [PATCH] adding cirros image --- post-install.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/post-install.yml b/post-install.yml index 69cce0a..5f7b0b0 100644 --- a/post-install.yml +++ b/post-install.yml @@ -22,5 +22,11 @@ --dns-nameserver 8.8.8.8 vlan983_subnet - openstack flavor create --id 0 --vcpus 1 --ram 64 --disk 1 m1.nano - openstack keypair create --public-key /root/id_rsa.pub adminkey - - + - name: Install cirros image + get_url: + url: http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img + dest: /tmp/cirros-0.4.0-x86_64-disk.img + checksum: sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 + shell: > + source source /srv/keystone/root/admin-openrc.sh && + openstack image create --disk-format qcow2 cirros < cirros-0.4.0-x86_64-disk.img