summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2017-01-04 19:00:40 +0100
committerTim Meusel <tim@bastelfreak.de>2017-01-04 19:00:40 +0100
commit94d8cd6ac90a4341781e969261562b54c5fe18eb (patch)
tree5971172aa19dba0c3d3de64c0a6896a223995b7a /spec/acceptance
parenta08a72c67d133017a5b75a666d6caddee11197c1 (diff)
modulesync 0.16.7
Diffstat (limited to 'spec/acceptance')
-rw-r--r--spec/acceptance/nodesets/fedora-24-x64.yml15
-rw-r--r--spec/acceptance/nodesets/fedora-25-x64.yml18
2 files changed, 33 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/fedora-24-x64.yml b/spec/acceptance/nodesets/fedora-24-x64.yml
new file mode 100644
index 0000000..820b62d
--- /dev/null
+++ b/spec/acceptance/nodesets/fedora-24-x64.yml
@@ -0,0 +1,15 @@
+---
+# This file is managed via modulesync
+# https://github.com/voxpupuli/modulesync
+# https://github.com/voxpupuli/modulesync_config
+HOSTS:
+ fedora-24-x64:
+ roles:
+ - master
+ platform: fedora-24-x86_64
+ box: fedora/24-cloud-base
+ hypervisor: vagrant
+CONFIG:
+ type: aio
+...
+# vim: syntax=yaml
diff --git a/spec/acceptance/nodesets/fedora-25-x64.yml b/spec/acceptance/nodesets/fedora-25-x64.yml
new file mode 100644
index 0000000..c3a3cbf
--- /dev/null
+++ b/spec/acceptance/nodesets/fedora-25-x64.yml
@@ -0,0 +1,18 @@
+---
+# This file is managed via modulesync
+# https://github.com/voxpupuli/modulesync
+# https://github.com/voxpupuli/modulesync_config
+#
+# platform is fedora 24 because there is no
+# puppet-agent for fedora 25 by 2016-12-30
+HOSTS:
+ fedora-25-x64:
+ roles:
+ - master
+ platform: fedora-24-x86_64
+ box: fedora/25-cloud-base
+ hypervisor: vagrant
+CONFIG:
+ type: aio
+...
+# vim: syntax=yaml