forked from MSadir/supermarket-omnibus-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
42 lines (39 loc) · 875 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
---
driver:
name: vagrant
customize:
memory: 512
provisioner:
name: chef_zero
chef_zero_port: 9010
platforms:
- name: ubuntu-12.04
driver:
network:
- ["private_network", {ip: "33.33.33.20"}]
- name: ubuntu-14.04
driver:
network:
- ["private_network", {ip: "33.33.33.21"}]
- name: centos-5.11
driver:
network:
- ["private_network", {ip: "33.33.33.24"}]
- name: centos-6.6
driver:
network:
- ["private_network", {ip: "33.33.33.25"}]
- name: centos-7.1
driver:
network:
- ["private_network", {ip: "33.33.33.28"}]
suites:
- name: default
run_list:
- recipe[supermarket-omnibus-cookbook::default]
attributes:
supermarket_omnibus:
chef_server_url: ~
chef_oauth2_app_id: ~
chef_oauth2_secret: ~
chef_oauth2_verify_ssl: ~