Created
August 23, 2016 09:54
-
-
Save bixu/c7f331959a45d9c9a75eb115a501dc4d to your computer and use it in GitHub Desktop.
test kitchen in joyent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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