VOL-613 : PON simulator kubernetes integration

- Added onos/freeradius deployment templates
- Added olt, onu and rg deployment templates
- Added cni annotation to all templates to work with CNI Genie
- Added more instructions in the README

Amendments:

- Removed cni annotation from the service block

Change-Id: I63c28488f9cfcbfc2701391e67874cb8d998528b
diff --git a/k8s/vcore_for_consul.yml b/k8s/vcore_for_consul.yml
index 3784faf..260c21e 100644
--- a/k8s/vcore_for_consul.yml
+++ b/k8s/vcore_for_consul.yml
@@ -29,6 +29,8 @@
     metadata:
       labels:
         app: vcore
+      annotations:
+        cni: "weave"
     spec:
       containers:
       - name: voltha
@@ -56,4 +58,5 @@
         - "--grpc-port=50556"
         - "--interface=eth1"
         - "--backend=consul"
-        - "--pon-subnet=172.29.19.0/24"
+        - "--pon-subnet=10.38.0.0/12"
+        - "--ponsim-comm=grpc"
\ No newline at end of file