[OOM][DCAE] Chartmuseum deployment support 93/121693/13
authorVijay Venkatesh Kumar <vv770d@att.com>
Thu, 3 Jun 2021 20:51:33 +0000 (16:51 -0400)
committervv770d <vv770d@att.com>
Mon, 21 Jun 2021 14:53:33 +0000 (14:53 +0000)
commit8c46517152352be675a79865edec27f9959602b6
treec05e39982a04ae040bfae1d2d21b35875e0ddd3d
parent87411cc03c91a0ba7f26fcd9e7e4bd8afb75b24e
[OOM][DCAE] Chartmuseum deployment support

Introduction of chartmuseum as internal repo for
ONAP components to push/pull charts post instantiation
+ Script to preload charts to this repo

Change-Id: I4880900548dfe1d3e47a67b3822f82a15314b5b7
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2630
Issue-ID: OOM-2734
Issue-ID: INT-1895
Issue-ID: DCAEGEN2-2694
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Signed-off-by: vv770d <vv770d@att.com>
14 files changed:
kubernetes/common/repositoryGenerator/templates/_repository.tpl
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/contrib/tools/registry-initialize.sh [new file with mode: 0755]
kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml
kubernetes/onap/values.yaml
kubernetes/platform/components/chartmuseum/Chart.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/requirements.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/templates/deployment.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/templates/pv.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/templates/pvc.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/templates/secret.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/templates/service.yaml [new file with mode: 0644]
kubernetes/platform/components/chartmuseum/values.yaml [new file with mode: 0644]
kubernetes/platform/requirements.yaml