updating bbsim-master k8 conf

Change-Id: I0c961f555b3bdfa0e2d1bea34cc15927a3611984
diff --git a/kubernetes-configs/bbsim-voltha-master.yml b/kubernetes-configs/bbsim-voltha-master.yml
index 2815a99..bbf42b6 100644
--- a/kubernetes-configs/bbsim-voltha-master.yml
+++ b/kubernetes-configs/bbsim-voltha-master.yml
@@ -13,52 +13,119 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
+# 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.
 
-# This file is used to optionally customize helm charts installations
+# voltha
+etcd-cluster:
+  clusterSize: 1
+
+# in xos-core chart and other charts with multiple images
 images:
-# VOLTHA
-  envoy_for_etcd:
-    tag: 'voltha-1.7'
-
-  netconf:
-    tag: 'voltha-1.7'
-
-  ofagent:
-    tag: 'voltha-1.7'
-
-  vcli:
-    tag: 'voltha-1.7'
-
-  vcore:
-    tag: 'voltha-1.7'
+  xos_core:
+    tag: '3.2.5'
+  xos_chameleon:
+    tag: '3.2.2'
+  xos_tosca:
+    tag: '1.3.1'
+  xos_api_tester:
+    tag: 'master'
+  tosca_loader:
+    tag: '1.3.1'
 
 # ONOS
   onos:
     repository: 'matteoscandolo/onos'
     tag: '1.13.9-rc4'
 
+# VOLTHA
+  vcore:
+    tag: 'voltha-1.7'
+  vcli:
+    tag: 'voltha-1.7'
+  ofagent:
+    tag: 'voltha-1.7'
+  netconf:
+    tag: 'voltha-1.7'
+  envoy_for_etcd:
+    tag: 'voltha-1.7'
+  alarm_generator:
+    tag: 'voltha-1.7'
+  freeradius:
+    tag: 'latest'
+
+# Ponsimv2
+  olt:
+    repository: "voltha/voltha-ponsim"
+    tag: "voltha-1.7"
+  onu:
+   repository: "voltha/voltha-ponsim"
+   tag: "voltha-1.7"
+
+# in xos-gui sub-chart required by xos-core chart
+xos-gui:
+  images:
+    xos_gui:
+      tag: '1.0.5'
+    xos_ws:
+      tag: '2.0.2'
+
+# in seba service chart
+fabric:
+  image:
+    tag: '2.2.1'
+fabric-crossconnect:
+  image:
+    tag: '1.2.1'
+onos-service:
+  image:
+    tag: '2.1.1'
+sadis-server:
+  image:
+    tag: 'latest'
+olt-service:
+  image:
+    tag: '2.2.1'
 rcord:
   image:
     tag: 'master'
 
+# in base-kubernetes chart
+kubernetes:
+  image:
+    tag: '1.2.1'
+
+# in workflow/att-workflow service chart
 att-workflow-driver:
   image:
+    tag: '1.2.2'
+
+  # this is mandatory, it's needed to correctly configure the kafka endpoint
+  kafkaService: cord-kafka
+
+# in workflow/tt-workflow service chart
+tt-workflow-driver:
+  image:
     tag: 'master'
 
-sadis-server:
-  image:
-    repository: opencord/sadis-server
-    tag: latest
+  # this is mandatory, it's needed to correctly configure the kafka endpoint
+  kafkaService: cord-kafka
+
+# in mininet chart
+vlanMatchDepth: 2
+
+# in ponsim-pod chart
+bandwidthProfiles: True
 
 # 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"
+aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
 aaaAppVersion: "1.9.0.SNAPSHOT"
 
 sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
 sadisAppVersion: "3.1.0.SNAPSHOT"
 
-dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.6.0-SNAPSHOT&e=oar"
+dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
 dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
 
 oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
@@ -66,10 +133,3 @@
 
 kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
 kafkaAppVersion: "1.1.0.SNAPSHOT"
-
-application_logs: |
-  log4j.logger.org.opencord.olt = DEBUG
-  log4j.logger.org.opencord.kafka = DEBUG
-  log4j.logger.org.opencord.sadis = DEBUG
-  log4j.logger.org.opencord.aaa = DEBUG
-  log4j.logger.org.opencord.dhcpl2relay = DEBUG