diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 5aba94a586..3a732fe8cc 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -116,6 +116,7 @@ # http://docs.openstack.org/trunk/install-guide/install/yum/content/glance-verify.html + - file: path=/root/images state=directory - get_url: url=http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img dest=/root/images/cirros-0.3.2-x86_64-disk.img mode=0440 - name: Add the cirros-0.3.2-x86_64 image glance_image: @@ -145,10 +146,11 @@ file: /root/images/Fedora-x86_64-20-20140407-sda.qcow2 - name: fedora-cloud-64-19-20140407 file: /root/images/Fedora-x86_64-19-20140407-sda.qcow2 - - name: rhel-guest-image-6.5-20140630.0.x86_64 - file: /root/images/rhel-guest-image-6.5-20140630.0.x86_64.qcow2 - - name: rhel-guest-image-7.0-20140618.1.x86_64 - file: /root/images/rhel-guest-image-7.0-20140618.1.x86_64.qcow2 + # FIXME uncomment when you manualy download + #- name: rhel-guest-image-6.5-20140630.0.x86_64 + # file: /root/images/rhel-guest-image-6.5-20140630.0.x86_64.qcow2 + #- name: rhel-guest-image-7.0-20140618.1.x86_64 + # file: /root/images/rhel-guest-image-7.0-20140618.1.x86_64.qcow2 ##### PROJECTS ######