zuazo/mysql_tuning-cookbook

View on GitHub
.kitchen.docker.yml

Summary

Maintainability
Test Coverage
---
driver:
  name: docker
  use_sudo: false
  privileged: true

# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-6
- name: debian-7
  run_list: recipe[apt]
- name: debian-8
  run_list: recipe[apt]
- name: oraclelinux-6
  driver_config:
    platform: rhel
- name: ubuntu-12.04
  run_list: recipe[apt]
- name: ubuntu-14.04
  run_list: recipe[apt]
- name: ubuntu-15.10
  run_list: recipe[apt]

# Non-official images
- name: scientific-6.6
  driver_config:
    image: ringo/scientific:6.6
    platform: rhel