inspec/.kitchen.yml

87 lines
1.8 KiB
YAML
Raw Normal View History

2015-10-21 20:52:41 +00:00
---
driver:
2016-05-10 17:23:11 +00:00
name: dokken
chef_version: 14.3.37
2016-05-10 17:23:11 +00:00
privileged: true # because Docker and SystemD/Upstart
transport:
name: dokken
2015-10-21 20:52:41 +00:00
provisioner:
2016-05-10 17:23:11 +00:00
name: dokken
2015-10-21 20:52:41 +00:00
verifier:
2015-10-26 18:29:58 +00:00
name: inspec
2015-10-22 11:57:29 +00:00
sudo: true
2015-10-21 20:52:41 +00:00
platforms:
2016-05-10 17:23:11 +00:00
- name: ubuntu-12.04
driver:
image: ubuntu:12.04
- name: ubuntu-14.04
driver:
image: ubuntu:14.04
- name: ubuntu-16.04
driver:
image: ubuntu:16.04
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: centos-6.6
driver:
image: centos:6.6
- name: centos-6.8
2016-05-10 17:23:11 +00:00
driver:
image: centos:6.8
2016-05-10 17:23:11 +00:00
intermediate_instructions:
- RUN yum install -y initscripts
- name: centos-7
driver:
image: centos:7
pid_one_command: /usr/lib/systemd/systemd
- name: oracle-6.7
driver:
image: oraclelinux:6.7
- name: oracle-7.2
2016-05-10 17:23:11 +00:00
driver:
image: oraclelinux:7.2
2016-05-10 17:23:11 +00:00
pid_one_command: /usr/lib/systemd/systemd
- name: debian-7
driver:
image: debian:7.11
2016-05-10 17:23:11 +00:00
intermediate_instructions:
- RUN /usr/bin/apt-get update
# running it within the chef recipe is too late :-(
- RUN /usr/bin/apt-get install -y procps lsb-release
2016-05-10 17:23:11 +00:00
- name: debian-8
driver:
image: debian:8.5
2016-05-10 17:23:11 +00:00
intermediate_instructions:
- RUN /usr/bin/apt-get update
# running it within the chef recipe is too late :-(
- RUN /usr/bin/apt-get install -y procps lsb-release
2016-05-10 17:23:11 +00:00
pid_one_command: /bin/systemd
- name: fedora-23
driver:
image: fedora:23
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
- name: fedora-24
driver:
image: fedora:24
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
2015-10-21 20:52:41 +00:00
suites:
2016-05-10 17:23:11 +00:00
- name: default
run_list:
- recipe[apt]
- recipe[yum]
- recipe[os_prepare]
attributes:
osprepare:
docker: true
application: false