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