Created
January 25, 2016 20:03
-
-
Save williamsjj/9839b99a5ed0f3f6103f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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.