VOL-1500 VOL-1475 Updated the remaining python containers in voltha-go to use pyvoltha and voltha-protos

Changed the build system to have separate flags for local pyvoltha and local protos.
Cleared out now unneeded python libraries and protos from voltha-go

PonSim was tested by launching the system-test-ponsim.yml and making sure the ponsim enables.
This was tested on docker-compose and k8s.
Let me know if there are other cases to test.

Change-Id: Ie2d5a19900fcfc93b96aba2981efb18fd9e649bb
diff --git a/k8s/single-node/README.md b/k8s/single-node/README.md
index b1ba4df..a04310b 100644
--- a/k8s/single-node/README.md
+++ b/k8s/single-node/README.md
@@ -15,8 +15,8 @@
 k8s/namespace.yml
 k8s/single-node/zookeeper.yml
 k8s/single-node/kafka.yml
-k8s/operator/etcd/cluster_role.yml
-k8s/operator/etcd/cluster_role_binding.yml
+k8s/operator/etcd/cluster-role.yml
+k8s/operator/etcd/cluster-role-binding.yml
 k8s/operator/etcd/operator.yml
 k8s/single-node/etcd_cluster.yml
 k8s/single-node/rw-core.yml
diff --git a/k8s/single-node/olt.yml b/k8s/single-node/olt.yml
index 148e1ad..ab12b5a 100644
--- a/k8s/single-node/olt.yml
+++ b/k8s/single-node/olt.yml
@@ -42,7 +42,7 @@
      spec:
        containers:
          - name: olt
-           image: "voltha-ponsim:latest"
+           image: "voltha/voltha-ponsim:latest"
            env:
              - name: POD_IP
                valueFrom:
diff --git a/k8s/single-node/onu.yml b/k8s/single-node/onu.yml
index 38e6cc6..1522e70 100644
--- a/k8s/single-node/onu.yml
+++ b/k8s/single-node/onu.yml
@@ -38,11 +38,11 @@
        labels:
          app: onu
        annotations:
-         cni: "calico,pon0"
+         cni: "calico,pon1"
      spec:
        containers:
          - name: onu
-           image: "voltha-ponsim:latest"
+           image: "voltha/voltha-ponsim:latest"
            env:
              - name: POD_IP
                valueFrom: