-
Notifications
You must be signed in to change notification settings - Fork 116
/
.kitchen.ec2.yml
56 lines (51 loc) · 1.25 KB
/
.kitchen.ec2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
driver:
name: ec2
region: us-west-2
instance_type: m4.large
aws_ssh_key_id: test-kitchen
subnet_id: subnet-74de082e
iam_profile_name: s3-test-kitchen
security_group_ids: ['sg-9abe55e5']
associate_public_ip: true
interface: dns
block_device_mappings:
- device_name: /dev/sda1
ebs:
volume_size: 100
delete_on_termination: true
tags:
created-by: 'test-kitchen'
transport:
ssh_key: /keys/test-kitchen.pem
provisioner:
name: chef_zero
product_name: chef
product_version: 13.3
platforms:
- name: windows-2016
- name: windows-2012r2
- name: windows-2008r2
- name: ubuntu-16.04
- name: centos-7
- name: centos-6
suites:
- name: insights
driver:
tags:
Name: 'insights'
run_list:
- recipe[download-setups-s3::server]
- recipe[download-setups-s3::insights]
- recipe[apt]
- recipe[arcgis-enterprise::system]
- recipe[arcgis-enterprise::server]
- recipe[arcgis-insights]
attributes:
arcgis:
version: '10.6.1'
configure_windows_firewall: true
cache_authorization_files: true
server:
authorization_file: '/auth_files/ArcGIS_Server/Advanced/Server_Ent_Adv.ecp'
insights:
version: '2.2'