-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.kitchen.yml
40 lines (37 loc) · 890 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
customize:
memory: 4500
ioapic: 'on'
natdnshostresolver1: "on"
natdnsproxy1: "on"
nictype1: "virtio"
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
# - name: centos-7.0
# - name: ubuntu-15.04
suites:
- name: default
run_list:
- recipe[kagent::install]
- recipe[elastic::install]
- recipe[elastic::default]
attributes:
elastic:
dir: "/srv/hops"
user: 'glassfish'
default:
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
kagent:
user: 'glassfish'
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
vagrant: true