add centos6 image
This commit is contained in:
parent
ae50429f5f
commit
8c1db270e8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue