Add puppet/archive module, required for newer puppet/rabbitmq
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / spec / acceptance / nodesets / ec2 / amazonlinux-2016091.yml
1 ---
2 # This file is managed via modulesync
3 # https://github.com/voxpupuli/modulesync
4 # https://github.com/voxpupuli/modulesync_config
5 #
6 # Additional ~/.fog config file with AWS EC2 credentials
7 # required.
8 #
9 # see: https://github.com/puppetlabs/beaker/blob/master/docs/how_to/hypervisors/ec2.md
10 #
11 # Amazon Linux is not a RHEL clone.
12 #
13 HOSTS:
14   amazonlinux-2016091-x64:
15     roles:
16       - master
17     platform: centos-6-x86_64
18     hypervisor: ec2
19     # refers to image_tempaltes.yaml AMI[vmname] entry:
20     vmname: amazonlinux-2016091-eu-central-1
21     # refers to image_tempaltes.yaml entry inside AMI[vmname][:image]:
22     snapshot: aio
23     # t2.micro is free tier eligible (https://aws.amazon.com/en/free/):
24     amisize: t2.micro
25     # required so that beaker sanitizes sshd_config and root authorized_keys:
26     user: ec2-user
27 CONFIG:
28   type: aio
29   :ec2_yaml: spec/acceptance/nodesets/ec2/image_templates.yaml
30 ...
31 # vim: syntax=yaml