This patch introduces a new structure of the it/dep repo. 80/180/3
authorZhe Huang <zhehuang@research.att.com>
Mon, 20 May 2019 19:45:42 +0000 (15:45 -0400)
committerZhe Huang <zhehuang@research.att.com>
Mon, 20 May 2019 20:07:41 +0000 (16:07 -0400)
commit033ab424056c2de6bdbc22479e961aeebbaddd37
tree8df7657221941b6850edf8b5c04a776967a2f2e0
parent189c974169043e89fa216df5ca638fb550e041e4
This patch introduces a new structure of the it/dep repo.

Components are restructured into a tree. Helm charts are
designed with common templates so that parameters can be
standardized.

This patches introduced installation scripts that take override
value.yaml files for all the helm charts.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I44f043f8c7a93fa7f50ac31c37f9cb5e0efbfb53
135 files changed:
.gitmodules [new file with mode: 0644]
LICENSES.txt [deleted file]
README.md [deleted file]
aux/80-Auxiliary-Functions/bin/install [new file with mode: 0755]
aux/80-Auxiliary-Functions/etc/dashboard.conf [moved from ricplt/appmgr/charts/appmgr/templates/appconfig.yaml with 82% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/Chart.yaml [moved from aux/portal-ric-dashboard/Chart.yaml with 97% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/charts/common-1.1.0.tgz [new file with mode: 0644]
aux/80-Auxiliary-Functions/helm/dashboard/requirements.yaml [moved from ricplt/appmgr/requirements.yaml with 96% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/templates/_helpers.tpl [moved from aux/portal-ric-dashboard/templates/_helpers.tpl with 100% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/templates/configmap.yaml [moved from aux/portal-ric-dashboard/templates/configmap.yaml with 100% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml [moved from aux/portal-ric-dashboard/templates/deployment.yaml with 66% similarity]
aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml [new file with mode: 0644]
aux/80-Auxiliary-Functions/helm/dashboard/values.yaml [moved from ricplt/rtmgr/charts/rtmgr/values.yaml with 82% similarity]
aux/portal-ric-dashboard/templates/NOTES.txt [deleted file]
aux/portal-ric-dashboard/templates/ingress.yaml [deleted file]
aux/portal-ric-dashboard/templates/service.yaml [deleted file]
aux/portal-ric-dashboard/templates/tests/test-connection.yaml [deleted file]
aux/portal-ric-dashboard/values.yaml [deleted file]
dep [deleted submodule]
infra/00-Kubernetes/bin/install [moved from ricplt/appmgr/charts/appmgr/Chart.yaml with 92% similarity, mode: 0755]
infra/00-Kubernetes/bin/install-1node-k8s [moved from setup-1node-k8s.sh with 90% similarity]
infra/00-Kubernetes/etc/k8s-1node [moved from ricplt/dbaas/charts/dbaas/values.yaml with 80% similarity]
infra/10-Nexus/bin/install [new file with mode: 0755]
infra/10-Nexus/docker/Dockerfile [new file with mode: 0644]
infra/10-Nexus/docker/nexus-repository-helm [new submodule]
infra/10-Nexus/etc/nexus.conf [new file with mode: 0644]
infra/10-Nexus/helm/.helmignore [new file with mode: 0644]
infra/10-Nexus/helm/Chart.yaml [moved from ricplt/e2term/Chart.yaml with 95% similarity]
infra/10-Nexus/helm/charts/common-1.1.0.tgz [new file with mode: 0644]
infra/10-Nexus/helm/requirements.yaml [moved from ricplt/dbaas/requirements.yaml with 96% similarity]
infra/10-Nexus/helm/templates/_helpers.tpl [new file with mode: 0644]
infra/10-Nexus/helm/templates/deployment.yaml [new file with mode: 0644]
infra/10-Nexus/helm/templates/ingress.yaml [new file with mode: 0644]
infra/10-Nexus/helm/templates/save-secret-job.yaml [new file with mode: 0644]
infra/10-Nexus/helm/templates/secret-docker.yaml [new file with mode: 0644]
infra/10-Nexus/helm/templates/service.yaml [new file with mode: 0644]
infra/10-Nexus/helm/values.yaml [new file with mode: 0644]
ric-platform/20-Credential/bin/install [moved from runric_env.sh with 69% similarity]
ric-platform/20-Credential/etc/credential.conf [new file with mode: 0644]
ric-platform/20-Credential/helm/Chart.yaml [moved from ricplt/preric/Chart.yaml with 97% similarity]
ric-platform/20-Credential/helm/resources/tls.crt [new file with mode: 0644]
ric-platform/20-Credential/helm/templates/_helper.tpl [moved from ricplt/preric/templates/_helper.tpl with 81% similarity]
ric-platform/20-Credential/helm/templates/config-helm-cert.yaml [moved from ricplt/preric/templates/config-helm-cert.yaml with 95% similarity]
ric-platform/20-Credential/helm/templates/secrets-docker-reg.yaml [moved from ricplt/preric/templates/secrets-docker-reg.yaml with 100% similarity]
ric-platform/20-Credential/helm/templates/secrets-helm-xapp.yaml [moved from ricplt/preric/templates/secrets-helm-xapp.yaml with 100% similarity]
ric-platform/20-Credential/helm/values.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/bin/install [moved from localize.sh with 54% similarity]
ric-platform/50-RIC-Platform/bin/uninstall [moved from ricplt/prepull.sh with 68% similarity]
ric-platform/50-RIC-Platform/etc/ric.conf [moved from ricplt/helm_reset.sh with 82% similarity, mode: 0644]
ric-platform/50-RIC-Platform/helm/appmgr/.helmignore [moved from aux/portal-ric-dashboard/.helmignore with 100% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/Chart.yaml [moved from ricplt/appmgr/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/charts/common-1.1.0.tgz [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/appmgr/requirements.yaml [moved from ricplt/e2mgr/requirements.yaml with 96% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/resources/xapp-manager.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/appmgr/templates/_helpers.tpl [moved from ricplt/appmgr/charts/appmgr/templates/_helpers.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/appmgr/templates/appenv.yaml [moved from ricplt/appmgr/charts/appmgr/templates/appenv.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml [moved from ricplt/appmgr/charts/appmgr/templates/deployment.yaml with 85% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/templates/service.yaml [moved from ricplt/appmgr/charts/appmgr/templates/service.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/values.yaml [moved from ricplt/appmgr/charts/appmgr/values.yaml with 57% similarity]
ric-platform/50-RIC-Platform/helm/common/Chart.yaml [moved from ricplt/common/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/common/templates/_helmrepo.tpl [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/common/templates/_name.tpl [moved from ricplt/common/templates/_name.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/common/templates/_namespace.tpl [moved from ricplt/common/templates/_namespace.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/common/templates/_repository.tpl [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/common/templates/_resources.tpl [moved from ricplt/common/templates/_resources.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/common/templates/_service.tpl [moved from ricplt/common/templates/_service.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/common/values.yaml [moved from ricplt/common/values.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/Chart.yaml [moved from ricplt/dbaas/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/charts/common-1.1.0.tgz [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/dbaas/requirements.yaml [moved from ricplt/e2term/requirements.yaml with 96% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/templates/_helper.tpl [moved from ricplt/dbaas/charts/dbaas/templates/_helper.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/templates/deployment.yaml [moved from ricplt/dbaas/charts/dbaas/templates/deployment.yaml with 87% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/templates/service.yaml [moved from ricplt/dbaas/charts/dbaas/templates/service.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/dbaas/values.yaml [moved from ricplt/preric/values.yaml with 69% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/Chart.yaml [moved from ricplt/e2mgr/charts/e2mgr/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/charts/common-1.1.0.tgz [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2mgr/requirements.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2mgr/templates/_helpers.tpl [moved from ricplt/e2mgr/charts/e2mgr/templates/_helpers.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml [moved from ricplt/e2mgr/charts/e2mgr/templates/configmap.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml [moved from ricplt/e2mgr/charts/e2mgr/templates/deployment.yaml with 92% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/templates/service.yaml [moved from ricplt/e2mgr/charts/e2mgr/templates/service.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml [moved from ricplt/e2mgr/charts/e2mgr/values.yaml with 81% similarity]
ric-platform/50-RIC-Platform/helm/e2term/.helmignore [moved from ricplt/appmgr/.helmignore with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2term/Chart.yaml [moved from ricplt/e2term/charts/e2term/Chart.yaml with 97% similarity]
ric-platform/50-RIC-Platform/helm/e2term/charts/common-1.1.0.tgz [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2term/requirements.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2term/templates/_helpers.tpl [moved from ricplt/e2term/charts/e2term/templates/_helpers.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2term/templates/configmap.yaml [moved from ricplt/e2term/charts/e2term/templates/configmap.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml [moved from ricplt/e2term/charts/e2term/templates/deployment.yaml with 92% similarity]
ric-platform/50-RIC-Platform/helm/e2term/templates/service.yaml [moved from ricplt/e2term/charts/e2term/templates/service.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/e2term/values.yaml [moved from ricplt/e2term/charts/e2term/values.yaml with 81% similarity]
ric-platform/50-RIC-Platform/helm/ric/.helmignore [moved from ricplt/e2term/.helmignore with 100% similarity]
ric-platform/50-RIC-Platform/helm/ric/Chart.yaml [moved from ricplt/ric/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/ric/requirements.yaml [moved from ricplt/ric/requirements.yaml with 87% similarity]
ric-platform/50-RIC-Platform/helm/ric/values.yaml [moved from ricplt/ric/values.yaml with 92% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/.helmignore [moved from ricplt/preric/.helmignore with 100% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/Chart.yaml [moved from ricplt/rtmgr/Chart.yaml with 98% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/charts/common-1.1.0.tgz [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/rtmgr/requirements.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/rtmgr/templates/_helper.tpl [moved from ricplt/rtmgr/charts/rtmgr/templates/_helper.tpl with 100% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/templates/rtmgr-dep.yaml [moved from ricplt/rtmgr/charts/rtmgr/templates/rtmgr-dep.yaml with 89% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/templates/rtmgr-svc.yaml [moved from ricplt/rtmgr/charts/rtmgr/templates/rtmgr-svc.yaml with 100% similarity]
ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml [new file with mode: 0644]
ricplt/README.md [deleted file]
ricplt/appmgr/values.yaml [deleted file]
ricplt/common/templates/_repository.tpl [deleted file]
ricplt/dbaas/charts/dbaas/Chart.yaml [deleted file]
ricplt/dbaas/values.yaml [deleted file]
ricplt/e2mgr/Chart.yaml [deleted file]
ricplt/e2mgr/charts/e2mgr/.helmignore [deleted file]
ricplt/e2mgr/values.yaml [deleted file]
ricplt/e2term/charts/e2term/.helmignore [deleted file]
ricplt/e2term/values.yaml [deleted file]
ricplt/preric/resources/helmrepo.crt [deleted file]
ricplt/ric_env.sh [deleted file]
ricplt/ric_install.sh [deleted file]
ricplt/ric_uninstall.sh [deleted file]
ricplt/rtmgr/.helmignore [deleted file]
ricplt/rtmgr/charts/rtmgr/Chart.yaml [deleted file]
ricplt/rtmgr/requirements.yaml [deleted file]
ricplt/rtmgr/values.yaml [deleted file]
xapp-std/.helmignore [deleted file]
xapps/90-xApps/helm/xapp-admin/Chart.yaml [moved from xapp-admin/Chart.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-admin/values.yaml [moved from xapp-admin/values.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/.helmignore [moved from ricplt/ric/.helmignore with 100% similarity]
xapps/90-xApps/helm/xapp-std/Chart.yaml [moved from xapp-std/Chart.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/_helpers.tpl [moved from xapp-std/templates/_helpers.tpl with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/appconfig.yaml [moved from xapp-std/templates/appconfig.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/appenv.yaml [moved from xapp-std/templates/appenv.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/appsecret.yaml [moved from xapp-std/templates/appsecret.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/deployment.yaml [moved from xapp-std/templates/deployment.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/secret.yaml [moved from xapp-std/templates/secret.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/templates/service.yaml [moved from xapp-std/templates/service.yaml with 100% similarity]
xapps/90-xApps/helm/xapp-std/values.yaml [moved from xapp-std/values.yaml with 100% similarity]