Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-connectivity / etcd / files / etcd.conf
1 #
2 ## Copyright (C) 2019 Wind River Systems, Inc.
3 #
4 #  Licensed under the Apache License, Version 2.0 (the "License");
5 #  you may not use this file except in compliance with the License.
6 #  You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #  Unless required by applicable law or agreed to in writing, software
11 #  distributed under the License is distributed on an "AS IS" BASIS,
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15
16 #[Member]
17 #ETCD_CORS=""
18 ETCD_DATA_DIR="/var/lib/etcd/default.etcd"
19 #ETCD_WAL_DIR=""
20 #ETCD_LISTEN_PEER_URLS="http://localhost:2380"
21 ETCD_LISTEN_CLIENT_URLS="http://localhost:2379"
22 #ETCD_MAX_SNAPSHOTS="5"
23 #ETCD_MAX_WALS="5"
24 ETCD_NAME="default"
25 #ETCD_SNAPSHOT_COUNT="100000"
26 #ETCD_HEARTBEAT_INTERVAL="100"
27 #ETCD_ELECTION_TIMEOUT="1000"
28 #ETCD_QUOTA_BACKEND_BYTES="0"
29 #ETCD_MAX_REQUEST_BYTES="1572864"
30 #ETCD_GRPC_KEEPALIVE_MIN_TIME="5s"
31 #ETCD_GRPC_KEEPALIVE_INTERVAL="2h0m0s"
32 #ETCD_GRPC_KEEPALIVE_TIMEOUT="20s"
33 #
34 #[Clustering]
35 #ETCD_INITIAL_ADVERTISE_PEER_URLS="http://localhost:2380"
36 ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379"
37 #ETCD_DISCOVERY=""
38 #ETCD_DISCOVERY_FALLBACK="proxy"
39 #ETCD_DISCOVERY_PROXY=""
40 #ETCD_DISCOVERY_SRV=""
41 #ETCD_INITIAL_CLUSTER="default=http://localhost:2380"
42 #ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster"
43 #ETCD_INITIAL_CLUSTER_STATE="new"
44 #ETCD_STRICT_RECONFIG_CHECK="true"
45 #ETCD_ENABLE_V2="true"
46 #
47 #[Proxy]
48 #ETCD_PROXY="off"
49 #ETCD_PROXY_FAILURE_WAIT="5000"
50 #ETCD_PROXY_REFRESH_INTERVAL="30000"
51 #ETCD_PROXY_DIAL_TIMEOUT="1000"
52 #ETCD_PROXY_WRITE_TIMEOUT="5000"
53 #ETCD_PROXY_READ_TIMEOUT="0"
54 #
55 #[Security]
56 #ETCD_CERT_FILE=""
57 #ETCD_KEY_FILE=""
58 #ETCD_CLIENT_CERT_AUTH="false"
59 #ETCD_TRUSTED_CA_FILE=""
60 #ETCD_AUTO_TLS="false"
61 #ETCD_PEER_CERT_FILE=""
62 #ETCD_PEER_KEY_FILE=""
63 #ETCD_PEER_CLIENT_CERT_AUTH="false"
64 #ETCD_PEER_TRUSTED_CA_FILE=""
65 #ETCD_PEER_AUTO_TLS="false"
66 #
67 #[Logging]
68 #ETCD_DEBUG="false"
69 #ETCD_LOG_PACKAGE_LEVELS=""
70 #ETCD_LOG_OUTPUT="default"
71 #
72 #[Unsafe]
73 #ETCD_FORCE_NEW_CLUSTER="false"
74 #
75 #[Version]
76 #ETCD_VERSION="false"
77 #ETCD_AUTO_COMPACTION_RETENTION="0"
78 #
79 #[Profiling]
80 #ETCD_ENABLE_PPROF="false"
81 #ETCD_METRICS="basic"
82 #
83 #[Auth]
84 #ETCD_AUTH_TOKEN="simple"