Add onap parent chart 09/31509/15
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 12 Feb 2018 20:44:57 +0000 (15:44 -0500)
committerMike Elliott <mike.elliott@amdocs.com>
Fri, 23 Feb 2018 20:12:52 +0000 (15:12 -0500)
commit799ae16776823e5f12412eab4bd21368480d682e
treed30872e9fd975d9dbc32fbc6cb59d29817a96f1a
parenta70775c54d244fe769293ea3bba1d99881416e6e
Add onap parent chart

This is a top-level parent helm chart which deploys customizations
of the ONAP platform.

The parent ONAP chart represents the start of OOM's move away from
the oneclick bash scripts and towards the direct use of Helm to
manage configuration and deployment of ONAP.

How to deploy onap chart from local oom/kubernetes codebase.

** need to create/update dependencies defined in the chart's
** requirements.yaml
helm dep update onap/

** deploy the onap parent chart (and all referenced subcharts)
** with the "release" name of 'onap'
helm install onap/ -n onap

Change-Id: I71bee25770bdce82a47bfabb04946bb4fad069a2
Issue-ID: OOM-265
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/onap/Chart.yaml [new file with mode: 0644]
kubernetes/onap/requirements.yaml [new file with mode: 0644]
kubernetes/onap/resources/environments/onap-demo.yaml [new file with mode: 0644]
kubernetes/onap/values.yaml [new file with mode: 0644]