forked from ashmere/fusioninventory-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
36 lines (33 loc) · 900 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
---
driver_plugin: docker
provisioner:
name: chef_zero
require_chef_omnibus: 11.16.4
platforms:
- name: debian
driver_config:
hostname: dev.fusioninventory-agent.gov.pf
privileged: true
disable_upstart: false
use_sudo: false
remove_images: false
image: dsipf/chef:debian
run_list:
- recipe[apt::cacher-client]
attributes:
apt:
cacher_ipaddress: proxyapt.srv.gov.pf
- name: centos
driver_config:
hostname: dev.fusioninventory-agent.gov.pf
privileged: true
use_sudo: false
run_command: /usr/sbin/init
remove_images: true
image: dsipf/chef:centos
suites:
- name: default
data_bags_path: 'test/integration/default/data_bags'
encrypted_data_bag_secret_key_path: 'test/integration/default/encrypted_data_bag_secret'
run_list:
- recipe[fusioninventory-agent::default]