Skip to content

Instantly share code, notes, and snippets.

@bixu
Created August 23, 2016 09:54
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/c7f331959a45d9c9a75eb115a501dc4d to your computer and use it in GitHub Desktop.
Save bixu/c7f331959a45d9c9a75eb115a501dc4d to your computer and use it in GitHub Desktop.
test kitchen in joyent
---
driver:
name: joyent
driver_config:
joyent_version: '~7.0'
joyent_username: <account name>
joyent_keyfile: <path to private ssh key>
joyent_keyname: <ssh key "name" in your Joyent account>
joyent_url: https://us-east-1.api.joyent.com
joyent_image_id: 58763441-78b5-6f6a-9386-958de80f4201
joyent_flavor_id: g4-highcpu-1G
username: root
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[cookbook::default]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment