Skip to content

Commit

Permalink
update beaker nodesets to use current chef/bento boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent 164b114 commit 3d1a500
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/acceptance/nodesets/centos-6.6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HOSTS:
centos-6.6:
roles:
- master
platform: el-6-x86_64
box: chef/centos-6.6
hypervisor: vagrant
CONFIG:
type: foss
9 changes: 9 additions & 0 deletions spec/acceptance/nodesets/centos-7.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HOSTS:
centos-7.0:
roles:
- master
platform: el-7-x86_64
box: chef/centos-7.0
hypervisor: vagrant
CONFIG:
type: foss
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/default.yml
9 changes: 9 additions & 0 deletions spec/acceptance/nodesets/fedora-21.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HOSTS:
fedora-21:
roles:
- master
platform: fedora-21-x86_64
box: chef/fedora-21
hypervisor: vagrant
CONFIG:
type: foss
9 changes: 9 additions & 0 deletions spec/acceptance/nodesets/ubuntu-12.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HOSTS:
ubuntu-12.04:
roles:
- master
platform: ubuntu-12.04-amd64
box: chef/ubuntu-12.04
hypervisor: vagrant
CONFIG:
type: foss
9 changes: 9 additions & 0 deletions spec/acceptance/nodesets/ubuntu-14.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HOSTS:
ubuntu-14.04:
roles:
- master
platform: ubuntu-14.04-amd64
box: chef/ubuntu-14.04
hypervisor: vagrant
CONFIG:
type: foss

0 comments on commit 3d1a500

Please sign in to comment.