Create RMR route listening services. Further integrating charts with common template. 78/478/2
authorZhe Huang <zhehuang@research.att.com>
Fri, 5 Jul 2019 18:49:22 +0000 (14:49 -0400)
committerZhe Huang <zhehuang@research.att.com>
Mon, 8 Jul 2019 14:29:41 +0000 (10:29 -0400)
commit3803859c341dc62bdcd79ba94be585592a94672b
tree5225b23c91a56a68d819d06cfe33fd564888b9aa
parent97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b
Create RMR route listening services. Further integrating charts with common template.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I96800ebe5374e189d62cabfd3f4f1dc56f526a18
76 files changed:
.gitignore
RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE
RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE
ric-aux/80-Auxiliary-Functions/bin/install
ric-aux/80-Auxiliary-Functions/bin/uninstall
ric-aux/80-Auxiliary-Functions/etc/aux.conf [moved from ric-aux/80-Auxiliary-Functions/etc/dashboard.conf with 75% similarity]
ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl [new file with mode: 0644]
ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml
ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml
ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/service.yaml
ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml
ric-aux/85-Ext-Services/bin/install
ric-aux/85-Ext-Services/bin/uninstall
ric-aux/85-Ext-Services/etc/ext.conf
ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl
ric-common/Common-Template/helm/ric-common/templates/_containername.tpl [new file with mode: 0644]
ric-common/Common-Template/helm/ric-common/templates/_deploymentname.tpl
ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl
ric-common/Common-Template/helm/ric-common/templates/_name.tpl
ric-common/Common-Template/helm/ric-common/templates/_namespace.tpl
ric-common/Common-Template/helm/ric-common/templates/_servicename.tpl
ric-infra/10-Nexus/bin/install
ric-infra/10-Nexus/bin/uninstall
ric-infra/10-Nexus/etc/nexus.conf
ric-infra/10-Nexus/helm/templates/job-save-certs.yaml
ric-infra/20-Monitoring/bin/install
ric-infra/20-Monitoring/bin/uninstall
ric-infra/20-Monitoring/etc/elfkp.conf
ric-infra/40-Credential/bin/install
ric-infra/40-Credential/bin/uninstall
ric-infra/40-Credential/etc/credential.conf
ric-infra/40-Credential/helm/resources/tls.crt [deleted file]
ric-infra/40-Credential/helm/templates/_helper.tpl
ric-infra/40-Credential/helm/templates/config-helm-cert.yaml
ric-infra/40-Credential/helm/values.yaml
ric-platform/50-RIC-Platform/bin/install
ric-platform/50-RIC-Platform/bin/uninstall
ric-platform/50-RIC-Platform/etc/ric.conf
ric-platform/50-RIC-Platform/helm/a1mediator/resources/ricmanifest.json [moved from ric-platform/50-RIC-Platform/helm/a1mediator/files/ricmanifest.json with 100% similarity]
ric-platform/50-RIC-Platform/helm/a1mediator/resources/rmr_string_int_mapping.txt [moved from ric-platform/50-RIC-Platform/helm/a1mediator/files/rmr_string_int_mapping.txt with 100% similarity]
ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml
ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/a1mediator/templates/env.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/a1mediator/templates/service-http.yaml
ric-platform/50-RIC-Platform/helm/a1mediator/templates/service-rmr.yaml
ric-platform/50-RIC-Platform/helm/a1mediator/values.yaml
ric-platform/50-RIC-Platform/helm/appmgr/resources/appenv.yaml [deleted file]
ric-platform/50-RIC-Platform/helm/appmgr/resources/appmgr.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/env.yaml [moved from ric-platform/50-RIC-Platform/helm/appmgr/templates/appenv.yaml with 78% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/templates/service-http.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/service-rmr.yaml
ric-platform/50-RIC-Platform/helm/appmgr/templates/service-test.yaml [moved from ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_helpers.tpl with 55% similarity]
ric-platform/50-RIC-Platform/helm/appmgr/values.yaml
ric-platform/50-RIC-Platform/helm/dbaas/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/dbaas/templates/service.yaml
ric-platform/50-RIC-Platform/helm/dbaas/values.yaml
ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml
ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/e2mgr/templates/env.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-http.yaml
ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-rmr.yaml
ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml
ric-platform/50-RIC-Platform/helm/e2term/templates/configmap.yaml
ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/e2term/templates/env.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/e2term/templates/service-rmr.yaml
ric-platform/50-RIC-Platform/helm/e2term/values.yaml
ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml
ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml [new file with mode: 0644]
ric-platform/50-RIC-Platform/helm/rtmgr/templates/service-rmr.yaml
ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml
ric-platform/55-Ext-Services/bin/install
ric-platform/55-Ext-Services/etc/ext.conf