-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
37 lines (32 loc) · 874 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.7
transport:
name: speedy_ssh
provisioner:
chef_omnibus_url: 'http://repo-par.criteo.prod/omnibus_install.sh'
driver_config:
box: opscode-centos-6.7
box_url: http://filer.criteo.prod/boxes/opscode_centos-6.7.box
- name: centos-7.2
transport:
name: speedy_ssh
provisioner:
chef_omnibus_url: 'http://repo-par.criteo.prod/omnibus_install.sh'
driver_config:
box: criteo-centos-7.2-core
box_url: http://filer.criteo.prod/boxes/criteo-centos-7.2-core.box
- name: windows-2012r2
transport:
name: winrm
elevated: true
elevated_username: System
elevated_password: null
driver_config:
box: criteo-windows-2012r2-standard
box_url: http://filer.criteo.prod/boxes/criteo-windows-2012r2-standard.box
suites: