Skip to content

Instantly share code, notes, and snippets.

@bixu
Created April 1, 2015 09:07
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 bixu/3411df6a2b7ff99095b9 to your computer and use it in GitHub Desktop.
Save bixu/3411df6a2b7ff99095b9 to your computer and use it in GitHub Desktop.
.kitchen.yml for Test Kitchen with the kitchen-joyent driver
---
driver_plugin: joyent
driver_config:
joyent_username: <%= ENV['MANTA_USER'] %>
joyent_keyfile: "<%= ENV['HOME'] %>/.ssh/id_rsa"
joyent_keyname: <%= ENV['MANTA_KEY_ID'] %>
joyent_url: <%= ENV['JOYENT_API_URL'] %>
platforms:
- name: smartos_base64_1430
driver_config:
joyent_image_id: 62f148f8-6e84-11e4-82c5-efca60348b9f
joyent_flavor_id: g3-highcpu-4-smartos
provisioner:
name: chef_zero
sudo: true
require_chef_omnibus: true
chef_omnibus_url: https://raw.github.com/wanelo-chef/chef-bootstrap/master/latest.sh
- name: ubuntu_1404_20150225.2
driver_config:
joyent_image_id: 47c62485-9803-4d81-9023-c987f5100aff
joyent_flavor_id: g3-highcpu-4-kvm
username: ubuntu
provisioner:
name: chef_zero
sudo: true
require_chef_omnibus: '11.16.4'
suites:
- name: chef
data_bags_path: "<%= ENV['HOME'] %>/path/to/chef/data_bags"
run_list:
- recipe[cookbook::default]
attributes:
attribute: "value"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment