From 0e0bfc4bce4423aa97c88b08c4f3e37d0bbb1b5c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 26 Jan 2015 18:57:45 -0800 Subject: [PATCH] Use Rackspace CentOS 6 PVHVM base images Rackspace no longer specifies CentOS point releases in their base image names. This means no more CentOS 6.5 PVHVM image instead we have a CentOS 6 PVHVM image. Go ahead and use the new non point release specific image in nodepool to accomodate this change. Change-Id: I3f9423722615fbacf5ee53a02987fc2052491ef5 --- .../openstack_project/templates/nodepool/nodepool.yaml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb index 409886c7ca..db9f323a13 100644 --- a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb @@ -268,7 +268,7 @@ providers: username: jenkins private-key: /home/nodepool/.ssh/id_rsa - name: bare-centos6 - base-image: 'CentOS 6.5 (PVHVM)' + base-image: 'CentOS 6 (PVHVM)' min-ram: 8192 name-filter: 'Performance' setup: prepare_node_bare.sh @@ -350,7 +350,7 @@ providers: username: jenkins private-key: /home/nodepool/.ssh/id_rsa - name: bare-centos6 - base-image: 'CentOS 6.5 (PVHVM)' + base-image: 'CentOS 6 (PVHVM)' min-ram: 8192 name-filter: 'Performance' setup: prepare_node_bare.sh @@ -432,7 +432,7 @@ providers: username: jenkins private-key: /home/nodepool/.ssh/id_rsa - name: bare-centos6 - base-image: 'CentOS 6.5 (PVHVM)' + base-image: 'CentOS 6 (PVHVM)' min-ram: 8192 name-filter: 'Performance' setup: prepare_node_bare.sh