2019-06-18 15:33: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:09:54 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
|
|
|
log_level: debug
|
|
|
|
salt_install: none
|
|
|
|
require_chef: false
|
|
|
|
formula: logrotate
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
2019-06-18 15:33:27 -04:00
|
|
|
|
|
|
|
platforms:
|
2021-02-12 10:53:11 -05:00
|
|
|
## SALT `tiamat`
|
2021-07-18 14:01:52 -04:00
|
|
|
- name: debian-11-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: debian-10-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: debian-9-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: ubuntu-2004-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-20.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: ubuntu-1804-tiamat-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-tiamat-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- 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
|
2021-07-01 19:04:03 -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-12 10:53:11 -05:00
|
|
|
|
2019-10-30 00:47:31 -04:00
|
|
|
## SALT `master`
|
2021-07-18 14:01:52 -04:00
|
|
|
- name: debian-11-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-24 13:09:42 -04:00
|
|
|
- name: debian-10-master-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: debian-9-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2020-05-28 16:44:11 -04:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-30 00:47:31 -04:00
|
|
|
- name: ubuntu-1804-master-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-10-30 00:47:31 -04:00
|
|
|
- name: centos-8-master-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:centos-8
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: centos-7-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:centos-7
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: fedora-34-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-34
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: fedora-33-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-33
|
2021-07-01 19:04:03 -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
|
2020-05-28 16:44:11 -04:00
|
|
|
- name: opensuse-leap-152-master-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.2
|
2020-05-28 16:44:11 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:34:48 -04:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-12 10:53:11 -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:05:48 -05:00
|
|
|
- name: amazonlinux-2-master-py3
|
|
|
|
driver:
|
2020-06-15 11:55:46 -04:00
|
|
|
image: saltimages/salt-master-py3:amazonlinux-2
|
2021-02-12 10:53:11 -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:31:07 -04:00
|
|
|
- name: arch-base-latest-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:arch-base-latest
|
2021-02-12 10:53:11 -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:04:03 -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-18 15:33:27 -04:00
|
|
|
|
2021-08-19 05:12:22 -04:00
|
|
|
## SALT `3003.2`
|
|
|
|
- name: debian-11-3003-2-py3
|
2021-07-18 14:01:52 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:debian-11
|
2021-07-18 14:01:52 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: debian-10-3003-2-py3
|
2021-07-01 19:04:03 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: debian-9-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: ubuntu-2004-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:ubuntu-20.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: ubuntu-1804-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: centos-8-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:centos-8
|
|
|
|
- name: centos-7-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:centos-7
|
|
|
|
- name: fedora-34-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:fedora-34
|
|
|
|
- name: fedora-33-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:fedora-33
|
|
|
|
- name: opensuse-leap-153-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:opensuse-leap-15.3
|
2021-07-01 19:04:03 -04: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-08-19 05:12:22 -04:00
|
|
|
- name: opensuse-leap-152-3003-2-py3
|
2021-07-01 19:04:03 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:opensuse-leap-15.2
|
2021-07-01 19:04:03 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: opensuse-tmbl-latest-3003-2-py3
|
2021-07-01 19:04:03 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:opensuse-tumbleweed-latest
|
2021-07-01 19:04:03 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-08-19 05:12:22 -04:00
|
|
|
- name: amazonlinux-2-3003-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.2-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3003-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.2-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3003-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.2-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:arch-base-latest
|
|
|
|
- name: gentoo-stage3-latest-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3003-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3003.2-py3:gentoo-stage3-systemd
|
|
|
|
- name: almalinux-8-3003-2-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-08-19 05:12:22 -04:00
|
|
|
image: saltimages/salt-3003.2-py3:almalinux-8
|
|
|
|
|
|
|
|
## SALT `3003.1`
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: arch-base-latest-3003-1-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3003.1-py3:arch-base-latest
|
|
|
|
- name: gentoo-stage3-latest-3003-1-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
|
2021-04-23 03:46:57 -04:00
|
|
|
run_command: /sbin/init
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-systemd-3003-1-py3
|
2021-04-23 03:46:57 -04:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
|
|
|
|
## SALT `3002.6`
|
2021-07-18 14:01:52 -04:00
|
|
|
- name: debian-11-3002-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.6-py3:debian-11
|
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: debian-10-3002-6-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.6-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: debian-9-3002-6-py3
|
2021-03-07 17:19:47 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-2004-3002-6-py3
|
2021-03-07 17:19:47 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:ubuntu-20.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-1804-3002-6-py3
|
2021-03-07 17:19:47 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: centos-8-3002-6-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:centos-8
|
|
|
|
- name: centos-7-3002-6-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:centos-7
|
|
|
|
- name: fedora-34-3002-6-py3
|
2019-10-30 00:47:31 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:fedora-34
|
|
|
|
- name: fedora-33-3002-6-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:fedora-33
|
|
|
|
- name: amazonlinux-2-3002-6-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3002-6-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3002-6-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3002-6-py3
|
2020-05-28 16:44:11 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:arch-base-latest
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-latest-3002-6-py3
|
2021-03-07 17:19:47 -05:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
|
2021-03-07 17:19:47 -05:00
|
|
|
run_command: /sbin/init
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-systemd-3002-6-py3
|
2021-03-07 17:19:47 -05:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3002.6-py3:gentoo-stage3-systemd
|
2021-03-07 17:19:47 -05:00
|
|
|
|
|
|
|
## SALT `3002.2`
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: opensuse-leap-153-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-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-12 10:53:11 -05:00
|
|
|
- name: opensuse-leap-152-3002-2-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
|
2020-05-28 16:44:11 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:34:48 -04:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-02-12 10:53:11 -05:00
|
|
|
- name: opensuse-tmbl-latest-3002-2-py3
|
2019-10-30 00:47:31 -04:00
|
|
|
driver:
|
2021-02-12 10:53:11 -05:00
|
|
|
image: saltimages/salt-3002.2-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
|
2019-06-18 15:33:27 -04:00
|
|
|
|
2021-04-23 03:46:57 -04:00
|
|
|
## SALT `3001.7`
|
|
|
|
- name: debian-10-3001-7-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: debian-9-3001-7-py3
|
2019-08-28 02:35:47 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-2004-3001-7-py3
|
2019-10-01 11:20:01 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:ubuntu-20.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-1804-3001-7-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: centos-8-3001-7-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:centos-8
|
|
|
|
- name: centos-7-3001-7-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:centos-7
|
|
|
|
- name: fedora-34-3001-7-py3
|
2019-06-18 15:33:27 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:fedora-34
|
|
|
|
- name: fedora-33-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:fedora-33
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: opensuse-leap-153-3001-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.7-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-04-23 03:46:57 -04:00
|
|
|
- name: opensuse-leap-152-3001-7-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
|
2020-05-28 16:44:11 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:34:48 -04:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: opensuse-tmbl-latest-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
|
2021-02-12 10:53:11 -05:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: amazonlinux-2-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3001-7-py3
|
2019-08-28 02:35:47 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3001-7-py3
|
2020-05-28 16:44:11 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:oraclelinux-7
|
|
|
|
- name: arch-base-latest-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:arch-base-latest
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-latest-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
|
2020-05-28 16:44:11 -04:00
|
|
|
run_command: /sbin/init
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-systemd-3001-7-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-07-01 19:04:03 -04:00
|
|
|
image: saltimages/salt-3001.7-py3:gentoo-stage3-systemd
|
2021-02-12 10:53:11 -05:00
|
|
|
|
2021-04-23 03:46:57 -04:00
|
|
|
## SALT `3000.9`
|
|
|
|
- name: debian-10-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:debian-10
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: debian-9-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:debian-9
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-1804-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: centos-8-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:centos-8
|
|
|
|
- name: centos-7-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:centos-7
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: opensuse-leap-153-3000-9-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.9-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-04-23 03:46:57 -04:00
|
|
|
- name: opensuse-leap-152-3000-9-py3
|
2020-05-28 16:44:11 -04:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
|
2021-02-12 10:53:11 -05:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: amazonlinux-2-3000-9-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.9-py3:amazonlinux-2
|
|
|
|
- name: oraclelinux-8-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:oraclelinux-8
|
|
|
|
- name: oraclelinux-7-3000-9-py3
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py3:oraclelinux-7
|
2021-07-01 19:04:03 -04:00
|
|
|
- name: gentoo-stage3-latest-3000-9-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.9-py3:gentoo-stage3-latest
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: gentoo-stage3-systemd-3000-9-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.9-py3:gentoo-stage3-systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: ubuntu-1804-3000-9-py2
|
2021-02-12 10:53:11 -05:00
|
|
|
driver:
|
2021-04-23 03:46:57 -04:00
|
|
|
image: saltimages/salt-3000.9-py2:ubuntu-18.04
|
2021-07-17 16:09:54 -04:00
|
|
|
run_command: /lib/systemd/systemd
|
2021-04-23 03:46:57 -04:00
|
|
|
- name: arch-base-latest-3000-9-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.9-py2:arch-base-latest
|
2019-06-18 15:33:27 -04:00
|
|
|
|
|
|
|
verifier:
|
|
|
|
# https://www.inspec.io/
|
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
reporter:
|
2021-07-17 15:27:08 -04:00
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
2019-06-18 15:33:27 -04:00
|
|
|
- cli
|
|
|
|
|
|
|
|
suites:
|
|
|
|
- name: default
|
2019-07-14 18:11:11 -04:00
|
|
|
provisioner:
|
2021-02-12 10:53:11 -05:00
|
|
|
dependencies:
|
|
|
|
- name: states
|
|
|
|
path: ./test/salt
|
2019-07-14 18:11:11 -04:00
|
|
|
state_top:
|
|
|
|
base:
|
2020-05-28 16:44:11 -04:00
|
|
|
'G@os_family:Suse or G@os_family:Debian':
|
2019-07-14 18:11:11 -04:00
|
|
|
- states.cron
|
|
|
|
'*':
|
2021-03-23 17:29:48 -04:00
|
|
|
- logrotate._mapdata
|
2019-07-14 18:11:11 -04:00
|
|
|
- logrotate
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- logrotate
|
|
|
|
pillars_from_files:
|
|
|
|
logrotate.sls: pillar.example
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|