-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path.kitchen.cloud.yml
45 lines (42 loc) · 1.04 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
---
driver_config:
openstack_username: <%= ENV['OPENSTACK_USERNAME'] %>
openstack_api_key: <%= ENV['OPENSTACK_API_KEY'] %>
openstack_auth_url: <%= ENV['OPENSTACK_AUTH_URL'] %>
key_name: <%= ENV['KEY_NAME'] %>
private_key_path: <%= ENV['PRIVATE_KEY_PATH'] %>
floating_ip_pool: nova
flavor_ref: gold.large
image_ref: Ubuntu Server 14.04 - RAW
server_name: bamboo-int
transport:
ssh_key: <%= ENV['PRIVATE_KEY_PATH'] %>
connection_timeout: 10
connection_retries: 5
username: ubuntu
disable_ssl_validation: true
provisioner:
name: chef_zero
require_chef_omnibus: 12
platforms:
- name: ubuntu-14.04
driver_plugin: openstack
driver_config:
image_ref: Ubuntu Server 14.04
flavor_ref: mx.medium
floating_ip_pool: nova
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[bamboo]
attributes:
bamboo:
name: bamboo-dev
backup:
enabled: false
ceph: false
agent:
data_dir: /var/bamboo-agent
home_dir: /opt/bamboo-agent