Removing onos.yaml config file and making it the default to add onos as dep of cord-platform chart
Change-Id: I54544165d025a8abf6ca5c753bb3c9aa4b8d7951
diff --git a/configs/onos.yaml b/configs/onos.yaml
deleted file mode 100644
index 4d35c40..0000000
--- a/configs/onos.yaml
+++ /dev/null
@@ -1,30 +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.
-
-# configure ONOS
-#
-# helm install onos -f configs/onos.yaml -n onos
-
-onos_env:
-- name: POD_IP
- valueFrom:
- fieldRef:
- fieldPath: status.podIP
-- name: NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
-- name: ONOS_APPS
- value: "drivers,openflow-base"
diff --git a/onos/values.yaml b/onos/values.yaml
index f92094a..9ab6274 100644
--- a/onos/values.yaml
+++ b/onos/values.yaml
@@ -74,19 +74,17 @@
cluster:
port: 9876
-onos_env: []
-
-# onos_env:
-# - name: POD_IP
-# valueFrom:
-# fieldRef:
-# fieldPath: status.podIP
-# - name: NAMESPACE
-# valueFrom:
-# fieldRef:
-# fieldPath: metadata.namespace
-# - name: ONOS_APPS
-# value: "drivers,openflow-base"
+onos_env:
+- name: POD_IP
+ valueFrom:
+ fieldRef:
+ fieldPath: status.podIP
+- name: NAMESPACE
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.namespace
+- name: ONOS_APPS
+ value: "drivers,openflow-base"
resources: {}