-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
40 lines (36 loc) · 887 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
forward_agent: true
customize:
cpus: 8
memory: 8192
synced_folders: [['.', '/home/vagrant/chef-fips']]
provisioner:
require_chef_omnibus: 12.5.1
platforms:
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
- name: centos-7.2
run_list: omnibus-delivery::epel
- name: centos-6.7
run_list: omnibus-delivery::epel
attribute_defaults: &attribute_defaults
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
suites:
- name: default
attributes:
omnibus:
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/chef-fips
run_list:
- omnibus::default
- name: test
driver:
network:
- ["private_network", {ip: "192.168.44.89"}]