2019-05-27 10:12:27 -04:00
|
|
|
# -*- 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
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
|
|
|
log_level: debug
|
|
|
|
salt_install: none
|
|
|
|
require_chef: false
|
|
|
|
formula: sudoers
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
2019-05-27 10:12:27 -04:00
|
|
|
|
|
|
|
platforms:
|
2021-02-15 02:53:46 -05:00
|
|
|
## SALT `tiamat`
|
2021-07-18 14:05:46 -04:00
|
|
|
- name: debian-11-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: debian-10-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-10
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: debian-9-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-9
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-05-06 18:19:21 -04:00
|
|
|
- name: ubuntu-2204-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-22.04
|
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: ubuntu-2004-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-20.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: ubuntu-1804-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-18.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-11-23 05:37:54 -05:00
|
|
|
- name: centos-stream8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:centos-stream8
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: centos-7-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:centos-7
|
|
|
|
- name: amazonlinux-2-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:oraclelinux-7
|
2021-07-01 19:08:06 -04:00
|
|
|
- name: almalinux-8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:almalinux-8
|
|
|
|
- name: rockylinux-8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:rockylinux-8
|
2021-02-15 02:53:46 -05:00
|
|
|
|
2019-10-30 00:49:44 -04:00
|
|
|
## SALT `master`
|
2021-07-18 14:05:46 -04:00
|
|
|
- name: debian-11-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-24 13:12:43 -04:00
|
|
|
- name: debian-10-master-py3
|
2019-06-28 01:21:43 -04:00
|
|
|
driver:
|
2020-06-15 12:00:53 -04:00
|
|
|
image: saltimages/salt-master-py3:debian-10
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: debian-9-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-9
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-05-06 18:19:21 -04:00
|
|
|
- name: ubuntu-2204-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-22.04
|
|
|
|
run_command: /lib/systemd/systemd
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-30 00:49:44 -04:00
|
|
|
- name: ubuntu-1804-master-py3
|
2019-06-28 01:21:43 -04:00
|
|
|
driver:
|
2020-06-15 12:00:53 -04:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-18.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-11-23 05:37:54 -05:00
|
|
|
- name: centos-stream8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-stream8
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: centos-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-7
|
2022-04-11 14:24:10 -04:00
|
|
|
- name: fedora-36-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-36
|
2022-04-01 10:37:58 -04:00
|
|
|
- name: fedora-35-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-35
|
2021-07-01 19:08:06 -04:00
|
|
|
- name: opensuse-leap-153-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.3
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: opensuse-tmbl-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2020-02-05 09:08:47 -05:00
|
|
|
- name: amazonlinux-2-master-py3
|
|
|
|
driver:
|
2020-06-15 12:00:53 -04:00
|
|
|
image: saltimages/salt-master-py3:amazonlinux-2
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: oraclelinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:oraclelinux-7
|
2021-05-09 17:34:11 -04:00
|
|
|
- name: arch-base-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:arch-base-latest
|
2021-02-15 02:53:46 -05:00
|
|
|
- name: gentoo-stage3-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:gentoo-stage3-systemd
|
2021-07-01 19:08:06 -04:00
|
|
|
- name: almalinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:almalinux-8
|
|
|
|
- name: rockylinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:rockylinux-8
|
2019-06-28 01:21:43 -04:00
|
|
|
|
2022-04-03 10:09:11 -04:00
|
|
|
## SALT `3004.1`
|
|
|
|
- name: debian-11-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:debian-11
|
2021-11-23 05:37:54 -05:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: debian-10-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:debian-10
|
2021-11-23 05:37:54 -05:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: debian-9-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:debian-9
|
2021-11-23 05:37:54 -05:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-05-06 18:19:21 -04:00
|
|
|
- name: ubuntu-2204-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:ubuntu-22.04
|
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: ubuntu-2004-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:ubuntu-20.04
|
2021-11-23 05:37:54 -05:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: ubuntu-1804-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:ubuntu-18.04
|
2021-11-23 05:37:54 -05:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: centos-stream8-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:centos-stream8
|
|
|
|
- name: centos-7-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:centos-7
|
2022-04-11 14:24:10 -04:00
|
|
|
- name: fedora-36-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:fedora-36
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: fedora-35-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:fedora-35
|
|
|
|
- name: amazonlinux-2-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3004-1-py3
|
2022-04-01 10:37:58 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3004-1-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3004.1-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:arch-base-latest
|
|
|
|
- name: gentoo-stage3-latest-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:gentoo-stage3-systemd
|
|
|
|
- name: almalinux-8-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:almalinux-8
|
|
|
|
- name: rockylinux-8-3004-1-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.1-py3:rockylinux-8
|
|
|
|
|
|
|
|
## SALT `3004.0`
|
2021-11-23 05:37:54 -05:00
|
|
|
- name: opensuse-leap-153-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:opensuse-leap-15.3
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: opensuse-tmbl-latest-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:opensuse-tumbleweed-latest
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
|
2022-04-03 10:09:11 -04:00
|
|
|
## SALT `3003.4`
|
|
|
|
- name: debian-10-3003-4-py3
|
2021-07-01 19:08:06 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:debian-10
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: debian-9-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:debian-9
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: ubuntu-2004-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:ubuntu-20.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: ubuntu-1804-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:ubuntu-18.04
|
2021-07-17 16:13:02 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-04-03 10:09:11 -04:00
|
|
|
- name: centos-stream8-3003-4-py3
|
2021-11-23 05:37:54 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:centos-stream8
|
|
|
|
- name: centos-7-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:centos-7
|
|
|
|
- name: amazonlinux-2-3003-4-py3
|
2022-02-02 18:06:42 -05:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3003-4-py3
|
2021-04-23 03:49:48 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:oraclelinux-7
|
|
|
|
- name: almalinux-8-3003-4-py3
|
2021-07-01 19:08:06 -04:00
|
|
|
driver:
|
2022-04-03 10:09:11 -04:00
|
|
|
image: saltimages/salt-3003.4-py3:almalinux-8
|
2021-08-19 05:15:14 -04:00
|
|
|
|
2019-05-27 10:12:27 -04:00
|
|
|
verifier:
|
|
|
|
# https://www.inspec.io/
|
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
reporter:
|
2021-07-17 15:30:29 -04:00
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
2019-05-27 10:12:27 -04:00
|
|
|
- cli
|
|
|
|
|
|
|
|
suites:
|
|
|
|
- name: default
|
2019-07-15 11:46:17 -04:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-08-25 00:03:17 -04:00
|
|
|
- sudoers._mapdata
|
2019-07-15 11:46:17 -04:00
|
|
|
- sudoers
|
|
|
|
- sudoers.included
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- kitchen
|
|
|
|
- sudoers
|
|
|
|
pillars_from_files:
|
|
|
|
kitchen.sls: test/salt/pillar/kitchen.sls
|
|
|
|
sudoers.sls: test/salt/pillar/default.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2021-08-18 19:52:57 -04:00
|
|
|
- name: appended
|
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- sudoers._mapdata
|
|
|
|
- sudoers
|
|
|
|
- sudoers.included
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- kitchen
|
|
|
|
- sudoers
|
|
|
|
pillars_from_files:
|
|
|
|
kitchen.sls: test/salt/pillar/kitchen.sls
|
|
|
|
sudoers.sls: test/salt/pillar/appended.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/appended
|