forked from logicalclocks/ndb-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
52 lines (48 loc) · 1.14 KB
/
.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
50
51
52
---
driver:
name: vagrant
customize:
memory: 2048
cpuexecutioncap: 90
cpus: 2
natdnshostresolver1: "on"
natdnsproxy1: "on"
provisioner:
name: chef_solo
platforms:
# - name: ubuntu-12.04
# - name: ubuntu-14.04
- name: centos-6.5
suites:
- name: default
suites:
- name: default
run_list:
- recipe[kagent::install]
- recipe[ndb::install]
- recipe[kagent::default]
- recipe[ndb::mgmd]
- recipe[ndb::ndbd]
- recipe[ndb::mysqld]
- recipe[ndb::memcached]
attributes:
ndb:
mgmd:
private_ips: ["10.0.2.15"]
ndbd:
private_ips: ["10.0.2.15"]
mysqld:
private_ips: ["10.0.2.15"]
memcached:
private_ips: ["10.0.2.15"]
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
kagent:
private_ips: ["10.0.2.15"]
public_ips: ["10.0.2.15"]
kmon:
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: "enabled"