ONAP4K8s helm chart 59/107159/5
authorRitu Sood <ritu.sood@intel.com>
Wed, 6 May 2020 03:54:16 +0000 (20:54 -0700)
committerRitu Sood <ritu.sood@intel.com>
Fri, 19 Jun 2020 17:42:08 +0000 (17:42 +0000)
commitf4203f9350a797a0d0f71b8a9225469ad6346f01
tree6fb8f0d6cbc73c54ac4181366ebe42d8f1713552
parent7b860ae60bf9686b449ab2fe3f18c33944bdd71c
ONAP4K8s helm chart

ONAP4K8s helm chart with ONAP4K8s microservices
and related items like MongoDB, etcd, Fluentd.

Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-1065
Change-Id: Ibf52144b7ac44ffd96fa7175b551b10c25e652f9
98 files changed:
deployments/helm/onap4k8s/README.txt [moved from deployments/helm/README.txt with 100% similarity]
deployments/helm/v2/onap4k8s/.helmignore [new file with mode: 0644]
deployments/helm/v2/onap4k8s/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/Makefile [new file with mode: 0644]
deployments/helm/v2/onap4k8s/README.md [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/resources/config/config.json [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/clm/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_deployment.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_name.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_namespace.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_repository.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_resources.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_service.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/templates/_servicemco.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/common/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-db/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-db/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-db/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-services/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-services/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-services/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-tools/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-tools/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco-tools/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/emco/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/.helmignore [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/templates/pv.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/templates/statefulset.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/etcd/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/.helmignore [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/README.md [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/_helpers.tpl [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/aggregator-configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/aggregator-statefulset.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/aggregator-svc.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/clusterrole.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/clusterrolebinding.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/forwarder-configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/forwarder-daemonset.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/forwarder-svc.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/metrics-svc.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/serviceaccount.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/servicemonitor.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/svc-headless.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/templates/tls-certs.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/values-production.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/fluentd/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/.helmignore [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/nfs-provisoner.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/pv.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/pvc.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/statefulset.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/templates/storageclass.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/mongo/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/resources/config/config.json [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ncm/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/resources/config/config.json [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/orchestrator/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/resources/config/config.json [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/ovnaction/values.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/Chart.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/requirements.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/resources/config/config.json [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/templates/service.yaml [new file with mode: 0644]
deployments/helm/v2/onap4k8s/rsync/values.yaml [new file with mode: 0644]