Merge "[VOL-2556] files required for ONOS 1.13.10 testing"
diff --git a/kubernetes-configs/voltha/onf-demo-pod.yml b/kubernetes-configs/voltha/onf-demo-pod.yml
index 51e7fd6..c5e57fe 100644
--- a/kubernetes-configs/voltha/onf-demo-pod.yml
+++ b/kubernetes-configs/voltha/onf-demo-pod.yml
@@ -1,11 +1,10 @@
----
-# Copyright 2017-present Open Networking Foundation
+# Copyright 2019 Ciena Corporation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#     http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -13,12 +12,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Automated deployment configuration for ONF DEMO POD, olt/onu are connected to this
-
 defaults:
   image_tag: master
   image_pullPolicy: Always
 
+images:
+  onos:
+    repository: matteoscandolo/voltha-onos
+    tag: 1.13.10
+
 deployments:
   etcdOperator: true
   backupOperator: false
@@ -37,3 +39,8 @@
     fieldPath: metadata.namespace
 - name: ONOS_APPS
   value: "drivers,openflow-base,hostprovider"
+
+# Customization for BBSIM
+kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
+pon_ports: 1
+onus_per_pon_port: 1