updating voltha-bbsim-master conf

Change-Id: I0b189005a24c40e3fef0dd8626fde99fa0f0b2c3
diff --git a/kubernetes-configs/bbsim-voltha-master.yml b/kubernetes-configs/bbsim-voltha-master.yml
index c7d91d2..2815a99 100644
--- a/kubernetes-configs/bbsim-voltha-master.yml
+++ b/kubernetes-configs/bbsim-voltha-master.yml
@@ -13,40 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Values file for deploying SEBA with Ponsim
-# Use this file to deploy the 'master' (dev) versions of all services.
-# This is mainly useful for testing.
+# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
 
-# voltha
-etcd-cluster:
-  clusterSize: 1
-
-# in workflow/att-workflow service chart
-att-workflow-driver:
-  # this is mandatory, it's needed to correctly configure the kafka endpoint
-  kafkaService: cord-kafka
-
-etcd-operator:
-  etcdCluster:
-    size: 1
-
-# in xos-core chart and other charts with multiple images
-images:
-  xos_core:
-    tag: 'master'
-  xos_chameleon:
-    tag: 'master'
-  xos_tosca:
-    tag: 'master'
-  xos_api_tester:
-    tag: 'master'
-  tosca_loader:
-    tag: 'master'
-# ONOS
-  onos:
-    repository: 'matteoscandolo/onos'
-    tag: '1.13.9-rc4'
-
+# This file is used to optionally customize helm charts installations
 images:
 # VOLTHA
   envoy_for_etcd:
@@ -64,64 +33,23 @@
   vcore:
     tag: 'voltha-1.7'
 
-# Ponsimv2
-  olt:
-    repository: "voltha/voltha-ponsim"
-    tag: "latest"
-  onu:
-    repository: "voltha/voltha-ponsim"
-    tag: "latest"
+# ONOS
+  onos:
+    repository: 'matteoscandolo/onos'
+    tag: '1.13.9-rc4'
 
-# in xos-gui sub-chart required by xos-core chart
-xos-gui:
-  images:
-    xos_gui:
-      tag: 'master'
-    xos_ws:
-      tag: 'master'
-
-# in seba service chart
-fabric:
-  image:
-    tag: 'master'
-fabric-crossconnect:
-  image:
-    tag: 'master'
-onos-service:
-  image:
-    tag: 'master'
-sadis-server:
-  image:
-    tag: 'latest'
-volt:
-  image:
-    tag: 'master'
 rcord:
   image:
     tag: 'master'
 
-# in base-kubernetes chart
-kubernetes:
-  image:
-    tag: 'master'
-
-# in workflow/att-workflow service chart
 att-workflow-driver:
   image:
     tag: 'master'
 
-  # this is mandatory, it's needed to correctly configure the kafka endpoint
-  kafkaService: cord-kafka
-
-# in workflow/tt-workflow service chart
-tt-workflow-driver:
+sadis-server:
   image:
-    repository: andybavier/test-image-synchronizer
-    tag: tt-workflow-driver
-
-  # this is mandatory, it's needed to correctly configure the kafka endpoint
-  kafkaService: cord-kafka
-
+    repository: opencord/sadis-server
+    tag: latest
 
 # ONOS applications
 aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"