Updated git submodules
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 12 Feb 2018 20:44:57 +0000 (15:44 -0500)
committerGerrit Code Review <gerrit@onap.org>
Fri, 23 Feb 2018 20:53:42 +0000 (20:53 +0000)
commite8b98abda25406aa51647f07d079018f0c8e204c
tree00e0ba8f0929ed9cf5c1c2e65be13a0c3040d203
parent69e248c43fcdff993f68c6d4d8f939ab36b7c942
Updated git submodules

Project: oom master 799ae16776823e5f12412eab4bd21368480d682e

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>
docs/submodules/oom.git