2019-03-05 20:12:25 -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
|
2019-08-09 23:47:49 +02:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-03-05 20:12:25 -03:00
|
|
|
|
|
|
|
platforms:
|
2021-02-19 07:42:37 +00:00
|
|
|
## SALT `tiamat`
|
|
|
|
- name: debian-10-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-10
|
|
|
|
provision_command:
|
|
|
|
- apt-get update
|
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
|
|
|
- name: debian-9-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-9
|
|
|
|
provision_command:
|
|
|
|
- apt-get update
|
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
|
|
|
- name: ubuntu-2004-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-20.04
|
|
|
|
- name: ubuntu-1804-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-16.04
|
|
|
|
- name: centos-8-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:centos-8
|
|
|
|
- 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
|
|
|
|
|
2020-01-15 18:05:34 +00:00
|
|
|
## SALT `master`
|
|
|
|
- name: debian-10-master-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:debian-10
|
2019-03-05 20:12:25 -03:00
|
|
|
provision_command:
|
2021-02-19 07:42:37 +00:00
|
|
|
- apt-get update
|
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
|
|
|
- name: debian-9-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-9
|
|
|
|
provision_command:
|
|
|
|
- apt-get update
|
2020-03-27 21:30:22 +00:00
|
|
|
- apt-get install --reinstall -y udev
|
2020-01-15 18:05:34 +00:00
|
|
|
- apt-get install -y snapd
|
2020-06-01 20:21:01 +01:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: ubuntu-1804-master-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-18.04
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: ubuntu-1604-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-16.04
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: centos-8-master-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:centos-8
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: centos-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-7
|
|
|
|
- name: fedora-33-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-33
|
2020-06-01 20:21:01 +01:00
|
|
|
- name: fedora-32-master-py3
|
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:fedora-32
|
2020-06-01 20:21:01 +01:00
|
|
|
- name: opensuse-leap-152-master-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.2
|
2019-03-05 20:12:25 -03:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-06-01 20:21:01 +01:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2020-01-15 18:05:34 +00:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: opensuse-tmbl-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
# 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 14:07:07 +00:00
|
|
|
- name: amazonlinux-2-master-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2020-06-15 16:58:04 +01:00
|
|
|
image: saltimages/salt-master-py3:amazonlinux-2
|
2021-01-22 20:57:31 +01:00
|
|
|
- name: oraclelinux-8-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:oraclelinux-8
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: oraclelinux-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:oraclelinux-7
|
2021-02-10 14:56:43 +00: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
|
2019-08-09 23:47:49 +02:00
|
|
|
|
2021-02-19 07:42:37 +00:00
|
|
|
## SALT `3002.2`
|
|
|
|
- name: debian-10-3002-2-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:debian-10
|
2020-01-15 18:05:34 +00:00
|
|
|
provision_command:
|
2021-02-19 07:42:37 +00:00
|
|
|
- apt-get update
|
2020-03-27 21:30:22 +00:00
|
|
|
- apt-get install --reinstall -y udev
|
2020-01-15 18:05:34 +00:00
|
|
|
- apt-get install -y snapd
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: debian-9-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:debian-9
|
2020-01-15 18:05:34 +00:00
|
|
|
provision_command:
|
2021-02-19 07:42:37 +00:00
|
|
|
- apt-get update
|
2020-03-27 21:30:22 +00:00
|
|
|
- apt-get install --reinstall -y udev
|
2020-01-15 18:05:34 +00:00
|
|
|
- apt-get install -y snapd
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: ubuntu-2004-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:ubuntu-20.04
|
|
|
|
- name: ubuntu-1804-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:ubuntu-16.04
|
|
|
|
- name: centos-8-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:centos-8
|
|
|
|
- name: centos-7-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:centos-7
|
|
|
|
- name: fedora-33-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:fedora-33
|
|
|
|
- name: fedora-32-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:fedora-32
|
|
|
|
- name: opensuse-leap-152-3002-2-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
|
2019-08-09 23:47:49 +02:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-06-01 20:21:01 +01:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2020-01-15 18:05:34 +00:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: opensuse-tmbl-latest-3002-2-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
# 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-3002-2-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3002-2-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3002-2-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3002.2-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:arch-base-latest
|
2020-01-15 18:05:34 +00:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: gentoo-stage3-latest-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:gentoo-stage3-systemd
|
2019-08-09 23:47:49 +02:00
|
|
|
|
2021-02-19 07:42:37 +00:00
|
|
|
## SALT `3001.4`
|
|
|
|
- name: debian-10-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:debian-10
|
2020-01-15 18:05:34 +00:00
|
|
|
provision_command:
|
2021-02-19 07:42:37 +00:00
|
|
|
- apt-get update
|
2020-03-27 21:30:22 +00:00
|
|
|
- apt-get install --reinstall -y udev
|
2020-01-15 18:05:34 +00:00
|
|
|
- apt-get install -y snapd
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: debian-9-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:debian-9
|
2020-06-01 20:21:01 +01:00
|
|
|
provision_command:
|
2021-02-19 07:42:37 +00:00
|
|
|
- apt-get update
|
2020-06-01 20:21:01 +01:00
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: ubuntu-2004-3001-4-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:ubuntu-20.04
|
|
|
|
- name: ubuntu-1804-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:ubuntu-16.04
|
|
|
|
- name: centos-8-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:centos-8
|
|
|
|
- name: centos-7-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:centos-7
|
|
|
|
- name: fedora-33-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:fedora-33
|
|
|
|
- name: fedora-32-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:fedora-32
|
|
|
|
- name: opensuse-leap-152-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:opensuse-leap-15.2
|
2019-08-09 23:47:49 +02:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-06-01 20:21:01 +01:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2020-01-15 18:05:34 +00:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: opensuse-tmbl-latest-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:opensuse-tumbleweed-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
# 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-3001-4-py3
|
2019-08-09 23:47:49 +02:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3001-4-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.4-py3:arch-base-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
- name: gentoo-stage3-latest-3001-4-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:gentoo-stage3-latest
|
2020-06-01 20:21:01 +01:00
|
|
|
run_command: /sbin/init
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: gentoo-stage3-systemd-3001-4-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3001.4-py3:gentoo-stage3-systemd
|
|
|
|
|
|
|
|
## SALT `3000.6`
|
|
|
|
- name: debian-10-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:debian-10
|
|
|
|
provision_command:
|
|
|
|
- apt-get update
|
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
|
|
|
- name: debian-9-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:debian-9
|
|
|
|
provision_command:
|
|
|
|
- apt-get update
|
|
|
|
- apt-get install --reinstall -y udev
|
|
|
|
- apt-get install -y snapd
|
|
|
|
- name: ubuntu-1804-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:ubuntu-16.04
|
|
|
|
- name: centos-8-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:centos-8
|
|
|
|
- name: centos-7-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:centos-7
|
|
|
|
- name: opensuse-leap-152-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:opensuse-leap-15.2
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
|
|
|
- name: amazonlinux-2-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:oraclelinux-7
|
|
|
|
- name: gentoo-stage3-latest-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:gentoo-stage3-latest
|
2020-02-05 14:07:07 +00:00
|
|
|
run_command: /sbin/init
|
2021-02-19 07:42:37 +00:00
|
|
|
- name: gentoo-stage3-systemd-3000-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py3:gentoo-stage3-systemd
|
|
|
|
- name: ubuntu-1804-3000-6-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py2:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-3000-6-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.6-py2:ubuntu-16.04
|
|
|
|
- name: arch-base-latest-3000-6-py2
|
2020-01-15 18:05:34 +00:00
|
|
|
driver:
|
2021-02-19 07:42:37 +00:00
|
|
|
image: saltimages/salt-3000.6-py2:arch-base-latest
|
2020-01-15 18:05:34 +00:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-03-05 20:12:25 -03:00
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
2020-01-15 18:05:34 +00:00
|
|
|
log_level: debug
|
2019-08-09 23:47:49 +02:00
|
|
|
salt_install: none
|
2019-03-05 20:12:25 -03:00
|
|
|
require_chef: false
|
|
|
|
formula: packages
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
|
|
|
|
|
|
|
verifier:
|
2019-08-09 23:47:49 +02:00
|
|
|
# https://www.inspec.io/
|
2019-03-05 20:12:25 -03:00
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
|
|
|
reporter:
|
|
|
|
- cli
|
|
|
|
|
|
|
|
suites:
|
2019-08-13 19:30:24 +02:00
|
|
|
- name: debian
|
2019-08-13 19:16:06 +02:00
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- debian-10-tiamat-py3
|
|
|
|
- debian-9-tiamat-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
- debian-10-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- debian-9-master-py3
|
|
|
|
- debian-10-3002-2-py3
|
|
|
|
- debian-9-3002-2-py3
|
|
|
|
- debian-10-3001-4-py3
|
|
|
|
- debian-9-3001-4-py3
|
|
|
|
- debian-10-3000-6-py3
|
|
|
|
- debian-9-3000-6-py3
|
2019-03-10 09:18:39 -03:00
|
|
|
provisioner:
|
2021-02-19 07:42:37 +00:00
|
|
|
dependencies:
|
|
|
|
- name: node
|
|
|
|
repo: git
|
|
|
|
source: https://github.com/saltstack-formulas/node-formula.git
|
2019-03-10 09:18:39 -03:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-01-15 18:05:34 +00:00
|
|
|
- node
|
2019-03-10 09:18:39 -03:00
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
2019-08-09 23:47:49 +02:00
|
|
|
- packages
|
2019-03-06 09:41:23 -03:00
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/debian.sls
|
2019-08-09 23:47:49 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2019-08-13 19:30:24 +02:00
|
|
|
- name: ubuntu
|
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- ubuntu-2004-tiamat-py3
|
|
|
|
- ubuntu-1804-tiamat-py3
|
|
|
|
- ubuntu-1604-tiamat-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
- ubuntu-2004-master-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
- ubuntu-1804-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- ubuntu-1604-master-py3
|
|
|
|
- ubuntu-2004-3002-2-py3
|
|
|
|
- ubuntu-1804-3002-2-py3
|
|
|
|
- ubuntu-1604-3002-2-py3
|
|
|
|
- ubuntu-2004-3001-4-py3
|
|
|
|
- ubuntu-1804-3001-4-py3
|
|
|
|
- ubuntu-1604-3001-4-py3
|
|
|
|
- ubuntu-1804-3000-6-py3
|
|
|
|
- ubuntu-1604-3000-6-py3
|
|
|
|
- ubuntu-1804-3000-6-py2
|
|
|
|
- ubuntu-1604-3000-6-py2
|
2019-08-13 19:30:24 +02:00
|
|
|
provisioner:
|
2021-02-19 07:42:37 +00:00
|
|
|
dependencies:
|
|
|
|
- name: golang
|
|
|
|
repo: git
|
|
|
|
source: https://github.com/saltstack-formulas/golang-formula.git
|
2019-08-13 19:30:24 +02:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-01-15 18:05:34 +00:00
|
|
|
- golang.package
|
2019-08-13 19:30:24 +02:00
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/ubuntu.sls
|
2019-08-13 19:30:24 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: fedora
|
2019-08-13 20:44:24 +02:00
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- fedora-33-master-py3
|
2020-06-01 20:21:01 +01:00
|
|
|
- fedora-32-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- fedora-33-3002-2-py3
|
|
|
|
- fedora-32-3002-2-py3
|
|
|
|
- fedora-33-3001-4-py3
|
|
|
|
- fedora-32-3001-4-py3
|
2019-08-13 20:44:24 +02:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/fedora.sls
|
2019-08-13 20:44:24 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2021-01-22 20:57:31 +01:00
|
|
|
- name: redhat8
|
2019-08-13 20:44:24 +02:00
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- centos-8-tiamat-py3
|
|
|
|
- oraclelinux-8-tiamat-py3
|
2020-01-15 18:05:34 +00:00
|
|
|
- centos-8-master-py3
|
2021-01-22 20:57:31 +01:00
|
|
|
- oraclelinux-8-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- centos-8-3002-2-py3
|
|
|
|
- oraclelinux-8-3002-2-py3
|
|
|
|
- centos-8-3001-4-py3
|
|
|
|
- oraclelinux-8-3001-4-py3
|
|
|
|
- centos-8-3000-6-py3
|
|
|
|
- oraclelinux-8-3000-6-py3
|
2021-01-22 20:57:31 +01:00
|
|
|
provisioner:
|
2021-02-19 07:42:37 +00:00
|
|
|
dependencies:
|
|
|
|
- name: epel
|
|
|
|
repo: git
|
|
|
|
source: https://github.com/saltstack-formulas/epel-formula.git
|
2021-01-22 20:57:31 +01:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- epel
|
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
|
|
|
packages.sls: test/salt/pillar/redhat8.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
|
|
|
- name: centos
|
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- centos-7-tiamat-py3
|
|
|
|
- oraclelinux-7-tiamat-py3
|
|
|
|
- centos-7-master-py3
|
|
|
|
- oraclelinux-7-master-py3
|
|
|
|
- centos-7-3002-2-py3
|
|
|
|
- oraclelinux-7-3002-2-py3
|
|
|
|
- centos-7-3001-4-py3
|
|
|
|
- oraclelinux-7-3001-4-py3
|
|
|
|
- centos-7-3000-6-py3
|
|
|
|
- oraclelinux-7-3000-6-py3
|
2019-08-13 20:44:24 +02:00
|
|
|
provisioner:
|
2021-02-19 07:42:37 +00:00
|
|
|
dependencies:
|
|
|
|
- name: epel
|
|
|
|
repo: git
|
|
|
|
source: https://github.com/saltstack-formulas/epel-formula.git
|
2019-08-13 20:44:24 +02:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-01-15 18:05:34 +00:00
|
|
|
- epel
|
2019-08-13 20:44:24 +02:00
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/redhat.sls
|
2019-08-13 20:44:24 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: amazon
|
2019-08-13 23:13:51 +02:00
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- amazonlinux-2-tiamat-py3
|
2020-02-05 14:07:07 +00:00
|
|
|
- amazonlinux-2-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- amazonlinux-2-3002-2-py3
|
|
|
|
- amazonlinux-2-3001-4-py3
|
|
|
|
- amazonlinux-2-3000-6-py3
|
2019-08-13 23:13:51 +02:00
|
|
|
provisioner:
|
2021-02-19 07:42:37 +00:00
|
|
|
dependencies:
|
|
|
|
- name: epel
|
|
|
|
repo: git
|
|
|
|
source: https://github.com/saltstack-formulas/epel-formula.git
|
2019-08-13 23:13:51 +02:00
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
2020-01-15 18:05:34 +00:00
|
|
|
- epel
|
2019-08-13 23:13:51 +02:00
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/amazon.sls
|
2019-08-13 23:13:51 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: suse
|
2019-08-16 15:19:55 +02:00
|
|
|
includes:
|
2020-06-01 20:21:01 +01:00
|
|
|
- opensuse-leap-152-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- opensuse-tmbl-latest-master-py3
|
|
|
|
- opensuse-leap-152-3002-2-py3
|
|
|
|
- opensuse-tmbl-latest-3002-2-py3
|
|
|
|
- opensuse-leap-152-3001-4-py3
|
|
|
|
- opensuse-tmbl-latest-3001-4-py3
|
|
|
|
- opensuse-leap-152-3000-6-py3
|
2019-08-16 15:19:55 +02:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/opensuse.sls
|
2019-08-16 15:19:55 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2020-01-15 18:05:34 +00:00
|
|
|
- name: arch
|
2019-08-16 14:14:25 +02:00
|
|
|
includes:
|
2021-02-19 07:42:37 +00:00
|
|
|
- arch-base-latest-3002-2-py3
|
|
|
|
- arch-base-latest-3001-4-py3
|
|
|
|
- arch-base-latest-3000-6-py2
|
2019-08-16 14:14:25 +02:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
2020-01-15 18:05:34 +00:00
|
|
|
packages.sls: test/salt/pillar/arch.sls
|
2019-08-16 14:14:25 +02:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
2021-02-10 14:56:43 +00:00
|
|
|
- name: gentoo
|
|
|
|
includes:
|
|
|
|
- gentoo-stage3-latest-master-py3
|
|
|
|
- gentoo-stage3-systemd-master-py3
|
2021-02-19 07:42:37 +00:00
|
|
|
- gentoo-stage3-latest-3002-2-py3
|
|
|
|
- gentoo-stage3-systemd-3002-2-py3
|
|
|
|
- gentoo-stage3-latest-3001-4-py3
|
|
|
|
- gentoo-stage3-systemd-3001-4-py3
|
|
|
|
- gentoo-stage3-latest-3000-6-py3
|
|
|
|
- gentoo-stage3-systemd-3000-6-py3
|
2021-02-10 14:56:43 +00:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- packages
|
|
|
|
pillars_from_files:
|
|
|
|
packages.sls: test/salt/pillar/gentoo.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|