-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.kitchen.cloud.yml
More file actions
41 lines (37 loc) · 828 Bytes
/
.kitchen.cloud.yml
File metadata and controls
41 lines (37 loc) · 828 Bytes
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
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
# availability_zone: <%= ENV['AWS_AVAILABILITY_ZONE'] %>
# security_group_ids: ["sg-1a2b3c4d"]
region: eu-west-1
availability_zone: b
require_chef_omnibus: true
# subnet_id: subnet-6e5d4c3b
# iam_profile_name: chef-client
instance_type: m3.medium
associate_public_ip: true
provisioner:
name: chef_solo
require_chef_omnibus: latest
transport:
ssh_key: travis.pem
connection_timeout: 10
connection_retries: 5
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
driver:
image_id: ami-273c4250
run_list:
- recipe[apt]
suites:
- name: default
run_list: ["recipe[java_wrapper_test]"]
attributes:
java:
install_flavour: openjdk
jdk_version: 7
set_etc_environment: true