-
Notifications
You must be signed in to change notification settings - Fork 65
/
.kitchen.yml
50 lines (47 loc) · 1.25 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
---
driver:
name: docker
use_sudo: false
privileged: true
require_chef_omnibus: false
platforms:
# - name: ubuntu-14.04
# - name: centos-6
# - name: ubuntu-16.04-with-network-manager
# driver_config:
# image: ubuntu:16.04
# provision_command:
# - 'echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections'
# - apt-get update && apt-get install -y locales ifupdown network-manager
# - locale-gen en_US.UTF-8
# - update-locale LANG=en_US.UTF-8
# run_command: /lib/systemd/systemd
# - name: centos-7-with-network-manager
# driver_config:
# image: centos:7
# provision_command:
# - yum install NetworkManager -y
# run_command: /usr/lib/systemd/systemd
- name: debian-11-master-py3
driver:
image: saltimages/salt-master-py3:debian-11
run_command: /lib/systemd/systemd
provisioner:
name: salt_solo
# log_level: quiet
require_chef: false
formula: resolver
suites:
- name: resolver-ng
provisioner:
state_top:
base:
'*':
- resolver.ng
pillars-from-files:
resolver.sls: pillar.example
pillars:
top.sls:
base:
'*':
- resolver