marco | 7072354 | 2016-06-14 20:25:31 +0200 | [diff] [blame] | 1 | |
| 2 | ================================== |
| 3 | zookeeper |
| 4 | ================================== |
| 5 | |
| 6 | Service zookeeper description |
| 7 | |
| 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | Single 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 | |
| 22 | Cluster 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 | |
| 37 | Read more |
| 38 | ========= |
| 39 | |
| 40 | * links |
Filip Pytloun | df51ee2 | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 41 | |
| 42 | Documentation and Bugs |
| 43 | ====================== |
| 44 | |
| 45 | To learn how to install and update salt-formulas, consult the documentation |
| 46 | available online at: |
| 47 | |
| 48 | http://salt-formulas.readthedocs.io/ |
| 49 | |
| 50 | In the unfortunate event that bugs are discovered, they should be reported to |
| 51 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 52 | formula: |
| 53 | |
| 54 | https://github.com/salt-formulas/salt-formula-zookeeper/issues |
| 55 | |
| 56 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 57 | use Launchpad salt-formulas project: |
| 58 | |
| 59 | https://launchpad.net/salt-formulas |
| 60 | |
| 61 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 62 | |
| 63 | https://launchpad.net/~salt-formulas-users |
| 64 | |
| 65 | Developers wishing to work on the salt-formulas projects should always base |
| 66 | their work on master branch and submit pull request against specific formula. |
| 67 | |
| 68 | https://github.com/salt-formulas/salt-formula-zookeeper |
| 69 | |
| 70 | Any questions or feedback is always welcome so feel free to join our IRC |
| 71 | channel: |
| 72 | |
| 73 | #salt-formulas @ irc.freenode.net |