ci(kitchen): gentoo test instances lack OpenSSL

This commit is contained in:
Alexander Weidinger 2021-04-19 02:18:30 +02:00
parent 6d4de5f75f
commit c7ae0f8a01

View File

@ -94,13 +94,13 @@ platforms:
- name: oraclelinux-7-master-py3 - name: oraclelinux-7-master-py3
driver: driver:
image: saltimages/salt-master-py3:oraclelinux-7 image: saltimages/salt-master-py3:oraclelinux-7
- 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
run_command: /sbin/init # run_command: /sbin/init
- name: gentoo-stage3-systemd-master-py3 # - name: gentoo-stage3-systemd-master-py3
driver: # driver:
image: saltimages/salt-master-py3:gentoo-stage3-systemd # image: saltimages/salt-master-py3:gentoo-stage3-systemd
## SALT `3002.5` ## SALT `3002.5`
- name: debian-10-3002-5-py3 - name: debian-10-3002-5-py3
@ -143,13 +143,13 @@ platforms:
driver: driver:
image: saltimages/salt-3002.5-py3:arch-base-latest image: saltimages/salt-3002.5-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-3002-5-py3 # - name: gentoo-stage3-latest-3002-5-py3
driver: # driver:
image: saltimages/salt-3002.5-py3:gentoo-stage3-latest # image: saltimages/salt-3002.5-py3:gentoo-stage3-latest
run_command: /sbin/init # run_command: /sbin/init
- name: gentoo-stage3-systemd-3002-5-py3 # - name: gentoo-stage3-systemd-3002-5-py3
driver: # driver:
image: saltimages/salt-3002.5-py3:gentoo-stage3-systemd # image: saltimages/salt-3002.5-py3:gentoo-stage3-systemd
## SALT `3002.2` ## SALT `3002.2`
- name: opensuse-leap-152-3002-2-py3 - name: opensuse-leap-152-3002-2-py3
@ -226,13 +226,13 @@ platforms:
driver: driver:
image: saltimages/salt-3001.6-py3:arch-base-latest image: saltimages/salt-3001.6-py3:arch-base-latest
run_command: /usr/lib/systemd/systemd run_command: /usr/lib/systemd/systemd
- name: gentoo-stage3-latest-3001-6-py3 # - name: gentoo-stage3-latest-3001-6-py3
driver: # driver:
image: saltimages/salt-3001.6-py3:gentoo-stage3-latest # image: saltimages/salt-3001.6-py3:gentoo-stage3-latest
run_command: /sbin/init # run_command: /sbin/init
- name: gentoo-stage3-systemd-3001-6-py3 # - name: gentoo-stage3-systemd-3001-6-py3
driver: # driver:
image: saltimages/salt-3001.6-py3:gentoo-stage3-systemd # image: saltimages/salt-3001.6-py3:gentoo-stage3-systemd
## SALT `3000.8` ## SALT `3000.8`
- name: debian-10-3000-8-py3 - name: debian-10-3000-8-py3
@ -270,13 +270,13 @@ platforms:
- name: oraclelinux-7-3000-8-py3 - name: oraclelinux-7-3000-8-py3
driver: driver:
image: saltimages/salt-3000.8-py3:oraclelinux-7 image: saltimages/salt-3000.8-py3:oraclelinux-7
- name: gentoo-stage3-latest-3000-8-py3 # - name: gentoo-stage3-latest-3000-8-py3
driver: # driver:
image: saltimages/salt-3000.8-py3:gentoo-stage3-latest # image: saltimages/salt-3000.8-py3:gentoo-stage3-latest
run_command: /sbin/init # run_command: /sbin/init
- name: gentoo-stage3-systemd-3000-8-py3 # - name: gentoo-stage3-systemd-3000-8-py3
driver: # driver:
image: saltimages/salt-3000.8-py3:gentoo-stage3-systemd # image: saltimages/salt-3000.8-py3:gentoo-stage3-systemd
- name: ubuntu-1804-3000-8-py2 - name: ubuntu-1804-3000-8-py2
driver: driver:
image: saltimages/salt-3000.8-py2:ubuntu-18.04 image: saltimages/salt-3000.8-py2:ubuntu-18.04
@ -336,33 +336,35 @@ suites:
verifier: verifier:
inspec_tests: inspec_tests:
- path: test/integration/default - path: test/integration/default
- name: gentoo
includes: # yamllint disable rule:comments-indentation
- gentoo-stage3-latest-master-py3 # - name: gentoo
- gentoo-stage3-systemd-master-py3 # includes:
- gentoo-stage3-latest-3002-5-py3 # - gentoo-stage3-latest-master-py3
- gentoo-stage3-systemd-3002-5-py3 # - gentoo-stage3-systemd-master-py3
- gentoo-stage3-latest-3001-6-py3 # - gentoo-stage3-latest-3002-5-py3
- gentoo-stage3-systemd-3001-6-py3 # - gentoo-stage3-systemd-3002-5-py3
- gentoo-stage3-latest-3000-8-py3 # - gentoo-stage3-latest-3001-6-py3
- gentoo-stage3-systemd-3000-8-py3 # - gentoo-stage3-systemd-3001-6-py3
provisioner: # - gentoo-stage3-latest-3000-8-py3
state_top: # - gentoo-stage3-systemd-3000-8-py3
base: # provisioner:
'*': # state_top:
- unbound._mapdata # base:
- unbound # '*':
pillars: # - unbound._mapdata
top.sls: # - unbound
base: # pillars:
'*': # top.sls:
- unbound # base:
- gentoo # '*':
- define_roles # - unbound
pillars_from_files: # - gentoo
unbound.sls: pillar.example # - define_roles
gentoo.sls: test/salt/pillar/gentoo.sls # pillars_from_files:
define_roles.sls: test/salt/pillar/define_roles.sls # unbound.sls: pillar.example
verifier: # gentoo.sls: test/salt/pillar/gentoo.sls
inspec_tests: # define_roles.sls: test/salt/pillar/define_roles.sls
- path: test/integration/default # verifier:
# inspec_tests:
# - path: test/integration/default