]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: update CentOS 6 cloud image 643/head
authorLoic Dachary <ldachary@redhat.com>
Sat, 26 Sep 2015 17:09:27 +0000 (19:09 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 27 Sep 2015 23:57:31 +0000 (01:57 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/openstack/__init__.py
teuthology/openstack/openstack-centos-6.5-user-data.txt

index 72cb9576da6dcc94f365dfa4218772d00bcaa1db..e27828bb3babd2f2541066ebcd8faff319cca9f2 100644 (file)
@@ -54,7 +54,7 @@ class OpenStack(object):
     # wget -O fedora-21.qcow2 http://fedora.mirrors.ovh.net/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2
     # wget -O fedora-20.qcow2 http://fedora.mirrors.ovh.net/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2
     image2url = {
-        'centos-6.5': 'http://cloud.centos.org/centos/6/images/CentOS-6-x86_64-GenericCloud.qcow2',
+        'centos-6.5': 'http://cloud.centos.org/centos/6/images/CentOS-6-x86_64-GenericCloud-1508.qcow2',
         'centos-7.0': 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1508.qcow2',
         'ubuntu-14.04': 'https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img',
         'debian-8.0': 'http://cdimage.debian.org/cdimage/openstack/current/debian-8.2.0-openstack-amd64.qcow2',
index 0d4e457af7d12a16d97a1b2d60c88535950ac8a3..bb8e029f74571ae68f502ab7a06ec74e392076bb 100644 (file)
@@ -19,6 +19,6 @@ packages:
  - ntp
  - dracut-modules-growroot
 runcmd:
- - mkinitrd --force /boot/initramfs-2.6.32-504.1.3.el6.x86_64.img 2.6.32-504.1.3.el6.x86_64
+ - mkinitrd --force /boot/initramfs-2.6.32-573.3.1.el6.x86_64.img 2.6.32-573.3.1.el6.x86_64
  - reboot
 final_message: "{up}, after $UPTIME seconds"