2019-04-25 13:23:34 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
2019-04-12 17:34:35 +02:00
|
|
|
---
|
2019-04-25 13:23:34 +02:00
|
|
|
# For help on this file's format, see https://kitchen.ci/
|
2019-04-12 17:34:35 +02:00
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
use_sudo: false
|
|
|
|
privileged: true
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
|
|
|
log_level: debug
|
|
|
|
salt_install: none
|
|
|
|
require_chef: false
|
|
|
|
formula: nginx
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
2019-04-12 17:34:35 +02:00
|
|
|
|
|
|
|
platforms:
|
2021-02-14 09:06:26 +01:00
|
|
|
## SALT `tiamat`
|
2021-07-18 20:02:41 +02:00
|
|
|
- name: debian-11-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: debian-10-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-10
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: debian-9-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-9
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: ubuntu-2004-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-20.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: ubuntu-1804-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-18.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-11-23 11:35:12 +01:00
|
|
|
- name: centos-stream8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:centos-stream8
|
2021-02-14 09:06:26 +01: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-02 01:04:51 +02: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-14 09:06:26 +01:00
|
|
|
|
2019-10-30 05:50:00 +01:00
|
|
|
## SALT `master`
|
2021-07-18 20:02:41 +02:00
|
|
|
- name: debian-11-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-24 19:13:12 +02:00
|
|
|
- name: debian-10-master-py3
|
2019-06-25 23:52:40 +02:00
|
|
|
driver:
|
2020-06-15 17:56:46 +02:00
|
|
|
image: saltimages/salt-master-py3:debian-10
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: debian-9-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-9
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-30 05:50:00 +01:00
|
|
|
- name: ubuntu-1804-master-py3
|
2019-06-25 23:52:40 +02:00
|
|
|
driver:
|
2020-06-15 17:56:46 +02:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-18.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-11-23 11:35:12 +01:00
|
|
|
- name: centos-stream8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-stream8
|
2021-02-14 09:06:26 +01:00
|
|
|
- name: centos-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-7
|
2021-04-23 09:47:33 +02:00
|
|
|
- name: fedora-34-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-34
|
2021-07-02 01:04:51 +02: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-14 09:06:26 +01:00
|
|
|
- name: opensuse-tmbl-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
2019-09-07 04:40:56 +02:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2020-02-05 15:06:30 +01:00
|
|
|
- name: amazonlinux-2-master-py3
|
|
|
|
driver:
|
2020-06-15 17:56:46 +02:00
|
|
|
image: saltimages/salt-master-py3:amazonlinux-2
|
2021-02-14 09:06:26 +01: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 23:31:44 +02:00
|
|
|
- name: arch-base-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:arch-base-latest
|
2021-02-14 09:06:26 +01: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-02 01:04:51 +02: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-25 23:52:40 +02:00
|
|
|
|
2021-11-23 11:35:12 +01:00
|
|
|
## SALT `3004.0`
|
|
|
|
- name: debian-11-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
- name: debian-10-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:debian-10
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
- name: debian-9-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:debian-9
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
- name: ubuntu-2004-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:ubuntu-20.04
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
- name: ubuntu-1804-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:ubuntu-18.04
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
- name: centos-stream8-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:centos-stream8
|
|
|
|
- name: centos-7-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:centos-7
|
|
|
|
- name: fedora-34-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:fedora-34
|
|
|
|
- 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
|
|
|
|
- name: amazonlinux-2-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:arch-base-latest
|
|
|
|
- name: gentoo-stage3-latest-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:gentoo-stage3-systemd
|
|
|
|
- name: almalinux-8-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:almalinux-8
|
|
|
|
- name: rockylinux-8-3004-0-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3004.0-py3:rockylinux-8
|
|
|
|
|
2021-10-05 12:14:59 +02:00
|
|
|
## SALT `3003.3`
|
|
|
|
- name: debian-10-3003-3-py3
|
2021-07-02 01:04:51 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:debian-10
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: debian-9-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:debian-9
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: ubuntu-2004-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:ubuntu-20.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: ubuntu-1804-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:ubuntu-18.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-11-23 11:35:12 +01:00
|
|
|
- name: centos-stream8-3003-3-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.3-py3:centos-stream8
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: centos-7-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:centos-7
|
2022-02-03 00:03:57 +01:00
|
|
|
- name: fedora-35-3003-3-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.3-py3:fedora-35
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: fedora-34-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:fedora-34
|
|
|
|
- name: opensuse-leap-153-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:opensuse-leap-15.3
|
2021-07-02 01:04:51 +02:00
|
|
|
# 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-10-05 12:14:59 +02:00
|
|
|
- name: opensuse-tmbl-latest-3003-3-py3
|
2021-07-02 01:04:51 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:opensuse-tumbleweed-latest
|
2021-07-02 01:04:51 +02:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: amazonlinux-2-3003-3-py3
|
2021-08-19 11:12:57 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3003-3-py3
|
2021-08-19 11:12:57 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3003-3-py3
|
2021-08-19 11:12:57 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:oraclelinux-7
|
|
|
|
- name: gentoo-stage3-latest-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:gentoo-stage3-latest
|
2021-08-19 11:12:57 +02:00
|
|
|
run_command: /sbin/init
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: gentoo-stage3-systemd-3003-3-py3
|
2021-08-19 11:12:57 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:gentoo-stage3-systemd
|
|
|
|
- name: almalinux-8-3003-3-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3003.3-py3:almalinux-8
|
2021-08-19 11:12:57 +02:00
|
|
|
|
2021-10-05 12:14:59 +02:00
|
|
|
## SALT `3002.7`
|
|
|
|
- name: debian-10-3002-7-py3
|
2021-04-23 09:47:33 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:debian-10
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: debian-9-3002-7-py3
|
2021-03-07 23:20:22 +01:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:debian-9
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: ubuntu-2004-3002-7-py3
|
2021-03-07 23:20:22 +01:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:ubuntu-20.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: ubuntu-1804-3002-7-py3
|
2021-03-07 23:20:22 +01:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:ubuntu-18.04
|
2021-07-17 22:10:35 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: centos-7-3002-7-py3
|
2019-10-30 05:50:00 +01:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:centos-7
|
2022-02-03 00:03:57 +01:00
|
|
|
- name: fedora-35-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:fedora-35
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: fedora-34-3002-7-py3
|
2019-04-12 22:08:25 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:fedora-34
|
|
|
|
- name: opensuse-leap-153-3002-7-py3
|
2021-07-02 01:04:51 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:opensuse-leap-15.3
|
2021-07-02 01:04:51 +02:00
|
|
|
# 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-10-05 12:14:59 +02:00
|
|
|
- name: opensuse-tmbl-latest-3002-7-py3
|
2019-04-25 13:23:34 +02:00
|
|
|
driver:
|
2021-10-05 12:14:59 +02:00
|
|
|
image: saltimages/salt-3002.7-py3:opensuse-tumbleweed-latest
|
2021-02-14 09:06:26 +01:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
2019-09-07 04:40:56 +02:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-10-05 12:14:59 +02:00
|
|
|
- name: amazonlinux-2-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:oraclelinux-7
|
|
|
|
- name: gentoo-stage3-latest-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3002-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.7-py3:gentoo-stage3-systemd
|
2019-06-25 23:52:40 +02:00
|
|
|
|
2019-04-12 17:34:35 +02:00
|
|
|
verifier:
|
2019-04-25 13:23:34 +02:00
|
|
|
# https://www.inspec.io/
|
2019-04-12 17:34:35 +02:00
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
reporter:
|
2021-07-17 21:27:50 +02:00
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
2019-04-12 17:34:35 +02:00
|
|
|
- cli
|
|
|
|
|
|
|
|
suites:
|
2019-04-25 13:23:34 +02:00
|
|
|
- name: default
|
2019-07-15 00:21:24 +02:00
|
|
|
provisioner:
|
2021-04-28 15:56:22 +02:00
|
|
|
dependencies:
|
|
|
|
- name: test_dep
|
|
|
|
path: test/salt/default/states
|
2019-07-15 00:21:24 +02:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2021-04-28 15:56:22 +02:00
|
|
|
- test_dep.create_dependency_file
|
2021-03-23 22:30:37 +01:00
|
|
|
- nginx._mapdata
|
2019-07-15 00:21:24 +02:00
|
|
|
- nginx
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- nginx
|
|
|
|
pillars_from_files:
|
|
|
|
nginx.sls: test/salt/default/pillar/nginx.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2021-03-23 12:24:29 +01:00
|
|
|
- name: passenger
|
|
|
|
includes:
|
2021-07-18 20:02:41 +02:00
|
|
|
- debian-11-tiamat-py3
|
2021-04-03 10:23:08 +02:00
|
|
|
- debian-10-tiamat-py3
|
|
|
|
- debian-9-tiamat-py3
|
|
|
|
- ubuntu-2004-tiamat-py3
|
|
|
|
- ubuntu-1804-tiamat-py3
|
2021-11-23 11:35:12 +01:00
|
|
|
- centos-stream8-tiamat-py3
|
2021-04-03 10:23:08 +02:00
|
|
|
- centos-7-tiamat-py3
|
|
|
|
- oraclelinux-8-tiamat-py3
|
2021-07-02 01:04:51 +02:00
|
|
|
- almalinux-8-tiamat-py3
|
|
|
|
- rockylinux-8-tiamat-py3
|
2021-07-18 20:02:41 +02:00
|
|
|
- debian-11-master-py3
|
2021-03-23 12:24:29 +01:00
|
|
|
- debian-10-master-py3
|
|
|
|
- debian-9-master-py3
|
|
|
|
- ubuntu-2004-master-py3
|
|
|
|
- ubuntu-1804-master-py3
|
2021-11-23 11:35:12 +01:00
|
|
|
- centos-stream8-master-py3
|
2021-03-23 12:24:29 +01:00
|
|
|
- centos-7-master-py3
|
|
|
|
- oraclelinux-8-master-py3
|
2021-07-02 01:04:51 +02:00
|
|
|
- almalinux-8-master-py3
|
|
|
|
- rockylinux-8-master-py3
|
2021-11-23 11:35:12 +01:00
|
|
|
- debian-11-3004-0-py3
|
|
|
|
- debian-10-3004-0-py3
|
|
|
|
- debian-9-3004-0-py3
|
|
|
|
- ubuntu-2004-3004-0-py3
|
|
|
|
- ubuntu-1804-3004-0-py3
|
|
|
|
- centos-stream8-3004-0-py3
|
|
|
|
- centos-7-3004-0-py3
|
|
|
|
- oraclelinux-8-3004-0-py3
|
|
|
|
- almalinux-8-3004-0-py3
|
|
|
|
- rockylinux-8-3004-0-py3
|
2021-10-05 12:14:59 +02:00
|
|
|
- debian-10-3003-3-py3
|
|
|
|
- debian-9-3003-3-py3
|
|
|
|
- ubuntu-2004-3003-3-py3
|
|
|
|
- ubuntu-1804-3003-3-py3
|
2021-11-23 11:35:12 +01:00
|
|
|
- centos-stream8-3003-3-py3
|
2021-10-05 12:14:59 +02:00
|
|
|
- centos-7-3003-3-py3
|
|
|
|
- oraclelinux-8-3003-3-py3
|
|
|
|
- almalinux-8-3003-3-py3
|
|
|
|
- debian-10-3002-7-py3
|
|
|
|
- debian-9-3002-7-py3
|
|
|
|
- ubuntu-2004-3002-7-py3
|
|
|
|
- ubuntu-1804-3002-7-py3
|
|
|
|
- centos-7-3002-7-py3
|
|
|
|
- oraclelinux-8-3002-7-py3
|
2021-03-23 12:24:29 +01:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2021-03-23 22:30:37 +01:00
|
|
|
- nginx._mapdata
|
2021-03-23 12:24:29 +01:00
|
|
|
- nginx.passenger
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- nginx
|
|
|
|
pillars_from_files:
|
|
|
|
nginx.sls: test/salt/passenger/pillar/nginx.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/passenger
|