Skip to content

Commit

Permalink
Add kitchen.dokken.yml for travis integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Jul 19, 2016
1 parent 5318e85 commit 2d4f295
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
driver:
name: dokken
chef_version: latest
privileged: true

transport:
name: dokken

provisioner:
name: dokken

platforms:
- name: centos-7
named_run_list: rhel
driver:
image: centos:7
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum clean all
- RUN yum -y install net-tools lsof
- name: centos-6
named_run_list: rhel
driver:
image: centos:6
platform: rhel
pid_one_command: /sbin/init
intermediate_instructions:
- RUN yum -y install which initscripts
- name: ubuntu-16.04
named_run_list: debian
driver:
image: ubuntu:16.04
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install apt-transport-https net-tools -y

suites:
- name: default
provisioner:
policyfile: test/fixtures/policies/default.rb
attributes:
consul:
config: &default-config
owner: root
group: consul
bootstrap: true
server: true
datacenter: FortMeade
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==

0 comments on commit 2d4f295

Please sign in to comment.