-
Notifications
You must be signed in to change notification settings - Fork 6
/
.kitchen.yml
52 lines (48 loc) · 963 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
50
51
52
---
driver:
name: vagrant
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
client_rb:
environment: _default
attributes:
openssh:
server:
password_authentication: 'yes'
permit_root_login: 'yes'
ntp:
apparmor_enabled: false
authorization:
sudo:
users: ['vagrant']
passwordless: true
platformstack:
iptables:
allow_ssh_from_world: true
cloud_monitoring:
enabled: false
cloud_backup:
enabled: false
omnibus_updater:
enabled: false
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.7
run_list:
- recipe[yum]
suites:
- name: default
run_list:
- recipe[platformstack::default]
attributes:
- name: rackops_rolebook
run_list:
- recipe[platformstack::rackops_rolebook]
attributes: