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
This commit is contained in:
parent
83baf4a021
commit
0e0bfc4bce
@ -268,7 +268,7 @@ providers:
|
|||||||
username: jenkins
|
username: jenkins
|
||||||
private-key: /home/nodepool/.ssh/id_rsa
|
private-key: /home/nodepool/.ssh/id_rsa
|
||||||
- name: bare-centos6
|
- name: bare-centos6
|
||||||
base-image: 'CentOS 6.5 (PVHVM)'
|
base-image: 'CentOS 6 (PVHVM)'
|
||||||
min-ram: 8192
|
min-ram: 8192
|
||||||
name-filter: 'Performance'
|
name-filter: 'Performance'
|
||||||
setup: prepare_node_bare.sh
|
setup: prepare_node_bare.sh
|
||||||
@ -350,7 +350,7 @@ providers:
|
|||||||
username: jenkins
|
username: jenkins
|
||||||
private-key: /home/nodepool/.ssh/id_rsa
|
private-key: /home/nodepool/.ssh/id_rsa
|
||||||
- name: bare-centos6
|
- name: bare-centos6
|
||||||
base-image: 'CentOS 6.5 (PVHVM)'
|
base-image: 'CentOS 6 (PVHVM)'
|
||||||
min-ram: 8192
|
min-ram: 8192
|
||||||
name-filter: 'Performance'
|
name-filter: 'Performance'
|
||||||
setup: prepare_node_bare.sh
|
setup: prepare_node_bare.sh
|
||||||
@ -432,7 +432,7 @@ providers:
|
|||||||
username: jenkins
|
username: jenkins
|
||||||
private-key: /home/nodepool/.ssh/id_rsa
|
private-key: /home/nodepool/.ssh/id_rsa
|
||||||
- name: bare-centos6
|
- name: bare-centos6
|
||||||
base-image: 'CentOS 6.5 (PVHVM)'
|
base-image: 'CentOS 6 (PVHVM)'
|
||||||
min-ram: 8192
|
min-ram: 8192
|
||||||
name-filter: 'Performance'
|
name-filter: 'Performance'
|
||||||
setup: prepare_node_bare.sh
|
setup: prepare_node_bare.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user