create /root/images and do not try to upoad rhel images

This commit is contained in:
Miroslav Suchý 2014-10-07 17:15:37 +00:00
parent 185c32dd47
commit dcb2bc881a

View file

@ -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 ######