-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
40 lines (37 loc) · 868 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
---
driver:
name: vagrant
network:
- ["private_network", {ip: "33.33.33.100", adapter: 2}]
provisioner:
name: chef_solo
environments_path: environments
platforms:
- name: centos-6
driver_plugin: vagrant
driver_config:
box: centos-6-20140121
box_url: http://vagrant.osuosl.org/centos-6-20140121.box
suites:
- name: default
provisioner:
solo_rb:
environment: vagrant
run_list:
- recipe[ganeti_webmgr::default]
- recipe[ganeti_webmgr::bootstrap_user]
attributes:
ganeti_webmgr:
migrate: true
database:
name: /home/vagrant/gwm.db
- name: mysql
provisioner:
solo_rb:
environment: vagrant
run_list:
- recipe[ganeti_webmgr::mysql]
- recipe[ganeti_webmgr::bootstrap_user]
attributes:
ganeti_webmgr:
migrate: true