beaker: add more nodesets
CentOS 5, 6 & 7 Debian 6 & 7 Ubuntu Server 12.04
This commit is contained in:
parent
9dd92e7081
commit
fd069a3aec
6 changed files with 66 additions and 0 deletions
11
spec/acceptance/nodesets/centos-5-x64.yml
Normal file
11
spec/acceptance/nodesets/centos-5-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
centos-5-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: el-5-x86_64
|
||||
box : puppetlabs/centos-5.11-64-nocm
|
||||
box_url : https://vagrantcloud.com/puppetlabs/boxes/centos-5.11-64-nocm
|
||||
hypervisor : vagrant
|
||||
CONFIG:
|
||||
log_level: verbose
|
||||
type: foss
|
11
spec/acceptance/nodesets/centos-6-x64.yml
Normal file
11
spec/acceptance/nodesets/centos-6-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
centos-6-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: el-6-x86_64
|
||||
box : puppetlabs/centos-6.6-64-nocm
|
||||
box_url : https://vagrantcloud.com/puppetlabs/boxes/centos-6.6-64-nocm
|
||||
hypervisor : vagrant
|
||||
CONFIG:
|
||||
log_level: verbose
|
||||
type: foss
|
11
spec/acceptance/nodesets/centos-7-x64.yml
Normal file
11
spec/acceptance/nodesets/centos-7-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
centos-7-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: el-7-x86_64
|
||||
box : puppetlabs/centos-7.0-64-nocm
|
||||
box_url : https://vagrantcloud.com/puppetlabs/boxes/centos-7.0-64-nocm
|
||||
hypervisor : vagrant
|
||||
CONFIG:
|
||||
log_level: verbose
|
||||
type: foss
|
11
spec/acceptance/nodesets/debian-6-x64.yml
Normal file
11
spec/acceptance/nodesets/debian-6-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
debian-6-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: debian-6-amd64
|
||||
box : puppetlabs/debian-6.0.10-64-nocm
|
||||
box_url : http://vagrantcloud.com/puppetlabs/debian-6.0.10-64-nocm
|
||||
hypervisor : vagrant
|
||||
CONFIG:
|
||||
log_level: debug
|
||||
type: git
|
11
spec/acceptance/nodesets/debian-7-x64.yml
Normal file
11
spec/acceptance/nodesets/debian-7-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
debian-7-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: debian-7-amd64
|
||||
box : puppetlabs/debian-7.8-64-nocm
|
||||
box_url : http://vagrantcloud.com/puppetlabs/debian-7.8-64-nocm
|
||||
hypervisor : vagrant
|
||||
CONFIG:
|
||||
log_level: debug
|
||||
type: git
|
11
spec/acceptance/nodesets/ubuntu-server-1204-x64.yml
Normal file
11
spec/acceptance/nodesets/ubuntu-server-1204-x64.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
HOSTS:
|
||||
ubuntu-server-1204-x64:
|
||||
roles:
|
||||
- master
|
||||
platform: ubuntu-12.04-amd64
|
||||
box: puppetlabs/ubuntu-12.04-64-nocm
|
||||
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-12.04-64-nocm
|
||||
hypervisor: vagrant
|
||||
CONFIG:
|
||||
log_level: debug
|
||||
type: git
|
Loading…
Reference in a new issue