updating .yml file like qa job

Change-Id: I4f23ea0df553d4e9a0e4d00ce04db619217c0504
diff --git a/kubernetes-configs/onlab-pod1.yml b/kubernetes-configs/onlab-pod1.yml
index 4105d5f..02ce5ae 100644
--- a/kubernetes-configs/onlab-pod1.yml
+++ b/kubernetes-configs/onlab-pod1.yml
@@ -1,91 +1,45 @@
 ---
-# SEBA Values
+# Copyright 2017-present Open Networking Foundation
+#
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
-# images:
-#   envoy_for_etcd:
-#     repository: 'smbaker/voltha-envoy'
-#     tag: '1.6'
+# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
 
-#   netconf:
-#     repository: 'smbaker/voltha-netconf'
-#     tag: '1.6'
-
-#   ofagent:
-#     repository: 'smbaker/voltha-ofagent'
-#     tag: '1.6'
-
-#   vcli:
-#     repository: 'smbaker/voltha-cli'
-#     tag: '1.6'
-
-#   vcore:
-#     repository: 'smbaker/voltha-voltha'
-#     tag: '1.6'
-
-# volt:
-#   image:
-#       repository: smbaker/volt-synchronizer
-#       tag: test-syncstep
-
-# in xos-core
+# This file is used to optionally customize helm charts installations
 images:
-  xos_core:
-    repository: '10.90.0.101:30500/xosproject/xos-core'
-    tag: '8035085'
-  xos_chameleon:
-    repository: '10.90.0.101:30500/xosproject/chameleon'
-    tag: '8035085'
-  xos_tosca:
-    repository: '10.90.0.101:30500/xosproject/xos-tosca'
-    tag: '8035085'
-  xos_api_tester:
-    repository: '10.90.0.101:30500/xosproject/xos-api-tester'
-    tag: '8035085'
-  tosca_loader:
-    repository: '10.90.0.101:30500/xosproject/tosca-loader'
-    tag: '8035085'
+  envoy_for_etcd:
+    tag: 'latest'
 
-# in xos-profiles/base-kubernetes
-kubernetes:
-  image:
-    repository: '10.90.0.101:30500/xosproject/kubernetes-synchronizer'
-    tag: '8035085'
+  netconf:
+    tag: 'latest'
 
-# in xos-profiles/seba-services
-rcord:
-  image:
-    repository: '10.90.0.101:30500/xosproject/rcord-synchronizer'
-    tag: '8035085'
-onos-service:
-  image:
-    repository: '10.90.0.101:30500/xosproject/onos-synchronizer'
-    tag: '8035085'
-fabric:
-  image:
-    repository: '10.90.0.101:30500/xosproject/fabric-synchronizer'
-    tag: '8035085'
-volt:
-  image:
-    repository: '10.90.0.101:30500/xosproject/volt-synchronizer'
-    tag: '8035085'
-fabric-crossconnect:
-  image:
-    repository: '10.90.0.101:30500/xosproject/fabric-crossconnect-synchronizer'
-    tag: '8035085'
-# sadis-server:
-#   image:
-#     tag: '8035085'
+  ofagent:
+    tag: 'latest'
 
-# in workflows/att-workflow
-att-workflow-driver:
-  image:
-    repository: '10.90.0.101:30500/xosproject/att-workflow-driver-synchronizer'
-    tag: '8035085'
+  vcli:
+    tag: 'latest'
 
-# ONOS config
-application_logs: |
-  log4j.logger.org.opencord.olt = TRACE
-  log4j.logger.org.opencord.kafka = DEBUG
-  log4j.logger.org.opencord.sadis = DEBUG
-  log4j.logger.org.opencord.aaa = TRACE
-  log4j.logger.org.opencord.dhcpl2relay = TRACE
+  vcore:
+    tag: 'latest'
+# ONOS applications
+aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.8.0-SNAPSHOT/aaa-1.8.0-20181129.184849-116.oar"
+aaaAppVersion: "1.8.0.SNAPSHOT"
+
+sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/2.2.0-SNAPSHOT/sadis-app-2.2.0-20181127.081727-156.oar"
+sadisAppVersion: "2.2.0.SNAPSHOT"
+
+dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar"
+dhcpl2relayAppVersion: "1.5.0.SNAPSHOT"
+
+oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/2.1.0-SNAPSHOT/olt-app-2.1.0-20181129.184957-41.oar"
+oltAppVersion: "2.1.0.SNAPSHOT"