diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 786ba35f9e..b1df4de6a5 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -157,7 +157,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/updates/19/Images/x86_64/Fedora-x86_64-19-20140407-sda.qcow2 dest=/root/images/Fedora-x86_64-19-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 # 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 @@ -170,8 +170,8 @@ with_items: - name: fedora-cloud-64-20-20140407 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: Fedora-Cloud-Base-20141203-21 + file: /root/images/Fedora-Cloud-Base-20141203-21.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