diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index c9b9f2aced..a8ac936ba9 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -515,6 +515,7 @@ ##### download common Images ##### - get_url: url=http://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2 dest=/root/images/Fedora-x86_64-20-20140407-sda.qcow2 mode=0440 - get_url: url=http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2 dest=/root/images/Fedora-Cloud-Base-20141203-21.x86_64.qcow2 mode=0440 + - get_url: url=http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1503.qcow2 dest=/root/images/CentOS-7-x86_64-GenericCloud-1503.qcow2 mode=0440 # RHEL6 can be downloaded from https://rhn.redhat.com/rhn/software/channel/downloads/Download.do?cid=16952 # RHEL7 can be download from https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.0/x86_64/product-downloads - name: Add the images @@ -530,6 +531,8 @@ file: /root/images/Fedora-x86_64-20-20140407-sda.qcow2 - name: Fedora-Cloud-Base-20141203-21 file: /root/images/Fedora-Cloud-Base-20141203-21.x86_64.qcow2 + - name: CentOS-7-x86_64-GenericCloud-1503 + file: /root/images/CentOS-7-x86_64-GenericCloud-1503.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