add the forked kong subcharts to avoid helm update 38/738/2
authorZhe Huang <zhehuang@research.att.com>
Fri, 16 Aug 2019 19:01:44 +0000 (15:01 -0400)
committerZhe Huang <zhehuang@research.att.com>
Fri, 16 Aug 2019 19:22:11 +0000 (15:22 -0400)
commitc3993d1b897672cba96a53605d0d5d8788518536
treed3bc5f5ac87c637d14b8c0540a8427cb7b1b40e5
parent581a3a371b3d0adfb6d9c831ad6877c3e07df0cd
add the forked kong subcharts to avoid helm update

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I656d9d5d0bdaf30e4a060402955a2c1fad533daf
142 files changed:
ric-aux/80-Auxiliary-Functions/bin/uninstall
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/.helmignore [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/Chart.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/.helmignore [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/Chart.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/sample/create-storage-gce.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/NOTES.txt [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/_helpers.tpl [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/backup/cronjob.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/backup/rbac.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/configmap.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/pdb.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/service.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/templates/statefulset.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/cassandra/values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/.helmignore [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/Chart.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/files/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/files/conf.d/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/files/docker-entrypoint-initdb.d/README.md [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/NOTES.txt [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/_helpers.tpl [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/configmap.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/extended-config-configmap.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/initialization-configmap.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/metrics-svc.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/networkpolicy.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/secrets.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/statefulset-slaves.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/statefulset.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/svc-headless.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/svc-read.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/templates/svc.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/values-production.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/charts/postgresql/values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/ci/cassandra.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/ci/dbless.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/ci/default-values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/ci/ingressController-values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/ci/loadbalancer-values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/requirements.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/NOTES.txt [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/_helpers.tpl [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-cluster-role.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-deployment.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-rbac-cluster-role-binding.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-rbac-role-binding.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-rbac-role.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/controller-service-account.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/crd-kongconsumer.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/crd-kongcredential.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/crd-kongingress.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/crd-kongplugins.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/deployment.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/ingress-admin.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/ingress-manager.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/ingress-portal-api.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/ingress-portal.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/ingress-proxy.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/migrations-post-upgrade.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/migrations-pre-upgrade.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/migrations.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/service-kong-admin.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/service-kong-manager.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/service-kong-portal-api.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/service-kong-portal.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/templates/service-kong-proxy.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/values.yaml [new file with mode: 0755]
ric-aux/80-Auxiliary-Functions/helm/kong/values.yaml
ric-platform/50-RIC-Platform/helm/kong/charts/kong/.helmignore [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/Chart.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/.helmignore [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/Chart.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/sample/create-storage-gce.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/NOTES.txt [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/_helpers.tpl [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/backup/cronjob.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/backup/rbac.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/configmap.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/pdb.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/service.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/templates/statefulset.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/cassandra/values.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/.helmignore [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/Chart.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/files/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/files/conf.d/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/files/docker-entrypoint-initdb.d/README.md [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/NOTES.txt [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/_helpers.tpl [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/configmap.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/extended-config-configmap.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/initialization-configmap.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/metrics-svc.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/networkpolicy.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/secrets.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/statefulset-slaves.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/statefulset.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/svc-headless.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/svc-read.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/templates/svc.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/values-production.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/charts/postgresql/values.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/cassandra.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/dbless.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/default-values.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/ingressController-values.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/ci/loadbalancer-values.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/requirements.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/NOTES.txt [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/_helpers.tpl [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-cluster-role.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-deployment.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-rbac-cluster-role-binding.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-rbac-role-binding.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-rbac-role.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/controller-service-account.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/crd-kongconsumer.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/crd-kongcredential.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/crd-kongingress.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/crd-kongplugins.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/deployment.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/ingress-admin.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/ingress-manager.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/ingress-portal-api.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/ingress-portal.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/ingress-proxy.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/migrations-post-upgrade.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/migrations-pre-upgrade.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/migrations.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/service-kong-admin.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/service-kong-manager.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/service-kong-portal-api.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/service-kong-portal.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/templates/service-kong-proxy.yaml [new file with mode: 0755]
ric-platform/50-RIC-Platform/helm/kong/charts/kong/values.yaml [new file with mode: 0755]