forked from airfranceklm/bamboo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.cloud.yml
39 lines (36 loc) · 898 Bytes
/
.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
---
driver_config:
openstack_username: <%= ENV['OPENSTACK_USERNAME'] %>
openstack_api_key: <%= ENV['OPENSTACK_API_KEY'] %>
openstack_auth_url: <%= ENV['OPENSTACK_AUTH_URL'] %>
provisioner:
name: chef_zero
require_chef_omnibus: latest
platforms:
- name: ubuntu-14.04
driver_plugin: openstack
driver_config:
image_ref: Ubuntu Server 14.04
flavor_ref: mx.medium
floating_ip_pool: nova
key_name: <%= ENV['KEY_NAME'] %>
private_key_path: <%= ENV['PRIVATE_KEY_PATH'] %>
server_name: bamboo-dev
transport:
username: ubuntu
disable_ssl_validation: true
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