Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Created April 24, 2013 17:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwb/5454029 to your computer and use it in GitHub Desktop.
Save bryanwb/5454029 to your computer and use it in GitHub Desktop.
cassandra .kitchen.yml
---
driver_plugin: lxc
driver_config:
base_container: ubuntu
overlay: /var/lib/lxc/overlay
require_chef_omnibus: true
username: root
password: password
platforms:
- name: cass1
driver_config:
ipaddress: 10.0.3.101
- name: cass2
driver_config:
ipaddress: 10.0.3.102
- name: cass3
driver_config:
ipaddress: 10.0.3.103
suites:
- name: default
run_list: [ "recipe[cassandra]"]
attributes:
cassandra:
suites:
- name: default
run_list: [ "recipe[cassandra]"]
attributes:
cassandra:
seeds: [ "10.0.3.101", "10.0.3.102", "10.0.3.103" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment