-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
54 lines (49 loc) · 1.35 KB
/
.kitchen.yml
File metadata and controls
54 lines (49 loc) · 1.35 KB
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
---
################################################################################
# Any local customizations should be placed inside the .kitchen.local.yml, which
# will not be checked in or overwritten. You may also use ~/.kitchen/config.yml
# or environment variables like VAGRANT_DEFAULT_PROVIDER. Anything in those will
# take precedence over anything set in `.kitchen.yml`.
################################################################################
driver:
name: vagrant # provide a default test-kitchen driver, vagrant
driver_config:
require_chef_omnibus: latest
provisioner:
name: chef_zero
client_rb:
environment: _default
attributes:
food_essentials:
kitchen_run: true
openssh:
server:
password_authentication: 'yes'
permit_root_login: 'yes'
cloud:
public_ipv4: '127.0.0.1'
authorization:
sudo:
users: ['vagrant']
passwordless: true
platformstack:
cloud_backup:
enabled: false
cloud_monitoring:
enabled: false
omnibus_updater:
enabled: false
iptables:
allow_ssh_from_world: true
rackspace:
cloud_credentials:
username: 'racker'
api_key: 'sekrit'
platforms:
- name: ubuntu-14.04
run_list:
- recipe[apt]
suites:
- name: default
run_list: recipe[james_jenkins]
attributes: