-
Notifications
You must be signed in to change notification settings - Fork 31
/
.kitchen.cloud.yml
79 lines (66 loc) · 1.41 KB
/
.kitchen.cloud.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
driver:
ssh_key: <%= ENV['SSH_AGENT_PID'].nil? ? ENV['SSH_KEY_PATH'] : nil %>
provisioner:
name: chef_solo
require_chef_omnibus: true
platforms:
<% unless ENV['DIGITALOCEAN_ACCESS_TOKEN'].empty? %>
- name: centos-5-8-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: centos-6-5-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: centos-7-0-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: debian-6-0-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: debian-7-0-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: debian-8-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: ubuntu-12-04-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: ubuntu-14-04-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
- name: ubuntu-15-04-x64
driver_plugin: digitalocean
driver_config:
flavor: 512MB
<% end %>
- name: amazon-2014.09.2
driver:
name: ec2
image_id: ami-8e682ce6
instance_type: t1.micro
transport:
username: ec2-user
- name: amazon-2015.03.1
driver:
name: ec2
image_id: ami-0f4cfd64
instance_type: t1.micro
transport:
username: ec2-user
- name: amazon-2015.09.0
driver:
name: ec2
image_id: ami-cf1066aa
instance_type: t1.micro
transport:
username: ec2-user