-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
49 lines (44 loc) · 948 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
48
49
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
# - name: ubuntu-12.04
# - name: centos-6.4
- name: centos-6.5
#driver:
# box: chef/centos-6.5
suites:
- name: PHD_AMBARI
driver:
vm_hostname: phdambari.local.com
network:
- ["private_network",{ip: "192.168.56.200"}]
run_list:
- recipe[phd::default]
#- recipe[phd::ambari]
- name: PHD_S01
driver:
vm_hostname: phds01.local.com
network:
- ["private_network",{ip: "192.168.56.201"}]
customize:
memory: 2048
cpus: 2
run_list:
- recipe[phd::default]
- recipe[phd::nodes]
attributes:
- name: PHD_S02
driver:
vm_hostname: phds02.local.com
network:
- ["private_network",{ip: "192.168.56.202"}]
customize:
memory: 2048
cpus: 2
run_list:
- recipe[phd::default]
- recipe[phd::nodes]
attributes: