Skip to content

Instantly share code, notes, and snippets.

@williamsjj
Created January 25, 2016 20:03
Show Gist options
  • Save williamsjj/9839b99a5ed0f3f6103f to your computer and use it in GitHub Desktop.
Save williamsjj/9839b99a5ed0f3f6103f to your computer and use it in GitHub Desktop.
node.set[:zookeeper][:version] = "3.4.6"
node.set['exhibitor']['cli']['port'] = 8700
node.set['exhibitor']['cli']['configtype'] = "s3"
node.set['exhibitor']['s3']['access-key-id'] = '<key-id>'
node.set['exhibitor']['s3']['access-secret-key'] = '<secret-key>'
node.set['exhibitor']['cli']['s3config'] = '<bucket>:<path_to_conf_file>'
node.set['exhibitor']['cli']['s3region'] = '<region>'
include_recipe "exhibitor::default"
include_recipe "exhibitor::service"
@francoisnicholas
Copy link

@williamsjj - thank you for your assistance. if I want to configure a 3 node zookeeper cluster using chef-exhibitor (which depends on chef-zookeeper) how should I do about it? Im trying to figure out where to put the nodes and how to write the wrapper cookbook recipe. Any information you provide will be very helpful.

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