aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2018-05-22 21:48:15 +0200
committerTim Meusel <tim@bastelfreak.de>2018-05-22 21:48:15 +0200
commit4bd8fad64c3f5ba4281a863a2c1cba6514c4d50a (patch)
treedc48613458d4c95314ff15db80fac13cba24eae0 /spec
parentf7a66a3e1ef3bf2b8dac180f434de4dd7143d5fb (diff)
downloadpuppet-ferm-4bd8fad64c3f5ba4281a863a2c1cba6514c4d50a.tar.gz
puppet-ferm-4bd8fad64c3f5ba4281a863a2c1cba6514c4d50a.tar.bz2
Remove docker nodesets
Diffstat (limited to 'spec')
-rw-r--r--spec/acceptance/nodesets/docker/centos-5.yml19
-rw-r--r--spec/acceptance/nodesets/docker/centos-6.yml20
-rw-r--r--spec/acceptance/nodesets/docker/centos-7.yml19
-rw-r--r--spec/acceptance/nodesets/docker/debian-7.yml18
-rw-r--r--spec/acceptance/nodesets/docker/debian-8.yml20
-rw-r--r--spec/acceptance/nodesets/docker/debian-9.yml20
-rw-r--r--spec/acceptance/nodesets/docker/ubuntu-12.04.yml19
-rw-r--r--spec/acceptance/nodesets/docker/ubuntu-14.04.yml21
-rw-r--r--spec/acceptance/nodesets/docker/ubuntu-16.04.yml21
9 files changed, 0 insertions, 177 deletions
diff --git a/spec/acceptance/nodesets/docker/centos-5.yml b/spec/acceptance/nodesets/docker/centos-5.yml
deleted file mode 100644
index c17bc3d..0000000
--- a/spec/acceptance/nodesets/docker/centos-5.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- centos-5-x64:
- platform: el-5-x86_64
- hypervisor: docker
- image: centos:5
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
- - 'sed -i -e "/mingetty/d" /etc/inittab'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/centos-6.yml b/spec/acceptance/nodesets/docker/centos-6.yml
deleted file mode 100644
index d93f884..0000000
--- a/spec/acceptance/nodesets/docker/centos-6.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- centos-6-x64:
- platform: el-6-x86_64
- hypervisor: docker
- image: centos:6
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'rm -rf /var/run/network/*'
- - 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
- - 'rm /etc/init/tty.conf'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/centos-7.yml b/spec/acceptance/nodesets/docker/centos-7.yml
deleted file mode 100644
index 41e924b..0000000
--- a/spec/acceptance/nodesets/docker/centos-7.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- centos-7-x64:
- platform: el-7-x86_64
- hypervisor: docker
- image: centos:7
- docker_preserve_image: true
- docker_cmd: '["/usr/sbin/init"]'
- docker_image_commands:
- - 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which ss'
- - 'systemctl mask getty@tty1.service'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/debian-7.yml b/spec/acceptance/nodesets/docker/debian-7.yml
deleted file mode 100644
index 41b284d..0000000
--- a/spec/acceptance/nodesets/docker/debian-7.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- debian-7-x64:
- platform: debian-7-amd64
- hypervisor: docker
- image: debian:7
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'apt-get update && apt-get install -y cron locales-all net-tools wget'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/debian-8.yml b/spec/acceptance/nodesets/docker/debian-8.yml
deleted file mode 100644
index a630b7e..0000000
--- a/spec/acceptance/nodesets/docker/debian-8.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- debian-8-x64:
- platform: debian-8-amd64
- hypervisor: docker
- image: debian:8
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'apt-get update && apt-get install -y cron locales-all net-tools wget'
- - 'rm -f /usr/sbin/policy-rc.d'
- - 'systemctl mask getty@tty1.service getty-static.service'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/debian-9.yml b/spec/acceptance/nodesets/docker/debian-9.yml
deleted file mode 100644
index dfc8e9c..0000000
--- a/spec/acceptance/nodesets/docker/debian-9.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/theforeman/foreman-installer-modulesync
-HOSTS:
- debian-9-x64:
- platform: debian-9-amd64
- hypervisor: docker
- image: debian:9
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv'
- - 'rm -f /usr/sbin/policy-rc.d'
- - 'systemctl mask getty@tty1.service getty-static.service'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/ubuntu-12.04.yml b/spec/acceptance/nodesets/docker/ubuntu-12.04.yml
deleted file mode 100644
index ab77cda..0000000
--- a/spec/acceptance/nodesets/docker/ubuntu-12.04.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- ubuntu-1204-x64:
- platform: ubuntu-12.04-amd64
- hypervisor: docker
- image: ubuntu:12.04
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'apt-get install -y net-tools wget'
- - 'locale-gen en_US.UTF-8'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/ubuntu-14.04.yml b/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
deleted file mode 100644
index ae45304..0000000
--- a/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- ubuntu-1404-x64:
- platform: ubuntu-14.04-amd64
- hypervisor: docker
- image: ubuntu:14.04
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'rm /usr/sbin/policy-rc.d'
- - 'rm /sbin/initctl; dpkg-divert --rename --remove /sbin/initctl'
- - 'apt-get install -y net-tools wget apt-transport-https'
- - 'locale-gen en_US.UTF-8'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/docker/ubuntu-16.04.yml b/spec/acceptance/nodesets/docker/ubuntu-16.04.yml
deleted file mode 100644
index cd6f376..0000000
--- a/spec/acceptance/nodesets/docker/ubuntu-16.04.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-HOSTS:
- ubuntu-1604-x64:
- platform: ubuntu-16.04-amd64
- hypervisor: docker
- image: ubuntu:16.04
- docker_preserve_image: true
- docker_cmd: '["/sbin/init"]'
- docker_image_commands:
- - 'systemctl mask getty@tty1.service getty-static.service'
- - 'apt-get install -y net-tools wget locales apt-transport-https'
- - 'locale-gen en_US.UTF-8'
- - 'echo LANG=en_US.UTF-8 > /etc/default/locale'
-CONFIG:
- trace_limit: 200
- masterless: true
-...
-# vim: syntax=yaml