[SEBA-332] Adding config to use voltha-onos in helm

Change-Id: Ibe01a0151c8893dc0a4504ed58e461241637c63e
diff --git a/configs/onos-cord.yaml b/configs/onos-cord.yaml
deleted file mode 100644
index 0bca082..0000000
--- a/configs/onos-cord.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-
-# Copyright 2018-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.
-
-# Expose ONOS services using NodePorts, for onos-cord configuration
-#
-# helm install onos -f configs/onos-cord.yaml -n onos-cord
-
-services:
-  sshServiceType: NodePort
-  uiServiceType: NodePort
-  ssh:
-    nodePort: 32101
-  ui:
-    nodePort: 32181
diff --git a/configs/onos-fabric.yaml b/configs/onos-fabric.yaml
deleted file mode 100644
index 5e2d1cd..0000000
--- a/configs/onos-fabric.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
----
-
-# Copyright 2018-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.
-
-# Expose ONOS services using NodePorts, for onos-fabric configuration
-#
-# helm install onos -f configs/onos-fabric.yaml -n onos-fabric
-
-services:
-  openflowServiceType: NodePort
-  ovsdbServiceType: NodePort
-  sshServiceType: NodePort
-  uiServiceType: NodePort
-  ovsdb:
-    nodePort: 31640
-  openflow:
-    nodePort: 31653
-  ssh:
-    nodePort: 31101
-  ui:
-    nodePort: 31181
-
-onos_env:
-  - name: ONOS_APPS
-    value: "openflow"
-
-xos_service_label: ONOS_Fabric
diff --git a/configs/onos-voltha-debug.yaml b/configs/onos-voltha-debug.yaml
deleted file mode 100644
index f80fdfc..0000000
--- a/configs/onos-voltha-debug.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
----
-
-# Copyright 2018-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.
-
-# Expose ONOS services using NodePorts, for onos-voltha configuration
-#
-# helm install onos -f configs/onos-voltha.yaml -n onos-voltha
-
-nameOverride: "onosv"
-fullnameOverride: "onos-voltha"
-
-onosImage: 'onosproject/onos:1.13.2'
-
-services:
-  openflowServiceType: ClusterIP
-  ovsdbServiceType: ClusterIP
-  sshServiceType: NodePort
-  uiServiceType: NodePort
-  ssh:
-    nodePort: 30115
-  ui:
-    nodePort: 30120
-
-onos_env:
-- name: POD_IP
-  valueFrom:
-  fieldRef:
-    fieldPath: status.podIP
-- name: NAMESPACE
-  valueFrom:
-  fieldRef:
-    fieldPath: metadata.namespace
-- name: ONOS_APPS
-  value: "drivers,openflow-base"
-
-application_logs: |
-  log4j.logger.org.opencord.olt = DEBUG
-  log4j.logger.org.opencord.kafka = DEBUG
-  log4j.logger.org.opencord.sadis = DEBUG
\ No newline at end of file
diff --git a/configs/onos-voltha.yaml b/configs/onos-voltha.yaml
index 56699c6..69b95ed 100644
--- a/configs/onos-voltha.yaml
+++ b/configs/onos-voltha.yaml
@@ -18,20 +18,27 @@
 #
 # helm install onos -f configs/onos-voltha.yaml -n onos-voltha
 
-nameOverride: "onosv"
-fullnameOverride: "onos-voltha"
+nameOverride: "onos"
+fullnameOverride: "onos"
 
-onosImage: 'onosproject/onos:1.13.2'
+onosImage: 'voltha/voltha-onos:latest'
 
 services:
-  openflowServiceType: ClusterIP
+  openflowServiceType: NodePort
   ovsdbServiceType: ClusterIP
   sshServiceType: NodePort
   uiServiceType: NodePort
+  openflow:
+    nodePort: 31653
   ssh:
     nodePort: 30115
   ui:
     nodePort: 30120
+  debugger:
+    nodePort: 30555
+
+
+xos_service_label: ONOS
 
 onos_env:
 - name: POD_IP