VOL-570 : Change network type used by voltha components

- Updated from weave to calico which is the default network type
- Updated ponsim README file
- Removed deprecated data folder

Amendments:

- Change to specific version of kafka/zookeeper
- Added annotations statement to netconf manifest

Change-Id: Ibc8c06f037c275717b5c79b60443b7fd11545405
diff --git a/k8s/zookeeper.yml b/k8s/zookeeper.yml
index 112a460..1c7f02d 100644
--- a/k8s/zookeeper.yml
+++ b/k8s/zookeeper.yml
@@ -76,7 +76,7 @@
       labels:
         app: zookeeper-1
       annotations:
-        cni: "weave"
+        cni: "calico"
     spec:
       containers:
       - name: zoo1
@@ -116,7 +116,7 @@
       labels:
         app: zookeeper-2
       annotations:
-        cni: "weave"
+        cni: "calico"
     spec:
       containers:
       - name: zoo2
@@ -156,7 +156,7 @@
       labels:
         app: zookeeper-3
       annotations:
-        cni: "weave"
+        cni: "calico"
     spec:
       containers:
       - name: zoo3