ci(kitchen): gentoo can't install nsd

This commit is contained in:
Alexander Weidinger 2021-04-18 23:49:22 +02:00
parent 3b99ce61d1
commit b321572070

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,33 @@ suites:
verifier: verifier:
inspec_tests: inspec_tests:
- path: test/integration/default - path: test/integration/default
- name: gentoo # - name: gentoo
includes: # includes:
- gentoo-stage3-latest-master-py3 # - gentoo-stage3-latest-master-py3
- gentoo-stage3-systemd-master-py3 # - gentoo-stage3-systemd-master-py3
- gentoo-stage3-latest-3002-5-py3 # - gentoo-stage3-latest-3002-5-py3
- gentoo-stage3-systemd-3002-5-py3 # - gentoo-stage3-systemd-3002-5-py3
- gentoo-stage3-latest-3001-6-py3 # - gentoo-stage3-latest-3001-6-py3
- gentoo-stage3-systemd-3001-6-py3 # - gentoo-stage3-systemd-3001-6-py3
- gentoo-stage3-latest-3000-8-py3 # - gentoo-stage3-latest-3000-8-py3
- gentoo-stage3-systemd-3000-8-py3 # - gentoo-stage3-systemd-3000-8-py3
provisioner: # provisioner:
state_top: # state_top:
base: # base:
'*': # '*':
- nsd._mapdata # - nsd._mapdata
- nsd # - nsd
pillars: # pillars:
top.sls: # top.sls:
base: # base:
'*': # '*':
- nsd # - nsd
- gentoo # - gentoo
- define_roles # - define_roles
pillars_from_files: # pillars_from_files:
nsd.sls: pillar.example # nsd.sls: pillar.example
gentoo.sls: test/salt/pillar/gentoo.sls # gentoo.sls: test/salt/pillar/gentoo.sls
define_roles.sls: test/salt/pillar/define_roles.sls # define_roles.sls: test/salt/pillar/define_roles.sls
verifier: # verifier:
inspec_tests: # inspec_tests:
- path: test/integration/default # - path: test/integration/default