Skip to content

Instantly share code, notes, and snippets.

@autotune
Last active August 29, 2015 14:00
Show Gist options
  • Save autotune/75deb135500c4a57a9c8 to your computer and use it in GitHub Desktop.
Save autotune/75deb135500c4a57a9c8 to your computer and use it in GitHub Desktop.
---
driver:
name: rackspace
rackspace_username: ""
rackspace_api_key: ""
require_chef_omnibus: "latest"
rackspace_region: "ORD"
provisioner:
name: "chef_solo"
platforms:
- name: "centos-6.5"
driver: "rackspace"
driver_config:
image_id: ""
flavor_id: "performance1-1"
public_key_path: ""
suites:
- name: default
run_list:
attributes:
@autotune
Copy link
Author

autotune commented May 2, 2014

kitchen init --driver=kitchen-rackspace --create-gemfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment