2019-02-17 20:55:55 -03: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 21:13:41 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
|
|
|
log_level: debug
|
|
|
|
salt_install: none
|
|
|
|
require_chef: false
|
|
|
|
formula: TEMPLATE
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
2021-11-16 21:40:43 +00:00
|
|
|
pillars_from_directories:
|
|
|
|
- test/salt/pillar
|
2019-02-17 20:55:55 -03:00
|
|
|
|
|
|
|
platforms:
|
2025-02-26 08:27:37 -06:00
|
|
|
## SALT `master`
|
|
|
|
- name: debian-12-master-py3
|
2020-09-20 15:30:00 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:debian-12
|
2021-07-17 21:13:41 +01:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-07-18 19:06:33 +01:00
|
|
|
- name: debian-11-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: ubuntu-2404-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-24.04
|
2021-07-17 21:13:41 +01:00
|
|
|
run_command: /lib/systemd/systemd
|
2022-05-06 23:19:59 +01:00
|
|
|
- name: ubuntu-2204-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-22.04
|
|
|
|
run_command: /lib/systemd/systemd
|
2020-05-28 17:15:23 +01:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
2020-06-15 17:02:18 +01:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
2021-07-17 21:13:41 +01:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: centos-stream9-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:centos-stream9
|
|
|
|
- name: opensuse-leap-156-master-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.6
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.6`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: opensuse-leap-155-master-py3
|
2021-07-02 00:09:05 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.5
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
2021-07-02 00:09:05 +01:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-14 10:17:09 +00: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
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: fedora-41-master-py3
|
2020-02-05 10:26:54 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:fedora-41
|
|
|
|
- name: fedora-40-master-py3
|
2021-02-14 10:17:09 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:fedora-40
|
|
|
|
- name: amazonlinux-2023-master-py3
|
2021-02-14 10:17:09 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:amazonlinux-2023
|
|
|
|
- name: oraclelinux-9-master-py3
|
2021-05-09 22:34:52 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:oraclelinux-9
|
|
|
|
- name: oraclelinux-8-master-py3
|
2020-10-02 07:27:40 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:oraclelinux-8
|
|
|
|
- name: almalinux-9-master-py3
|
2020-10-02 07:27:40 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-master-py3:almalinux-9
|
2021-07-02 00:09:05 +01:00
|
|
|
- name: almalinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:almalinux-8
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: rockylinux-9-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:rockylinux-9
|
2021-07-02 00:09:05 +01:00
|
|
|
- name: rockylinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:rockylinux-8
|
2019-06-12 07:22:44 +01:00
|
|
|
|
2025-02-26 08:27:37 -06:00
|
|
|
## SALT `3007.1`
|
|
|
|
- name: debian-12-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:debian-12
|
2021-11-23 10:38:35 +00:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: debian-11-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:debian-11
|
2021-11-23 10:38:35 +00:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: ubuntu-2404-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:ubuntu-24.04
|
2021-11-23 10:38:35 +00:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: ubuntu-2204-3007-1-py3
|
2022-05-06 23:19:59 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:ubuntu-22.04
|
2022-05-06 23:19:59 +01:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: ubuntu-2004-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:ubuntu-20.04
|
2021-11-23 10:38:35 +00:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-02-26 08:27:37 -06:00
|
|
|
- name: centos-stream9-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:centos-stream9
|
|
|
|
- name: opensuse-leap-155-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-27 21:32:30 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:opensuse-leap-15.5
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: opensuse-leap-156-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-27 21:32:30 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:opensuse-leap-15.6
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.6`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: opensuse-tmbl-latest-3007-1-py3
|
|
|
|
driver:
|
2025-02-27 21:32:30 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:opensuse-tumbleweed-latest
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: fedora-41-3007-1-py3
|
2022-04-11 19:24:48 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:fedora-41
|
|
|
|
- name: fedora-40-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:fedora-40
|
|
|
|
- name: amazonlinux-2023-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:amazonlinux-2023
|
|
|
|
- name: amazonlinux-2-3007-1-py3
|
2022-04-01 15:38:39 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-9-3007-1-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:oraclelinux-9
|
|
|
|
- name: oraclelinux-8-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:oraclelinux-8
|
|
|
|
- name: almalinux-9-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:almalinux-9
|
|
|
|
- name: almalinux-8-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:almalinux-8
|
|
|
|
- name: rockylinux-9-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:rockylinux-9
|
|
|
|
- name: rockylinux-8-3007-1-py3
|
2022-04-03 15:09:49 +01:00
|
|
|
driver:
|
2025-02-26 08:27:37 -06:00
|
|
|
image: saltimages/salt-3007.1-py3:rockylinux-8
|
2022-04-03 15:09:49 +01:00
|
|
|
|
2025-03-25 09:25:30 -05:00
|
|
|
## SALT `3006.10`
|
|
|
|
- name: debian-12-3006-10-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:debian-12
|
2025-02-26 08:27:37 -06:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: debian-11-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:debian-11
|
2025-02-26 08:27:37 -06:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: ubuntu-2404-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:ubuntu-24.04
|
2025-02-26 08:27:37 -06:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: ubuntu-2204-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:ubuntu-22.04
|
2025-02-26 08:27:37 -06:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: ubuntu-2004-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:ubuntu-20.04
|
2025-02-26 08:27:37 -06:00
|
|
|
run_command: /lib/systemd/systemd
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: centos-stream9-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:centos-stream9
|
|
|
|
- name: opensuse-tmbl-latest-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:opensuse-tumbleweed-latest
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
2021-11-23 10:38:35 +00:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: opensuse-leap-156-3006-10-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:opensuse-leap-15.6
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.6`:
|
2021-11-23 10:38:35 +00:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: opensuse-leap-155-3006-10-py3
|
2021-07-02 00:09:05 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:opensuse-leap-15.5
|
2025-02-26 08:27:37 -06:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2025-03-25 09:25:30 -05:00
|
|
|
- name: fedora-41-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:fedora-41
|
|
|
|
- name: fedora-40-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:fedora-40
|
|
|
|
- name: amazonlinux-2023-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:amazonlinux-2023
|
|
|
|
- name: amazonlinux-2-3006-10-py3
|
2021-11-23 10:38:35 +00:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-9-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:oraclelinux-9
|
|
|
|
- name: oraclelinux-8-3006-10-py3
|
2022-02-02 23:07:25 +00:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:oraclelinux-8
|
|
|
|
- name: almalinux-9-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:almalinux-9
|
|
|
|
- name: almalinux-8-3006-10-py3
|
2021-04-23 08:50:29 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:almalinux-8
|
|
|
|
- name: rockylinux-9-3006-10-py3
|
2021-07-02 00:09:05 +01:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:rockylinux-9
|
|
|
|
- name: rockylinux-8-3006-10-py3
|
2025-02-26 08:27:37 -06:00
|
|
|
driver:
|
2025-03-25 09:25:30 -05:00
|
|
|
image: saltimages/salt-3006.10-py3:rockylinux-8
|
2025-02-26 08:27:37 -06:00
|
|
|
|
2021-08-19 10:15:47 +01:00
|
|
|
|
2019-02-17 20:55:55 -03:00
|
|
|
verifier:
|
|
|
|
# https://www.inspec.io/
|
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
reporter:
|
2021-07-17 20:31:11 +01:00
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
2019-02-17 20:55:55 -03:00
|
|
|
- cli
|
|
|
|
|
|
|
|
suites:
|
2019-04-22 21:46:48 +01:00
|
|
|
- name: default
|
2019-07-30 08:40:33 +01:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-09-03 16:27:31 +02:00
|
|
|
- TEMPLATE._mapdata
|
2019-11-22 22:45:32 +00:00
|
|
|
- TEMPLATE
|
2020-10-02 07:27:40 +01:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|