puppet-ceph/.nodeset.yml
David Gurtner 89910f19ce Update CI boxes
Update the CentOS 6 CI box from 6.4 to 6.5. This is needed to support
RDO which in turn is a requirement for the rgw/keystone CI tests.

Add CentOS 7 and Ubuntu 14.04 boxes so we can CI test them as a basis
to add support for them.

Because rspec-system and rspec-system-puppet are deprecated in favor
of beaker add dependencies on a fork to provide the necessary features.
This is temporary until all tests are switched to beaker.

Change-Id: I0ef014ff73a431a691fc25c35f6461fec614c337
2015-02-17 16:32:56 +01:00

104 lines
2.4 KiB
YAML

default_set: 'two-ubuntu-server-12042-x64'
sets:
'two-ubuntu-server-1404-x64':
default_node: 'first'
nodes:
'first':
prefab: 'ubuntu-server-1404-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'second':
prefab: 'ubuntu-server-1404-x64'
options:
ip: '10.11.12.3'
idedisk: 10
'one-ubuntu-server-1404-x64':
nodes:
'first':
prefab: 'ubuntu-server-1404-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'two-ubuntu-server-12042-x64':
default_node: 'first'
nodes:
'first':
prefab: 'ubuntu-server-12042-x64'
options:
ip: '10.11.12.2'
disk: 10
'second':
prefab: 'ubuntu-server-12042-x64'
options:
ip: '10.11.12.3'
disk: 10
'one-ubuntu-server-12042-x64':
nodes:
'first':
prefab: 'ubuntu-server-12042-x64'
options:
ip: '10.11.12.2'
disk: 10
'two-centos-70-x64':
default_node: 'first'
nodes:
'first':
prefab: 'centos-70-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'second':
prefab: 'centos-70-x64'
options:
ip: '10.11.12.3'
idedisk: 10
'one-centos-70-x64':
nodes:
'first':
prefab: 'centos-70-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'two-centos-65-x64':
default_node: 'first'
nodes:
'first':
prefab: 'centos-65-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'second':
prefab: 'centos-65-x64'
options:
ip: '10.11.12.3'
idedisk: 10
'one-centos-65-x64':
nodes:
'first':
prefab: 'centos-65-x64'
options:
ip: '10.11.12.2'
idedisk: 10
'two-centos-64-x64':
default_node: 'first'
nodes:
'first':
prefab: 'centos-64-x64'
options:
ip: '10.11.12.2'
disk: 10
'second':
prefab: 'centos-64-x64'
options:
ip: '10.11.12.3'
disk: 10
'one-centos-64-x64':
nodes:
'first':
prefab: 'centos-64-x64'
options:
ip: '10.11.12.2'
disk: 10