Skip to content

Instantly share code, notes, and snippets.

@equick
Created October 1, 2015 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save equick/ae98167b2ff26903777d to your computer and use it in GitHub Desktop.
Save equick/ae98167b2ff26903777d to your computer and use it in GitHub Desktop.
kitchen.yml
$ cat .kitchen.yml
---
driver:
name: openstack
openstack_username:
openstack_api_key:
openstack_auth_url:
openstack_tenant: 'StEng'
network_ref: nonprod1-net1
private_key_path: /home/quickedw/.ssh/engpsr001
require_chef_omnibus: false
provisioner:
name: chef_zero
platforms:
- name: centos-6.5
driver:
image_ref: rhel6-650-dev-00
flavor_ref: linux_dev_burst.s1
suites:
- name: default
run_list:
- role[barcmw-systype-dev]
- recipe[barcmw-pkgbase::apache_tomcat]
- recipe[tomcat-examples::instance1]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment