cookbook 'zookeeper', '= 1.4.8'
zookeeper
(82) Versions
1.4.8
-
-
16.0.0
-
15.0.0
-
14.0.0
-
13.0.0
-
12.0.1
-
12.0.0
-
11.1.0
-
11.0.0
-
10.0.1
-
10.0.0
-
9.0.1
-
9.0.0
-
8.3.1
-
8.3.0
-
8.2.0
-
8.1.4
-
8.1.3
-
8.1.2
-
8.1.1
-
8.1.0
-
8.0.1
-
8.0.0
-
7.1.1
-
7.1.0
-
7.0.0
-
6.0.0
-
5.0.2
-
5.0.1
-
5.0.0
-
4.1.0
-
4.0.0
-
3.1.1
-
3.1.0
-
3.0.6
-
3.0.5
-
3.0.4
-
3.0.3
-
3.0.2
-
3.0.1
-
3.0.0
-
2.13.1
-
2.13.0
-
2.12.0
-
2.11.0
-
2.10.0
-
2.9.0
-
2.8.0
-
2.7.0
-
2.6.0
-
2.5.1
-
2.5.0
-
2.4.1
-
2.4.0
-
2.3.0
-
2.2.1
-
2.2.0
-
2.1.1
-
2.1.0
-
2.0.0
-
1.7.4
-
1.7.3
-
1.7.2
-
1.7.1
-
1.7.0
-
1.6.1
-
1.6.0
-
1.5.0
-
1.4.10
-
1.4.9
-
1.4.8
-
1.4.7
-
1.4.6
-
1.4.5
-
1.4.4
-
1.4.3
-
1.4.1
-
1.3.3
-
1.3.1
-
1.2.3
-
1.2.1
-
1.1.0
-
0.1.0
Follow44
- 16.0.0
- 15.0.0
- 14.0.0
- 13.0.0
- 12.0.1
- 12.0.0
- 11.1.0
- 11.0.0
- 10.0.1
- 10.0.0
- 9.0.1
- 9.0.0
- 8.3.1
- 8.3.0
- 8.2.0
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.1
- 8.0.0
- 7.1.1
- 7.1.0
- 7.0.0
- 6.0.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.1.0
- 4.0.0
- 3.1.1
- 3.1.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.13.1
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.1
- 1.3.3
- 1.3.1
- 1.2.3
- 1.2.1
- 1.1.0
- 0.1.0
Installs/Configures zookeeper
cookbook 'zookeeper', '= 1.4.8', :supermarket
knife supermarket install zookeeper
knife supermarket download zookeeper
Description
Installs and configures ZooKeeper and Exhibitor.
Requirements
java
Attributes
To override exhibitor command line options, add them to node[:exhibitor][:opts].
See https://github.com/Netflix/exhibitor/wiki/Running-Exhibitor for more detauls
:snapshot_dir, :transaction_dir: and :log_index_dir in node[:exhibitor] should be set to something sane.
Linkedin recommend putting snapshots and logs on a different device than transactions for a write-heavy workload.
https://cwiki.apache.org/confluence/display/KAFKA/Operations#Operations-OperationalizingZookeeper
node[:exhibitor][:defaultconfig] contains config that exhibitor will be initialized with.
See https://github.com/Netflix/exhibitor/wiki/Configuration-UI and
https://github.com/Netflix/exhibitor/wiki/Running-Exhibitor under Default Property Names.
Usage
discover_zookeepers
This cookbook comes with a library to help your other cookbooks discovery the members of your ZooKeeper ensamble.
Call it with the host of (one) of your exhibitors. We use round-robin dns so it would look like
> discover_zookeepers("http://exhibitor.example.com:8080")
{"servers":["10.0.1.0","10.0.1.1","10.0.1.2"],"port":2181}
for details on the response format, see https://github.com/Netflix/exhibitor/wiki/REST-Entities under Servers