Add standalone R3 RIC platform helm charts and deployment scripts. 61/1961/7
authorZhe Huang <zhehuang@research.att.com>
Sun, 8 Dec 2019 05:01:26 +0000 (00:01 -0500)
committerZhe Huang <zhehuang@research.att.com>
Wed, 8 Jan 2020 22:32:51 +0000 (17:32 -0500)
commit38dc857062b14145f5b9db89d10eba0ae5b90d11
tree91320b60bf63816fbdd8cf476ba6dd987b159ed5
parent0c9bc21e8efc4c7205a46ef1456d1f08e65c56f2
Add standalone R3 RIC platform helm charts and deployment scripts.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Id0011e0d1d78915918736a310a444f9bf769c476
213 files changed:
.gitignore [new file with mode: 0644]
amber_example_recipe.yaml [new file with mode: 0644]
bin/install [new file with mode: 0755]
bin/uninstall [new file with mode: 0755]
example_recipe.yaml [new file with mode: 0644]
helm/a1mediator/.gitignore [new file with mode: 0644]
helm/a1mediator/.helmignore [new file with mode: 0644]
helm/a1mediator/Chart.yaml [new file with mode: 0644]
helm/a1mediator/requirements.yaml [new file with mode: 0644]
helm/a1mediator/resources/ricmanifest.json [new file with mode: 0644]
helm/a1mediator/resources/rmr_string_int_mapping.txt [new file with mode: 0644]
helm/a1mediator/templates/config.yaml [new file with mode: 0644]
helm/a1mediator/templates/deployment.yaml [new file with mode: 0644]
helm/a1mediator/templates/env.yaml [new file with mode: 0644]
helm/a1mediator/templates/ingress-a1mediator.yaml [new file with mode: 0644]
helm/a1mediator/templates/service-http.yaml [new file with mode: 0644]
helm/a1mediator/templates/service-rmr.yaml [new file with mode: 0644]
helm/a1mediator/values.yaml [new file with mode: 0644]
helm/appmgr/.helmignore [new file with mode: 0644]
helm/appmgr/Chart.yaml [new file with mode: 0644]
helm/appmgr/requirements.yaml [new file with mode: 0644]
helm/appmgr/resources/appmgr.yaml [new file with mode: 0644]
helm/appmgr/templates/appconfig.yaml [new file with mode: 0644]
helm/appmgr/templates/bin/_appmgr-tiller-secret-copier.sh.tpl [new file with mode: 0644]
helm/appmgr/templates/bin/_svcacct-to-kubeconfig.sh.tpl [new file with mode: 0755]
helm/appmgr/templates/configmap-bin.yaml [new file with mode: 0644]
helm/appmgr/templates/deployment.yaml [new file with mode: 0644]
helm/appmgr/templates/env-appmgr.yaml [new file with mode: 0644]
helm/appmgr/templates/env-chartmuseum.yaml [new file with mode: 0644]
helm/appmgr/templates/ingress-appmgr.yaml [new file with mode: 0644]
helm/appmgr/templates/ingress-chartmuseum.yaml [new file with mode: 0644]
helm/appmgr/templates/secret.yaml [new file with mode: 0644]
helm/appmgr/templates/service-http.yaml [new file with mode: 0644]
helm/appmgr/templates/service-rmr.yaml [new file with mode: 0644]
helm/appmgr/templates/serviceaccount.yaml [new file with mode: 0644]
helm/appmgr/values.yaml [new file with mode: 0644]
helm/dbaas1/Chart.yaml [new file with mode: 0644]
helm/dbaas1/requirements.yaml [new file with mode: 0644]
helm/dbaas1/templates/deployment.yaml [new file with mode: 0644]
helm/dbaas1/templates/service.yaml [new file with mode: 0644]
helm/dbaas1/values.yaml [new file with mode: 0644]
helm/e2mgr/Chart.yaml [new file with mode: 0644]
helm/e2mgr/requirements.yaml [new file with mode: 0644]
helm/e2mgr/templates/configmap.yaml [new file with mode: 0644]
helm/e2mgr/templates/deployment.yaml [new file with mode: 0644]
helm/e2mgr/templates/env.yaml [new file with mode: 0644]
helm/e2mgr/templates/ingress-e2mgr.yaml [new file with mode: 0644]
helm/e2mgr/templates/service-http.yaml [new file with mode: 0644]
helm/e2mgr/templates/service-rmr.yaml [new file with mode: 0644]
helm/e2mgr/values.yaml [new file with mode: 0644]
helm/e2term/.helmignore [new file with mode: 0644]
helm/e2term/Chart.yaml [new file with mode: 0644]
helm/e2term/requirements.yaml [new file with mode: 0644]
helm/e2term/resources/cleaner.sh [new file with mode: 0644]
helm/e2term/resources/configfile.properties [new file with mode: 0644]
helm/e2term/resources/pizpub.crontab [new file with mode: 0644]
helm/e2term/templates/configmap-pizpub.yaml [new file with mode: 0644]
helm/e2term/templates/configmap.yaml [new file with mode: 0644]
helm/e2term/templates/deployment.yaml [new file with mode: 0644]
helm/e2term/templates/e2term-pv.yaml [new file with mode: 0644]
helm/e2term/templates/e2term-pvc.yaml [new file with mode: 0644]
helm/e2term/templates/env.yaml [new file with mode: 0644]
helm/e2term/templates/service-rmr.yaml [new file with mode: 0644]
helm/e2term/values.yaml [new file with mode: 0644]
helm/infrastructure/Chart.yaml [new file with mode: 0644]
helm/infrastructure/requirements.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/certificate-manager/Chart.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/certificate-manager/requirements.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/certificate-manager/templates/secret.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/certificate-manager/values.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/Chart.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/requirements.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/_gen-cert.tpl [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/deployment.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/env.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/ingress.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/job-save-certs.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/persistentVolume.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/persistentVolumeClaim.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/secret.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/templates/service.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/chartmuseum/values.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/docker-credential/Chart.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/docker-credential/requirements.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/docker-credential/templates/secrets-docker-reg.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/docker-credential/values.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/extsvcplt/Chart.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/extsvcplt/requirements.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/extsvcplt/templates/services-aux.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/extsvcplt/values.yaml [new file with mode: 0644]
helm/infrastructure/subcharts/kong/.helmignore [new file with mode: 0755]
helm/infrastructure/subcharts/kong/Chart.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/.helmignore [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/Chart.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/sample/create-storage-gce.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/NOTES.txt [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/_helpers.tpl [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/backup/cronjob.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/backup/rbac.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/configmap.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/pdb.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/service.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/templates/statefulset.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/cassandra/values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/.helmignore [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/Chart.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/files/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/files/conf.d/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/files/docker-entrypoint-initdb.d/README.md [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/NOTES.txt [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/_helpers.tpl [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/configmap.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/extended-config-configmap.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/initialization-configmap.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/metrics-svc.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/networkpolicy.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/secrets.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/statefulset-slaves.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/statefulset.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/svc-headless.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/svc-read.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/templates/svc.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/values-production.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/charts/postgresql/values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/cassandra.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/dbless-no-kic-internal-declarative-config-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/dbless-no-kic-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/dbless-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/default-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/ingressController-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/ci/loadbalancer-values.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/requirements.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/NOTES.txt [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/_helpers.tpl [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/config-custom-server-blocks.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/config-dbless.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-cluster-role.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-deployment.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-pdb.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-rbac-cluster-role-binding.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-rbac-role-binding.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-rbac-role.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/controller-service-account.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/crd-kongconsumer.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/crd-kongcredential.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/crd-kongingress.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/crd-kongplugins.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/deployment.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/ingress-admin.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/ingress-manager.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/ingress-portal-api.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/ingress-portal.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/ingress-proxy.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/migrations-post-upgrade.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/migrations-pre-upgrade.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/migrations.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/pdb.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/service-kong-admin.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/service-kong-manager.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/service-kong-portal-api.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/service-kong-portal.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/service-kong-proxy.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/templates/servicemonitor.yaml [new file with mode: 0755]
helm/infrastructure/subcharts/kong/values.yaml [new file with mode: 0755]
helm/infrastructure/templates/deployment-tiller.yaml [new file with mode: 0644]
helm/infrastructure/templates/job-tiller-secrets.yaml [new file with mode: 0644]
helm/infrastructure/values.yaml [new file with mode: 0644]
helm/jaegeradapter/.helmignore [new file with mode: 0644]
helm/jaegeradapter/Chart.yaml [new file with mode: 0644]
helm/jaegeradapter/requirements.yaml [new file with mode: 0644]
helm/jaegeradapter/templates/agent-service.yaml [new file with mode: 0644]
helm/jaegeradapter/templates/collector-service.yaml [new file with mode: 0644]
helm/jaegeradapter/templates/deployment.yaml [new file with mode: 0644]
helm/jaegeradapter/templates/env.yaml [new file with mode: 0644]
helm/jaegeradapter/templates/query-service.yaml [new file with mode: 0644]
helm/jaegeradapter/values.yaml [new file with mode: 0644]
helm/rsm/Chart.yaml [new file with mode: 0644]
helm/rsm/requirements.yaml [new file with mode: 0644]
helm/rsm/templates/configmap.yaml [new file with mode: 0644]
helm/rsm/templates/deployment.yaml [new file with mode: 0644]
helm/rsm/templates/env.yaml [new file with mode: 0644]
helm/rsm/templates/ingress-rsm.yaml [new file with mode: 0644]
helm/rsm/templates/service-http.yaml [new file with mode: 0644]
helm/rsm/templates/service-rmr.yaml [new file with mode: 0644]
helm/rsm/values.yaml [new file with mode: 0644]
helm/rtmgr/.helmignore [new file with mode: 0644]
helm/rtmgr/Chart.yaml [new file with mode: 0644]
helm/rtmgr/requirements.yaml [new file with mode: 0644]
helm/rtmgr/templates/config.yaml [new file with mode: 0644]
helm/rtmgr/templates/deployment.yaml [new file with mode: 0644]
helm/rtmgr/templates/env.yaml [new file with mode: 0644]
helm/rtmgr/templates/service-http.yaml [new file with mode: 0644]
helm/rtmgr/templates/service-rmr.yaml [new file with mode: 0644]
helm/rtmgr/values.yaml [new file with mode: 0644]
helm/submgr/Chart.yaml [new file with mode: 0644]
helm/submgr/requirements.yaml [new file with mode: 0644]
helm/submgr/templates/configmap.yaml [new file with mode: 0644]
helm/submgr/templates/deployment.yaml [new file with mode: 0644]
helm/submgr/templates/env.yaml [new file with mode: 0644]
helm/submgr/templates/service-http.yaml [new file with mode: 0644]
helm/submgr/templates/service-rmr.yaml [new file with mode: 0644]
helm/submgr/values.yaml [new file with mode: 0644]
helm/vespamgr/.helmignore [new file with mode: 0644]
helm/vespamgr/Chart.yaml [new file with mode: 0644]
helm/vespamgr/requirements.yaml [new file with mode: 0644]
helm/vespamgr/templates/deployment.yaml [new file with mode: 0644]
helm/vespamgr/templates/secret.yaml [new file with mode: 0644]
helm/vespamgr/templates/service.yaml [new file with mode: 0644]
helm/vespamgr/templates/vespa-config.yaml [new file with mode: 0644]
helm/vespamgr/values.yaml [new file with mode: 0644]