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
|
|
|
|
run_command: /lib/systemd/systemd
|
|
|
|
|
|
|
|
# Make sure the platforms listed below match up with
|
|
|
|
# the `env.matrix` instances defined in `.travis.yml`
|
|
|
|
platforms:
|
2019-10-30 00:49:44 -04:00
|
|
|
## SALT `master`
|
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
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: ubuntu-2004-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:ubuntu-20.04
|
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
|
2019-10-30 00:49:44 -04:00
|
|
|
- name: centos-8-master-py3
|
2019-06-28 01:21:43 -04:00
|
|
|
driver:
|
2020-06-15 12:00:53 -04:00
|
|
|
image: saltimages/salt-master-py3:centos-8
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: fedora-32-master-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-master-py3:fedora-32
|
2019-10-30 00:49:44 -04:00
|
|
|
- name: fedora-31-master-py3
|
2019-06-28 01:21:43 -04:00
|
|
|
driver:
|
2020-06-15 12:00:53 -04:00
|
|
|
image: saltimages/salt-master-py3:fedora-31
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: opensuse-leap-152-master-py3
|
2019-06-28 01:21:43 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-master-py3:opensuse-leap-15.2
|
2019-06-28 01:21:43 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-08-25 05:01:05 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:40:09 -04:00
|
|
|
# => 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
|
2019-06-28 01:21:43 -04:00
|
|
|
|
2020-08-25 05:01:05 -04:00
|
|
|
## SALT `3000.3`
|
|
|
|
- name: debian-10-3000-3-py3
|
2019-10-30 00:49:44 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:debian-10
|
|
|
|
- name: debian-9-3000-3-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:debian-9
|
|
|
|
- name: ubuntu-1804-3000-3-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:ubuntu-18.04
|
|
|
|
- name: centos-8-3000-3-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:centos-8
|
|
|
|
- name: centos-7-3000-3-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:centos-7
|
|
|
|
- name: fedora-31-3000-3-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:fedora-31
|
|
|
|
- name: opensuse-leap-152-3000-3-py3
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.3-py3:opensuse-leap-15.2
|
2019-05-27 10:12:27 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-08-25 05:01:05 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:40:09 -04:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: amazonlinux-2-3000-3-py3
|
2019-10-30 00:49:44 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py3:amazonlinux-2
|
|
|
|
- name: ubuntu-1804-3000-3-py2
|
2019-08-28 02:40:44 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py2:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-3000-3-py2
|
2019-09-22 13:13:26 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-3000.3-py2:ubuntu-16.04
|
|
|
|
- name: arch-base-latest-3000-3-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-3000.3-py2:arch-base-latest
|
2019-09-22 13:13:26 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-05-27 10:12:27 -04:00
|
|
|
|
2020-08-25 05:01:05 -04:00
|
|
|
## SALT `2019.2`
|
|
|
|
- name: debian-10-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:debian-10
|
|
|
|
- name: debian-9-2019-2-py3
|
2019-08-28 02:40:44 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:debian-9
|
|
|
|
- name: ubuntu-1804-2019-2-py3
|
2019-09-22 13:13:26 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:ubuntu-18.04
|
|
|
|
- name: ubuntu-1604-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:ubuntu-16.04
|
|
|
|
- name: centos-8-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:centos-8
|
|
|
|
- name: centos-7-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:centos-7
|
|
|
|
- name: fedora-31-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:fedora-31
|
|
|
|
- name: opensuse-leap-152-2019-2-py3
|
2019-05-27 10:12:27 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:opensuse-leap-15.2
|
2019-05-27 10:12:27 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2020-08-25 05:01:05 -04:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
2019-09-06 22:40:09 -04:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: amazonlinux-2-2019-2-py3
|
2019-08-28 02:40:44 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py3:amazonlinux-2
|
|
|
|
- name: centos-6-2019-2-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-2019.2-py2:centos-6
|
|
|
|
run_command: /sbin/init
|
|
|
|
- name: amazonlinux-1-2019-2-py2
|
|
|
|
driver:
|
|
|
|
image: saltimages/salt-2019.2-py2:amazonlinux-1
|
2020-02-05 09:08:47 -05:00
|
|
|
run_command: /sbin/init
|
2020-08-25 05:01:05 -04:00
|
|
|
- name: arch-base-latest-2019-2-py2
|
2019-09-22 13:13:26 -04:00
|
|
|
driver:
|
2020-08-25 05:01:05 -04:00
|
|
|
image: saltimages/salt-2019.2-py2:arch-base-latest
|
2019-09-22 13:13:26 -04:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-05-27 10:12:27 -04:00
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
2019-09-23 12:02:11 -04:00
|
|
|
log_level: debug
|
2019-05-27 10:12:27 -04:00
|
|
|
salt_install: none
|
|
|
|
require_chef: false
|
|
|
|
formula: sudoers
|
|
|
|
salt_copy_filter:
|
|
|
|
- .kitchen
|
|
|
|
- .git
|
|
|
|
|
|
|
|
verifier:
|
|
|
|
# https://www.inspec.io/
|
|
|
|
name: inspec
|
|
|
|
sudo: true
|
|
|
|
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
|
|
|
reporter:
|
|
|
|
- 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
|