Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Test CentOS7 update in .kitchen.docker.yml file
Browse files Browse the repository at this point in the history
Pin ark for travis testing due to bug in ark 2.2.0

Pin elasticsearch at 2.4.0 for testing pre ES-5.0

Fix Centos-6.4 version, start working on ubuntu 16.04 systemd issue

Fix path to init for ubuntu1604
  • Loading branch information
Scott Nelson Windels committed Dec 15, 2016
1 parent bf19ed4 commit c7c16fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .kitchen.docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
driver:
name: docker
privileged: true
privileged: true

platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
driver_config:
run_command: /sbin/init
- name: centos-6.4
- name: centos-7.2
driver_config:
image: centos:7
provision_command: yum -y install initscripts
run_command: /usr/sbin/init
3 changes: 2 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ source 'https://supermarket.chef.io/'
metadata

group :vagrant do
cookbook 'ark', '= 2.1.0'
cookbook 'apt'
cookbook 'apache2'
cookbook 'elasticsearch'
cookbook 'elasticsearch', '~ 2.4.0'
cookbook 'java'
cookbook 'ohai'
cookbook 'netstat'
Expand Down

0 comments on commit c7c16fd

Please sign in to comment.