aboutsummaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2020-10-24 19:20:02 +0200
committerTim Meusel <tim@bastelfreak.de>2020-10-28 20:17:50 +0100
commit7ad0fed388c81d76ead9224527afb708bd7d72c9 (patch)
tree27d33290ca1b255ce65d12095ac4e8bab8cdee9e /spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
parentc9854b57a03cdd7bce7176a35a1157f621a2318b (diff)
downloadpuppet-ferm-7ad0fed388c81d76ead9224527afb708bd7d72c9.tar.gz
puppet-ferm-7ad0fed388c81d76ead9224527afb708bd7d72c9.tar.bz2
modulesync 3.1.0
Diffstat (limited to 'spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml')
-rw-r--r--spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml b/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
deleted file mode 100644
index 19dd43e..0000000
--- a/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-# This file is managed via modulesync
-# https://github.com/voxpupuli/modulesync
-# https://github.com/voxpupuli/modulesync_config
-#
-# Additional ~/.fog config file with AWS EC2 credentials
-# required.
-#
-# see: https://github.com/puppetlabs/beaker/blob/master/docs/how_to/hypervisors/ec2.md
-#
-# Amazon Linux is not a RHEL clone.
-#
-HOSTS:
- amazonlinux-2016091-x64:
- roles:
- - master
- platform: centos-6-x86_64
- hypervisor: ec2
- # refers to image_tempaltes.yaml AMI[vmname] entry:
- vmname: amazonlinux-2016091-eu-central-1
- # refers to image_tempaltes.yaml entry inside AMI[vmname][:image]:
- snapshot: aio
- # t2.micro is free tier eligible (https://aws.amazon.com/en/free/):
- amisize: t2.micro
- # required so that beaker sanitizes sshd_config and root authorized_keys:
- user: ec2-user
-CONFIG:
- type: aio
- :ec2_yaml: spec/acceptance/nodesets/ec2/image_templates.yaml
-...
-# vim: syntax=yaml