Browse Source

ci(kitchen): move `provisioner` block & update `run_command` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/344
pull/53/head
Imran Iqbal 3 years ago
parent
commit
5903803fa3
No account linked to committer's email address
1 changed files with 35 additions and 30 deletions
  1. +35
    -30
      kitchen.yml

+ 35
- 30
kitchen.yml View File

name: docker name: docker
use_sudo: false use_sudo: false
privileged: true privileged: true
run_command: /lib/systemd/systemd
run_command: /usr/lib/systemd/systemd

provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: firewalld
salt_copy_filter:
- .kitchen
- .git


platforms: platforms:
## SALT `tiamat` ## SALT `tiamat`
- name: debian-10-tiamat-py3 - name: debian-10-tiamat-py3
driver: driver:
image: saltimages/salt-tiamat-py3:debian-10 image: saltimages/salt-tiamat-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-tiamat-py3 - name: debian-9-tiamat-py3
driver: driver:
image: saltimages/salt-tiamat-py3:debian-9 image: saltimages/salt-tiamat-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-tiamat-py3 - name: ubuntu-2004-tiamat-py3
driver: driver:
image: saltimages/salt-tiamat-py3:ubuntu-20.04 image: saltimages/salt-tiamat-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-tiamat-py3 - name: ubuntu-1804-tiamat-py3
driver: driver:
image: saltimages/salt-tiamat-py3:ubuntu-18.04 image: saltimages/salt-tiamat-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-tiamat-py3 - name: centos-8-tiamat-py3
driver: driver:
image: saltimages/salt-tiamat-py3:centos-8 image: saltimages/salt-tiamat-py3:centos-8
- name: debian-10-master-py3 - name: debian-10-master-py3
driver: driver:
image: saltimages/salt-master-py3:debian-10 image: saltimages/salt-master-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-master-py3 - name: debian-9-master-py3
driver: driver:
image: saltimages/salt-master-py3:debian-9 image: saltimages/salt-master-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-master-py3 - name: ubuntu-2004-master-py3
driver: driver:
image: saltimages/salt-master-py3:ubuntu-20.04 image: saltimages/salt-master-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-master-py3 - name: ubuntu-1804-master-py3
driver: driver:
image: saltimages/salt-master-py3:ubuntu-18.04 image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-master-py3 - name: centos-8-master-py3
driver: driver:
image: saltimages/salt-master-py3:centos-8 image: saltimages/salt-master-py3:centos-8
- name: opensuse-leap-153-master-py3 - name: opensuse-leap-153-master-py3
driver: driver:
image: saltimages/salt-master-py3:opensuse-leap-15.3 image: saltimages/salt-master-py3:opensuse-leap-15.3
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-leap-152-master-py3 - name: opensuse-leap-152-master-py3
driver: driver:
image: saltimages/salt-master-py3:opensuse-leap-15.2 image: saltimages/salt-master-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`: # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-tmbl-latest-master-py3 - name: opensuse-tmbl-latest-master-py3
driver: driver:
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`: # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: arch-base-latest-master-py3 - name: arch-base-latest-master-py3
driver: driver:
image: saltimages/salt-master-py3:arch-base-latest image: saltimages/salt-master-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-master-py3 - name: gentoo-stage3-latest-master-py3
driver: driver:
image: saltimages/salt-master-py3:gentoo-stage3-latest image: saltimages/salt-master-py3:gentoo-stage3-latest
- name: debian-10-3003-1-py3 - name: debian-10-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:debian-10 image: saltimages/salt-3003.1-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3003-1-py3 - name: debian-9-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:debian-9 image: saltimages/salt-3003.1-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3003-1-py3 - name: ubuntu-2004-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:ubuntu-20.04 image: saltimages/salt-3003.1-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3003-1-py3 - name: ubuntu-1804-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:ubuntu-18.04 image: saltimages/salt-3003.1-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-3003-1-py3 - name: centos-8-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:centos-8 image: saltimages/salt-3003.1-py3:centos-8
- name: opensuse-leap-153-3003-1-py3 - name: opensuse-leap-153-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:opensuse-leap-15.3 image: saltimages/salt-3003.1-py3:opensuse-leap-15.3
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-leap-152-3003-1-py3 - name: opensuse-leap-152-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:opensuse-leap-15.2 image: saltimages/salt-3003.1-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`: # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-tmbl-latest-3003-1-py3 - name: opensuse-tmbl-latest-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest image: saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`: # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: arch-base-latest-3003-1-py3 - name: arch-base-latest-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:arch-base-latest image: saltimages/salt-3003.1-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-3003-1-py3 - name: gentoo-stage3-latest-3003-1-py3
driver: driver:
image: saltimages/salt-3003.1-py3:gentoo-stage3-latest image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
- name: debian-10-3002-6-py3 - name: debian-10-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:debian-10 image: saltimages/salt-3002.6-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3002-6-py3 - name: debian-9-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:debian-9 image: saltimages/salt-3002.6-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3002-6-py3 - name: ubuntu-2004-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:ubuntu-20.04 image: saltimages/salt-3002.6-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3002-6-py3 - name: ubuntu-1804-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:ubuntu-18.04 image: saltimages/salt-3002.6-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-3002-6-py3 - name: centos-8-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:centos-8 image: saltimages/salt-3002.6-py3:centos-8
- name: arch-base-latest-3002-6-py3 - name: arch-base-latest-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:arch-base-latest image: saltimages/salt-3002.6-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-3002-6-py3 - name: gentoo-stage3-latest-3002-6-py3
driver: driver:
image: saltimages/salt-3002.6-py3:gentoo-stage3-latest image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
- name: opensuse-leap-153-3002-2-py3 - name: opensuse-leap-153-3002-2-py3
driver: driver:
image: saltimages/salt-3002.2-py3:opensuse-leap-15.3 image: saltimages/salt-3002.2-py3:opensuse-leap-15.3
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-leap-152-3002-2-py3 - name: opensuse-leap-152-3002-2-py3
driver: driver:
image: saltimages/salt-3002.2-py3:opensuse-leap-15.2 image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`: # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-tmbl-latest-3002-2-py3 - name: opensuse-tmbl-latest-3002-2-py3
driver: driver:
image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`: # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: debian-10-3001-7-py3 - name: debian-10-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:debian-10 image: saltimages/salt-3001.7-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3001-7-py3 - name: debian-9-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:debian-9 image: saltimages/salt-3001.7-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3001-7-py3 - name: ubuntu-2004-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:ubuntu-20.04 image: saltimages/salt-3001.7-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3001-7-py3 - name: ubuntu-1804-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:ubuntu-18.04 image: saltimages/salt-3001.7-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-3001-7-py3 - name: centos-8-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:centos-8 image: saltimages/salt-3001.7-py3:centos-8
- name: opensuse-leap-153-3001-7-py3 - name: opensuse-leap-153-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:opensuse-leap-15.3 image: saltimages/salt-3001.7-py3:opensuse-leap-15.3
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-leap-152-3001-7-py3 - name: opensuse-leap-152-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:opensuse-leap-15.2 image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`: # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-tmbl-latest-3001-7-py3 - name: opensuse-tmbl-latest-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`: # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: arch-base-latest-3001-7-py3 - name: arch-base-latest-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:arch-base-latest image: saltimages/salt-3001.7-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-3001-7-py3 - name: gentoo-stage3-latest-3001-7-py3
driver: driver:
image: saltimages/salt-3001.7-py3:gentoo-stage3-latest image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
- name: debian-10-3000-9-py3 - name: debian-10-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:debian-10 image: saltimages/salt-3000.9-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3000-9-py3 - name: debian-9-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:debian-9 image: saltimages/salt-3000.9-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3000-9-py3 - name: ubuntu-1804-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:ubuntu-18.04 image: saltimages/salt-3000.9-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: centos-8-3000-9-py3 - name: centos-8-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:centos-8 image: saltimages/salt-3000.9-py3:centos-8
- name: opensuse-leap-153-3000-9-py3 - name: opensuse-leap-153-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:opensuse-leap-15.3 image: saltimages/salt-3000.9-py3:opensuse-leap-15.3
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: opensuse-leap-152-3000-9-py3 - name: opensuse-leap-152-3000-9-py3
driver: driver:
image: saltimages/salt-3000.9-py3:opensuse-leap-15.2 image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
run_command: /usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`: # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
- name: ubuntu-1804-3000-9-py2 - name: ubuntu-1804-3000-9-py2
driver: driver:
image: saltimages/salt-3000.9-py2:ubuntu-18.04 image: saltimages/salt-3000.9-py2:ubuntu-18.04
run_command: /lib/systemd/systemd
- name: arch-base-latest-3000-9-py2 - name: arch-base-latest-3000-9-py2
driver: driver:
image: saltimages/salt-3000.9-py2:arch-base-latest image: saltimages/salt-3000.9-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd

provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: firewalld
salt_copy_filter:
- .kitchen
- .git


verifier: verifier:
# https://www.inspec.io/ # https://www.inspec.io/

Loading…
Cancel
Save