Operator pacakge for Distributed Analytics 74/81974/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 11 Mar 2019 18:42:11 +0000 (11:42 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 11 Mar 2019 18:42:11 +0000 (11:42 -0700)
commit481ddd352817a45f29bbfaad898c7815c1f6e9a0
tree62e5ad7cdce58a08a25ccc255eaf6d10d7eaaef0
parent6d7c9539bb348af48f6c3d109c46f6f22d927be0
Operator pacakge for Distributed Analytics

Created the operator helm charts in separate
package which consists of multiple kubernetes operators.

Change-Id: I38e3fafae65b655de1accec05082d0afaed1d688
Issue-ID: ONAPARC-366
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
34 files changed:
vnfs/DAaaS/operator/.helmignore [new file with mode: 0644]
vnfs/DAaaS/operator/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/.helmignore [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/Chart.yaml [new file with mode: 0755]
vnfs/DAaaS/operator/charts/etcd-operator/OWNERS [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/README.md [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/NOTES.txt [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/backup-etcd-crd.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/backup-operator-clusterrole-binding.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/backup-operator-deployment.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/backup-operator-service-account.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/etcd-cluster-crd.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/operator-cluster-role.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/operator-clusterrole-binding.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/operator-deployment.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/operator-service-account.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-etcd-crd.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-clusterrole-binding.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-deployment.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service-account.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/templates/restore-operator-service.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/etcd-operator/values.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/LICENSE [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/NOTES.txt [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/README.md [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/templates/cluster_role_binding.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/templates/service_account.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/templates/stateful_set.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/charts/m3db-operator/values.yaml [new file with mode: 0644]
vnfs/DAaaS/operator/resources/m3db.labels [new file with mode: 0644]
vnfs/DAaaS/operator/values.yaml [new file with mode: 0644]