Skip to content

Commit

Permalink
Split out the nodesets again (voxpupuli#174).
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Feb 20, 2016
1 parent 352461d commit 18c11e3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
14 changes: 14 additions & 0 deletions spec/acceptance/nodesets/circle_centos6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
HOSTS:
centos6:
roles:
- centos6
- nodes
platform: el-6-x86_64
image: centos:6
hypervisor: docker
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'yum -y install gcc tar'
CONFIG:
type: foss
log_level: info
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ HOSTS:
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'yum -y install gcc tar systemd-container initscripts'
centos6:
roles:
- centos6
- nodes
platform: el-6-x86_64
image: centos:6
hypervisor: docker
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'yum -y install gcc tar'
CONFIG:
type: foss
log_level: info
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
HOSTS:
ubuntu1404:
roles:
- master
- nodes
- ubuntu14
platform: ubuntu-14.04-x64
image: ubuntu:14.04
hypervisor: docker
docker_image_commands:
- 'apt-get install -y iptables sudo'
ubuntu1204:
roles:
- nodes
Expand Down
14 changes: 14 additions & 0 deletions spec/acceptance/nodesets/circle_ubuntu14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
HOSTS:
ubuntu1404:
roles:
- master
- nodes
- ubuntu14
platform: ubuntu-14.04-x64
image: ubuntu:14.04
hypervisor: docker
docker_image_commands:
- 'apt-get install -y iptables sudo'
CONFIG:
type: foss
log_level: info

0 comments on commit 18c11e3

Please sign in to comment.