COMAC-255 Improve ONOS chart for better support of various ONOS apps

- Add release name to configmap to allow multiple deployments
- Add ability to support additional Services

Change-Id: I16f45dbd6129aa1cc3e1fbf41bfd8de27b565bd2
diff --git a/onos/templates/service.yaml b/onos/templates/service.yaml
new file mode 100644
index 0000000..322a981
--- /dev/null
+++ b/onos/templates/service.yaml
@@ -0,0 +1,17 @@
+# Copyright 2019-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.
+
+{{- range $key, $value := .Values.services }}
+  {{ tuple $key $value $ | include "onos.service" }}
+{{- end }}