From 5d806eb208850a38629d79d2e2682b340300b2ce Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 26 Sep 2015 19:09:27 +0200 Subject: [PATCH] openstack: update CentOS 6 cloud image Signed-off-by: Loic Dachary --- teuthology/openstack/__init__.py | 2 +- teuthology/openstack/openstack-centos-6.5-user-data.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index 72cb9576da..e27828bb3b 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -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', diff --git a/teuthology/openstack/openstack-centos-6.5-user-data.txt b/teuthology/openstack/openstack-centos-6.5-user-data.txt index 0d4e457af7..bb8e029f74 100644 --- a/teuthology/openstack/openstack-centos-6.5-user-data.txt +++ b/teuthology/openstack/openstack-centos-6.5-user-data.txt @@ -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" -- 2.39.5