VOL-3145 - replace etcd-operator with basic etcd helm chart
Change-Id: I0abec1189895728b9531611cc3a7c8fe7fa8e61b
diff --git a/minimal-values.yaml b/minimal-values.yaml
index 944dd9e..fd14728 100644
--- a/minimal-values.yaml
+++ b/minimal-values.yaml
@@ -25,6 +25,9 @@
image_tag: master
image_pullPolicy: Always
+private_etcd_cluster: false
+private_kafka_cluster: false
+
# OFAGENT IMPLEMENTATION
# ----------------------
# There are currently two implementations of OFAGENT: the original written in
@@ -81,8 +84,8 @@
# bbsim:
# repository: voltha/bbsim
# tag: master
-# START_OFAGENT_GO - Comment the following block to use the Python implementation
-# of the ofagent
+# START_OFAGENT_GO - Comment the following block to use the Python
+# implementation of the ofagent
# ofagent_go:
# repository: voltha/voltha-ofagent-go
# tag: master
@@ -93,27 +96,53 @@
# rw_core:
# repository: voltha/voltha-rw-core
# tag: 2.1.1
-# START_OPENONU_ADAPTER_GO - Uncomment the following block to use the Go implementation
-# of the openonu-adapter
+# START_OPENONU_ADAPTER_GO - Uncomment the following block to use the
+# Go implementation of the openonu-adapter
# adapter_open_onu_go:
# repository: voltha-openonu-adapter-go
# tag: master
# END_OPENONU_ADAPTER_GO
-deployments:
- etcdOperator: true
- backupOperator: false
- restoreOperator: false
-
-voltha-etcd-cluster:
- clusterSize: 1
- autoCompactionRetention: 1
+etcd:
+ replicas: 1
+ extraEnv:
+ - name: ETCD_AUTO_COMPACTION_RETENTION
+ value: "1"
+ - name: ETCD_SNAPSHOT_COUNT
+ value: "100000"
+ - name: ETCD_HEARTBEAT_INTERVAL
+ value: "100"
+ - name: ETCD_ELECTION_TIMEOUT
+ value: "1000"
+ - name: ETCD_MAX_SNAPSHOTS
+ value: "5"
+ - name: ETCD_QUOTA_BACKEND_BYTES
+ value: "0"
+ - name: ETCD_MAX_REQUEST_BYTES
+ value: "1572864"
+ - name: ETCD_GRPC_KEEPALIVE_MIN_TIME
+ value: "5s"
+ - name: ETCD_GRPC_KEEPALIVE_TIMEOUT
+ value: "5s"
+ - name: ETCD_DEBUG
+ value: "false"
kafka:
- configurationOverrides:
- "default.replication.factor": 1
- "offsets.topic.replication.factor": 1
+ zookeeper:
+ replicaCount: 1
+ persistence:
+ enabled: false
replicas: 1
+ persistence:
+ enabled: false
+ envOverrides:
+ KAFKA_LOG4J_ROOT_LOGLEVEL: ERROR
+ KAFKA_TOOLS_LOG4J_LOGLEVEL: ERROR
+ # yamllint disable-line rule:line-length
+ KAFKA_LOG4J.LOGGERS: "kafka.zookeeper=ERROR,state.change.logger=ERROR,kafka=ERROR,kafka.controller=ERROR"
+ KAFKA_LOG_RETENTION_HOURS: 1
+ KAFKA_DEFAULT_REPLICATION_FACTOR: 1
+ KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
onos_env:
- name: POD_IP