blob: 9b2f7fe7013b85add066f45a413425e22ad7bc03 [file] [log] [blame]
marco70723542016-06-14 20:25:31 +02001
2==================================
3zookeeper
4==================================
5
6Service zookeeper description
7
8Sample pillars
9==============
10
11Single zookeeper service
12
13.. code-block:: yaml
14
15 zookeeper:
16 server:
17 enabled: true
18 members:
19 - host: ${_param:single_address}
20 id: 1
21
22Cluster zookeeper service
23
24.. code-block:: yaml
25
26 zookeeper:
27 server:
28 enabled: true
29 members:
30 - host: ${_param:cluster_node01_address}
31 id: 1
32 - host: ${_param:cluster_node02_address}
33 id: 2
34 - host: ${_param:cluster_node03_address}
35 id: 3
36
37Read more
38=========
39
40* links
Filip Pytloundf51ee22017-02-02 13:02:03 +010041
42Documentation and Bugs
43======================
44
45To learn how to install and update salt-formulas, consult the documentation
46available online at:
47
48 http://salt-formulas.readthedocs.io/
49
50In the unfortunate event that bugs are discovered, they should be reported to
51the appropriate issue tracker. Use Github issue tracker for specific salt
52formula:
53
54 https://github.com/salt-formulas/salt-formula-zookeeper/issues
55
56For feature requests, bug reports or blueprints affecting entire ecosystem,
57use Launchpad salt-formulas project:
58
59 https://launchpad.net/salt-formulas
60
61You can also join salt-formulas-users team and subscribe to mailing list:
62
63 https://launchpad.net/~salt-formulas-users
64
65Developers wishing to work on the salt-formulas projects should always base
66their work on master branch and submit pull request against specific formula.
67
68 https://github.com/salt-formulas/salt-formula-zookeeper
69
70Any questions or feedback is always welcome so feel free to join our IRC
71channel:
72
73 #salt-formulas @ irc.freenode.net