From 8c1db270e8b9088549845e53d7286ebb1cd4536c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 30 Apr 2015 11:47:41 +0000 Subject: [PATCH] add centos6 image --- playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index a8ac936ba9..84be9b5103 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -516,6 +516,7 @@ - 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 + - get_url: url=http://cloud.centos.org/centos/6/images/CentOS-6-x86_64-GenericCloud-20141129_01.qcow2 dest=/root/images/CentOS-6-x86_64-GenericCloud-20141129_01.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 @@ -533,6 +534,8 @@ 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 + - name: CentOS-6-x86_64-GenericCloud-20141129_01 + file: /root/images/CentOS-6-x86_64-GenericCloud-20141129_01.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