-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.kitchen.yml
63 lines (60 loc) · 1.24 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
53
54
55
56
57
58
59
60
61
62
63
---
driver:
name: vagrant
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
client_rb:
environment: _default
attributes:
apt:
compile_time_update: true
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.6
run_list:
- recipe[yum]
suites:
- name: default
run_list:
- recipe[rackspace_cloudbackup::cloud]
attributes:
rackspace_cloudbackup:
mock: true
backups:
- location: /etc
enabled: false
- location: /home
enabled: false
backups_defaults:
cloud_notify_email: root@localhost
rackspace:
datacenter: 'DFW'
cloud_credentials:
username: nobody
api_key: secret