forked from saltstack-formulas/splunkforwarder-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
78 lines (73 loc) · 1.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# For help on this file's format, see https://kitchen.ci/
driver:
name: docker
use_sudo: false
privileged: true
run_command: /lib/systemd/systemd
platforms:
## SALT `tiamat`
# - name: debian-10-tiamat-py3
# driver:
# image: saltimages/salt-tiamat-py3:debian-10
# - name: ubuntu-2004-tiamat-py3
# driver:
# image: saltimages/salt-tiamat-py3:ubuntu-20.04
# - name: amazonlinux-2-tiamat-py3
# driver:
# image: saltimages/salt-tiamat-py3:amazonlinux-2
## SALT `master`
- name: debian-10-master-py3
driver:
image: saltimages/salt-master-py3:debian-10
- name: ubuntu-2204-master-py3
driver:
image: saltimages/salt-master-py3:ubuntu-22.04
- name: amazonlinux-2-master-py3
driver:
image: 084409748920.dkr.ecr.eu-west-1.amazonaws.com/blueconic/saltstack-ci:latest
provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: splunkforwarder
salt_copy_filter:
- .kitchen
- .git
verifier:
# https://www.inspec.io/
name: inspec
sudo: true
# cli, documentation, html, progress, json, json-min, json-rspec, junit
reporter:
- cli
suites:
- name: default
excludes:
- gentoo-stage3-latest-master-py3
- gentoo-stage3-systemd-master-py3
- gentoo-stage3-latest-3002-5-py3
- gentoo-stage3-systemd-3002-5-py3
- gentoo-stage3-latest-3001-6-py3
- gentoo-stage3-systemd-3001-6-py3
- gentoo-stage3-latest-3000-8-py3
- gentoo-stage3-systemd-3000-8-py3
provisioner:
state_top:
base:
'*':
- splunkforwarder._mapdata
- splunkforwarder
pillars:
top.sls:
base:
'*':
- splunkforwarder
pillars_from_files:
splunkforwarder.sls: pillar.example
verifier:
inspec_tests:
- path: test/integration/default