Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
etcd
/
0cbcc4af788294cc748a38adbc30cd79bad262d5
/
.
/
tests
/
pillar
/
cluster.sls
blob: a91825f2633c128aa446ebe96edf498e8928eb08 [
file
] [
log
] [
blame
]
etcd
:
server
:
image
:
quay
.
io
/
coreos
/
etcd
:
latest
enabled
:
true
bind
:
host
:
10.0
.
175.101
token
:
$
(
uuidgen
)
members
:
-
host
:
10.0
.
175.101
name
:
etcd01
port
:
4001
-
host
:
10.0
.
175.102
name
:
etcd02
port
:
4001
-
host
:
10.0
.
175.103
name
:
etcd03
port
:
4001