Revert "Remove etcd and kafka dependencies from voltha"

This reverts commit d9ce07cc9aa8487f288778cc4ca8bbd23abc6f21.

Change-Id: I63a335712cea962c536359cacc41991ebb409598
diff --git a/voltha/templates/vcore_for_etcd.yaml b/voltha/templates/vcore_for_etcd.yaml
index c660760..7f02fe0 100644
--- a/voltha/templates/vcore_for_etcd.yaml
+++ b/voltha/templates/vcore_for_etcd.yaml
@@ -61,7 +61,16 @@
                 fieldRef:
                   fieldPath: metadata.namespace
           args:
-{{ include "voltha-vcore.cmd" . | indent 12 }}
+            - "voltha/voltha/main.py"
+            - "-v"
+            - "--etcd=etcd-cluster.default.svc.cluster.local:2379"
+            - "--kafka={{ .Release.Name }}-kafka.default.svc.cluster.local"
+            - "--rest-port=8880"
+            - "--grpc-port=50556"
+            - "--interface=eth1"
+            - "--backend=etcd"
+            - "--pon-subnet=10.38.0.0/12"
+            - "--ponsim-comm=grpc"
           ports:
             - containerPort: 8880
               name: rest-port