blob: 0fa35e4758cf549633ac49ebbdc29ebeff3b0a19 [file] [log] [blame]
Jakub Pavlik93707ec2016-08-10 11:35:18 +02001
2==================================
3ETCD Formula
4==================================
5
6Service etcd description
7
8Sample pillars
9==============
10
11Single etcd service
12---------------------
13
14.. code-block:: yaml
15
16 etcd:
17 server:
18 enabled: true
19 bind:
20 host: 10.0.175.101
21 token: $(uuidgen)
22 members:
23 - host: 10.0.175.101
24 name: etcd01
25 port: 4001
26
27Cluster etcd service
28----------------------
29
30.. code-block:: yaml
31
32 etcd:
33 server:
34 enabled: true
35 bind:
36 host: 10.0.175.101
37 token: $(uuidgen)
38 members:
39 - host: 10.0.175.101
40 name: etcd01
41 port: 4001
42 - host: 10.0.175.102
43 name: etcd02
44 port: 4001
45 - host: 10.0.175.103
46 name: etcd03
47 port: 4001
48
49ETCD proxy
50-------------
51
52.. code-block:: yaml
53
54 etcd:
55 server:
56 enabled: true
57 bind:
58 host: 10.0.175.101
Pavel Cizinsky8835dfa2016-08-10 15:09:25 +020059 proxy: true
Jakub Pavlik93707ec2016-08-10 11:35:18 +020060 members:
61 - host: 10.0.175.101
62 name: etcd01
63 - host: 10.0.175.102
64 name: etcd02
65 - host: 10.0.175.103
66 name: etcd03
67
marco9c1f23c2016-09-21 11:54:37 +020068run ETCD on k8s
69---------------
70
71.. code-block:: yaml
72
73 etcd:
74 server:
75 engine: kubernetes
76
Jakub Pavlik93707ec2016-08-10 11:35:18 +020077Read more
78=========
79
80* links
Filip Pytloun0684f012017-02-02 13:02:03 +010081
82Documentation and Bugs
83======================
84
85To learn how to install and update salt-formulas, consult the documentation
86available online at:
87
88 http://salt-formulas.readthedocs.io/
89
90In the unfortunate event that bugs are discovered, they should be reported to
91the appropriate issue tracker. Use Github issue tracker for specific salt
92formula:
93
94 https://github.com/salt-formulas/salt-formula-etcd/issues
95
96For feature requests, bug reports or blueprints affecting entire ecosystem,
97use Launchpad salt-formulas project:
98
99 https://launchpad.net/salt-formulas
100
101You can also join salt-formulas-users team and subscribe to mailing list:
102
103 https://launchpad.net/~salt-formulas-users
104
105Developers wishing to work on the salt-formulas projects should always base
106their work on master branch and submit pull request against specific formula.
107
108 https://github.com/salt-formulas/salt-formula-etcd
109
110Any questions or feedback is always welcome so feel free to join our IRC
111channel:
112
113 #salt-formulas @ irc.freenode.net