Skip to content

Instantly share code, notes, and snippets.

@numericillustration
Created December 22, 2016 21:28
Show Gist options
  • Save numericillustration/8935d326509b84bde6ecc095c25b081d to your computer and use it in GitHub Desktop.
Save numericillustration/8935d326509b84bde6ecc095c25b081d to your computer and use it in GitHub Desktop.
Test Kitchen yml file I was using playing with kitchen-joyent
---
driver_plugin: joyent
driver_config:
joyent_username: admin
joyent_keyname: joyZoneRoot
joyent_keyfile: /root/.ssh/id_rsa
joyent_url: https://192.168.40.5
joyent_version: ~7.0
require_chef_omnibus: true
sudo: false
joyent_ssl_verify_peer: false
provisioner:
name: chef_solo
chef_omnibus_url: http://raw.github.com/numericillustration/kitchen-joyent/master/scripts/install-smartos-new.sh
chef_solo_path: /opt/local/bin/chef-solo
platforms:
- name: ubuntu-14.04
- name: centos-7.1
- name: smartos-1530
driver:
joyent_image_id: 842e6fa6-6e9b-11e5-8402-1b490459e334
joyent_flavor_id: sdc_128
suites:
- name: default
run_list:
- recipe[logadm::default]
attributes: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment