nginx-formula/kitchen.yml

96 lines
2.3 KiB
YAML
Raw Normal View History

2019-04-25 13:23:34 +02:00
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
2019-04-25 13:23:34 +02:00
# For help on this file's format, see https://kitchen.ci/
driver:
name: docker
use_sudo: false
privileged: true
2019-04-12 22:08:25 +02:00
run_command: /lib/systemd/systemd
2019-04-25 13:23:34 +02:00
# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
platforms:
2019-04-25 13:23:34 +02:00
## SALT 2019.2
- name: debian-9-2019-2-py3
2019-04-12 22:08:25 +02:00
driver:
2019-04-25 13:23:34 +02:00
image: netmanagers/salt-2019.2-py3:debian-9
- name: ubuntu-1804-2019-2-py3
driver:
image: netmanagers/salt-2019.2-py3:ubuntu-1804
- name: centos-7-2019-2-py2
driver:
image: netmanagers/salt-2019.2-py2:centos-7
- name: fedora-29-2019-2-py2
driver:
image: netmanagers/salt-2019.2-py2:fedora-29
## SALT 2018.3
- name: opensuse-423-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:opensuse-423
run_command: /usr/lib/systemd/systemd
2019-04-25 13:23:34 +02:00
- name: debian-8-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:debian-8
- name: ubuntu-1604-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:ubuntu-1604
- name: fedora-28-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:fedora-28
2019-04-12 22:08:25 +02:00
# centos-6 guest fails on Debian hosts due to vsyscall issues, see
# https://hub.docker.com/_/centos, "A note about vsyscall"
2019-04-25 13:23:34 +02:00
# Disabled for `template-formula` because not `systemd` based
# - name: centos-6-2018-3
# driver:
# image: netmanagers/salt-2018.3-py2:centos-6
# run_command: /sbin/init
##S SALT 2017.7
- name: debian-8-2017-7-py2
driver:
image: netmanagers/salt-2017.7-py2:debian-8
- name: ubuntu-1604-2017-7-py2
2019-04-12 22:08:25 +02:00
driver:
2019-04-25 13:23:34 +02:00
image: netmanagers/salt-2017.7-py2:ubuntu-1604
# - name: centos-6-2017-7
# driver:
# image: netmanagers/salt-2017.7-py2:centos-6
# run_command: /sbin/init
provisioner:
name: salt_solo
2019-04-12 22:08:25 +02:00
log_level: info
2019-04-25 13:23:34 +02:00
salt_install: none
2019-04-12 22:08:25 +02:00
require_chef: false
formula: nginx
salt_copy_filter:
- .kitchen
- .git
2019-04-12 22:08:25 +02:00
state_top:
base:
2019-04-25 13:23:34 +02:00
'*':
- nginx
pillars:
top.sls:
base:
'*':
- nginx
2019-04-12 22:08:25 +02:00
pillars_from_files:
nginx.sls: test/salt/default/pillar/nginx.sls
verifier:
2019-04-25 13:23:34 +02:00
# https://www.inspec.io/
name: inspec
sudo: true
2019-04-25 13:23:34 +02:00
# cli, documentation, html, progress, json, json-min, json-rspec, junit
reporter:
- cli
2019-04-25 13:23:34 +02:00
inspec_tests:
- path: test/integration/default
suites:
2019-04-25 13:23:34 +02:00
- name: default