Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit reduces commit 47271 to check only tiller version.
k8s version check fails on all environments.
Change-Id: Ic58955fddec4cdd174a0e1a5038665e992ef8ff6
Issue-ID: OOM-1075
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
helm 2.8.x
k8s 1.7.14+ and 1.8.9+
versions selected because of:
https://github.com/kubernetes/kubernetes/issues/60814
Issue-ID: OOM-1075
Change-Id: Ife365ac8e8b7812c1fe4fa0764739511c3c6eb55
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
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>
|