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
|
2019-04-20 10:12:57 +01:00
|
|
|
run_command: /lib/systemd/systemd
|
2019-02-17 20:55:55 -03:00
|
|
|
|
2019-02-20 22:52:16 +00:00
|
|
|
# Make sure the platforms listed below match up with
|
|
|
|
# the `env.matrix` instances defined in `.travis.yml`
|
2019-02-17 20:55:55 -03:00
|
|
|
platforms:
|
2019-10-30 04:49:10 +00:00
|
|
|
## SALT `master`
|
2019-10-24 18:11:56 +01:00
|
|
|
- name: debian-10-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2019-10-24 18:11:56 +01:00
|
|
|
image: netmanagers/salt-master-py3:debian-10
|
2019-06-12 07:22:44 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-10-24 18:11:56 +01:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: ubuntu-1804-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-master-py3:ubuntu-18.04
|
2019-06-12 07:22:44 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-10-30 04:49:10 +00:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
|
|
|
- name: centos-8-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-master-py3:centos-8
|
2019-06-12 07:22:44 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-10-30 04:49:10 +00:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
|
|
|
- name: fedora-31-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-master-py3:fedora-31
|
2019-06-12 07:22:44 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-10-30 04:49:10 +00:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
|
|
|
- name: opensuse-leap-151-master-py3
|
2019-06-12 07:22:44 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-master-py3:opensuse-leap-15.1
|
2019-06-12 07:22:44 +01:00
|
|
|
provision_command:
|
2019-10-30 04:49:10 +00:00
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
|
2019-06-12 07:22:44 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-10-30 04:49:10 +00:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
2019-09-06 19:21:49 +01:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2019-11-03 11:37:28 +00:00
|
|
|
# Use the `develop` image temporarily until the `master` image is available
|
|
|
|
# Not changing the name to minimise disruption across all of the formulas
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: amazonlinux-2-master-py2
|
2019-07-30 09:16:55 +01:00
|
|
|
driver:
|
2019-11-03 11:37:28 +00:00
|
|
|
image: netmanagers/salt-develop-py2:amazonlinux-2
|
2019-07-30 09:16:55 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-11-03 11:37:28 +00:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: arch-base-latest-master-py2
|
2019-09-22 17:39:36 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-master-py2:arch-base-latest
|
2019-09-22 17:39:36 +01:00
|
|
|
provision_command:
|
|
|
|
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
|
2019-10-30 04:49:10 +00:00
|
|
|
- sh bootstrap-salt.sh -XdPbfrq -x python2 git master
|
2019-09-22 17:39:36 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-06-12 07:22:44 +01:00
|
|
|
|
2019-07-30 08:40:33 +01:00
|
|
|
## SALT `2019.2`
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: debian-10-2019-2-py3
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2019.2-py3:debian-10
|
2019-04-22 21:46:48 +01:00
|
|
|
- name: debian-9-2019-2-py3
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-04-22 21:46:48 +01:00
|
|
|
image: netmanagers/salt-2019.2-py3:debian-9
|
|
|
|
- name: ubuntu-1804-2019-2-py3
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-04-30 21:45:08 +01:00
|
|
|
image: netmanagers/salt-2019.2-py3:ubuntu-18.04
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: centos-8-2019-2-py3
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2019.2-py3:centos-8
|
|
|
|
- name: fedora-31-2019-2-py3
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2019.2-py3:fedora-31
|
|
|
|
- name: opensuse-leap-151-2019-2-py3
|
2019-04-22 21:46:48 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2019.2-py3:opensuse-leap-15.1
|
2019-04-22 21:46:48 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-10-30 04:49:10 +00:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
2019-09-06 19:21:49 +01:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: centos-7-2019-2-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2019.2-py2:centos-7
|
2019-07-30 09:16:55 +01:00
|
|
|
- name: amazonlinux-2-2019-2-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2019.2-py2:amazonlinux-2
|
2019-09-22 17:39:36 +01:00
|
|
|
- name: arch-base-latest-2019-2-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2019.2-py2:arch-base-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-04-30 21:45:08 +01:00
|
|
|
|
2019-07-30 08:40:33 +01:00
|
|
|
## SALT `2018.3`
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: fedora-30-2018-3-py3
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2018.3-py3:fedora-30
|
2019-04-30 21:45:08 +01:00
|
|
|
- name: debian-9-2018-3-py2
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-04-30 21:45:08 +01:00
|
|
|
image: netmanagers/salt-2018.3-py2:debian-9
|
2019-04-22 21:46:48 +01:00
|
|
|
- name: ubuntu-1604-2018-3-py2
|
2019-04-20 10:12:57 +01:00
|
|
|
driver:
|
2019-04-30 21:45:08 +01:00
|
|
|
image: netmanagers/salt-2018.3-py2:ubuntu-16.04
|
|
|
|
- name: centos-7-2018-3-py2
|
2019-04-22 21:46:48 +01:00
|
|
|
driver:
|
2019-04-30 21:45:08 +01:00
|
|
|
image: netmanagers/salt-2018.3-py2:centos-7
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: opensuse-leap-151-2018-3-py2
|
2019-04-30 21:45:08 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2018.3-py2:opensuse-leap-15.1
|
2019-04-30 21:45:08 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-10-30 04:49:10 +00:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
2019-09-06 19:21:49 +01:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2019-07-30 09:16:55 +01:00
|
|
|
- name: amazonlinux-2-2018-3-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2018.3-py2:amazonlinux-2
|
2019-09-22 17:39:36 +01:00
|
|
|
- name: arch-base-latest-2018-3-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2018.3-py2:arch-base-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-04-22 21:46:48 +01:00
|
|
|
|
2019-07-30 08:40:33 +01:00
|
|
|
## SALT `2017.7`
|
2019-04-22 21:46:48 +01:00
|
|
|
- name: debian-8-2017-7-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2017.7-py2:debian-8
|
|
|
|
- name: ubuntu-1604-2017-7-py2
|
|
|
|
driver:
|
2019-04-30 21:45:08 +01:00
|
|
|
image: netmanagers/salt-2017.7-py2:ubuntu-16.04
|
|
|
|
- name: centos-6-2017-7-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2017.7-py2:centos-6
|
2019-05-08 20:50:47 +01:00
|
|
|
run_command: /sbin/init
|
2019-10-30 04:49:10 +00:00
|
|
|
- name: fedora-30-2017-7-py2
|
2019-04-30 21:45:08 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2017.7-py2:fedora-30
|
|
|
|
- name: opensuse-leap-151-2017-7-py2
|
2019-04-30 21:45:08 +01:00
|
|
|
driver:
|
2019-10-30 04:49:10 +00:00
|
|
|
image: netmanagers/salt-2017.7-py2:opensuse-leap-15.1
|
2019-04-30 21:45:08 +01:00
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-10-30 04:49:10 +00:00
|
|
|
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
|
2019-09-06 19:21:49 +01:00
|
|
|
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
|
|
|
transport:
|
|
|
|
max_ssh_sessions: 1
|
2019-07-30 09:16:55 +01:00
|
|
|
- name: amazonlinux-2-2017-7-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2017.7-py2:amazonlinux-2
|
2019-09-22 17:39:36 +01:00
|
|
|
- name: arch-base-latest-2017-7-py2
|
|
|
|
driver:
|
|
|
|
image: netmanagers/salt-2017.7-py2:arch-base-latest
|
|
|
|
run_command: /usr/lib/systemd/systemd
|
2019-02-17 20:55:55 -03:00
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: salt_solo
|
2019-09-23 16:42:05 +01:00
|
|
|
log_level: debug
|
2019-04-22 21:46:48 +01:00
|
|
|
salt_install: none
|
2019-04-20 10:12:57 +01:00
|
|
|
require_chef: false
|
2019-02-17 20:55:55 -03:00
|
|
|
formula: template
|
|
|
|
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:
|
2019-04-22 21:46:48 +01:00
|
|
|
- name: default
|
2019-08-07 00:00:54 +01:00
|
|
|
excludes:
|
|
|
|
- centos-6-2017-7-py2
|
2019-07-30 08:40:33 +01:00
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- template
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- template
|
2019-08-07 00:00:54 +01:00
|
|
|
- define_roles
|
2019-07-30 08:40:33 +01:00
|
|
|
pillars_from_files:
|
|
|
|
template.sls: pillar.example
|
2019-08-07 00:00:54 +01:00
|
|
|
define_roles.sls: test/salt/pillar/define_roles.sls
|
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|
|
|
|
- name: centos6
|
|
|
|
includes:
|
|
|
|
- centos-6-2017-7-py2
|
|
|
|
provisioner:
|
|
|
|
state_top:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- template
|
|
|
|
pillars:
|
|
|
|
top.sls:
|
|
|
|
base:
|
|
|
|
'*':
|
|
|
|
- template
|
|
|
|
- define_roles
|
|
|
|
pillars_from_files:
|
|
|
|
template.sls: test/salt/pillar/centos6.sls
|
|
|
|
define_roles.sls: test/salt/pillar/define_roles.sls
|
2019-07-30 08:40:33 +01:00
|
|
|
verifier:
|
|
|
|
inspec_tests:
|
|
|
|
- path: test/integration/default
|