forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
47 lines (44 loc) · 932 Bytes
/
.kitchen.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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.5
attributes:
golang:
install_dir: '/usr'
- name: centos-5.10
run_list:
- recipe[yum-repoforge::default]
attributes:
golang:
install_dir: '/usr'
suites:
- name: default
run_list:
- recipe[consul::default]
attributes:
consul:
datacenter: FortMeade
bind_interface: eth0
advertise_interface: eth0
bootstrap_expect: 1
encrypt: "QICgUG1NXxwUCexvxsq+vA=="
- name: runit
run_list:
- recipe[consul::default]
attributes:
consul:
datacenter: FortMeade
init_style: runit
- name: ui
run_list:
- recipe[consul::default]
- recipe[consul::ui]
attributes:
consul:
serve_ui: true
client_interface: eth0