puppet-midonet/.kitchen.yml
Jaume Devesa 8c353be83b Move arrakis here
Most of the arrakis code moved here, using puppet-cassandra and
puppet-zookeeper as dependencies

Change-Id: I6bdfb80457c500e2c6ea98aeaa9e7c074757c6c7
2015-06-08 17:45:07 +02:00

34 lines
665 B
YAML

---
driver:
name: docker
use_sudo: false
disable_upstart: false
provisioner:
name: puppet_apply
manifests_path: test
modules_path: modules
hiera_data_path: data
hiera_config_path: data/hiera.yaml
manifest: init.pp
platforms:
- name: ubuntu-14.04
driver_config:
image: midonet/ubuntu:14.04
privileged: true
run_command: /sbin/init
ssh_timeout: 10
ssh_retries: 5
- name: centos-7
driver_config:
image: midonet/centos:centos7
privileged: true
volume: /sys/fs/cgroup:/sys/fs/cgroup:ro
run_command: /usr/sbin/init
ssh_timeout: 10
ssh_retries: 5
suites:
- name: default