Helm charts for spark and hdfs 91/81991/3
authorRajamohan Raj <rajamohan.raj@intel.com>
Mon, 11 Mar 2019 23:53:41 +0000 (23:53 +0000)
committerRajamohan Mohan Raj <rajamohan.raj@intel.com>
Wed, 13 Mar 2019 23:40:21 +0000 (23:40 +0000)
commitb94b8b3ff5f403d9460f97acb7c2a553a42498f7
treeb0fd552f7a24bb6c2ff912fe338369cdd73be4a3
parente8f7e027283f8630733fb423d834e7d828d0db11
Helm charts for spark and hdfs

Tasks accomplished in this patch:

https://jira.onap.org/browse/ONAPARC-445 - Create helm chart for Spark on K8S operator and add it to operator.
https://jira.onap.org/browse/ONAPARC-446 - Create helm charts for HDFS
https://jira.onap.org/browse/ONAPARC-447 - Create Spark application helm chart as part of application pacakge
https://jira.onap.org/browse/ONAPARC-448 - Add Anaconda with tensorflow,
keras, horovod support to Spark image

Change-Id: Icb4adeaa8a0aa445614f91203d7793e4e4f304c1
Issue-ID: ONAPARC-391
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
49 files changed:
vnfs/DAaaS/applications/Charts.yaml [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/.helmignore [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/Dockerfile [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/templates/SampleSparkApp.yaml [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/applications/charts/sample-spark-app/values.yaml [new file with mode: 0644]
vnfs/DAaaS/applications/values.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/sparkoperator/.helmignore [new file with mode: 0644]
vnfs/DAaaS/operator/charts/sparkoperator/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/sparkoperator/README.md [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/operator/charts/sparkoperator/templates/spark-operator-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/spark-operator-rbac.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/spark-operator-serviceaccount.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/spark-rbac.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/spark-serviceaccount.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/webhook-cleanup-job.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/webhook-init-job.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/templates/webhook-service.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/sparkoperator/values.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/.gitignore [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/.travis.yml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/LICENSE [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/README.md [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/README.md [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-client-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-client-k8s/templates/client-deployment.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-config-k8s/.helmignore [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-config-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-config-k8s/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-config-k8s/templates/configmap.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-datanode-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-datanode-k8s/templates/datanode-daemonset.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-journalnode-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-journalnode-k8s/templates/journalnode-statefulset.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/.gitignore [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/.helmignore [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/requirements.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-krb5-k8s/.helmignore [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-krb5-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-krb5-k8s/templates/statefulset.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-namenode-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-namenode-k8s/templates/namenode-statefulset.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-simple-namenode-k8s/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/training-core/charts/kubernetes-HDFS/charts/hdfs-simple-namenode-k8s/templates/namenode-statefulset.yaml [new file with mode: 0644]