Add TEIV helm charts in smo namespace with common Kafka 35/13635/13
authoraravind.est <aravindhan.a@est.tech>
Fri, 21 Jun 2024 14:37:32 +0000 (15:37 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Thu, 24 Oct 2024 13:53:52 +0000 (13:53 +0000)
commite1cc6e2209a59db8e7e9e6feafde3f4eac3df290
treeca9fdb549f04f9feba04b294dc0f7011f8e947b1
parent6d0980e0dd2d7e83eeba3b9635121c38e570d0e7
Add TEIV helm charts in smo namespace with common Kafka

* Create "smo" namespace
* Configure ONAP Strimzi kafka to be used in "smo" namesapce
* README added with the instruction to use the common kafka
* TEIV Helm charts added

Issue-ID: SMO-154
Change-Id: Id8fa68200993306f3ac69463a14ab0b1b4482c2b
Signed-off-by: aravind.est <aravindhan.a@est.tech>
39 files changed:
smo-install/README.md
smo-install/helm-override/default/oran-override.yaml
smo-install/oran_oom/Makefile
smo-install/oran_oom/smo/Chart.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/Makefile [new file with mode: 0644]
smo-install/oran_oom/smo/README-Strimzi-Kafka.md [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/Chart.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_configmap.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_ingress.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_labels.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_name.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_namespace.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_pods.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_service.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_statefulset.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_strimzikafka.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo-common/templates/_utils.tpl [new file with mode: 0644]
smo-install/oran_oom/smo/smo/Chart.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/smo/templates/pgsql-pv.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/smo/values.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/Chart.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/.helmignore [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/Chart.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/configmap.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/deployment.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/kafkatopic.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/kafkauser.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/service.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/resources/init_sql/00_init-teiv-exposure-model.sql [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/resources/init_sql/01_init-teiv-exposure-data.sql [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/resources/init_sql/02_init-teiv-exposure-consumer-data.sql [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/templates/configmap.yaml [new file with mode: 0644]
smo-install/oran_oom/smo/topology-exposure-inventory/values.yaml [new file with mode: 0644]
smo-install/scripts/layer-2/2-install-oran.sh
smo-install/scripts/sub-scripts/build-oran.sh
smo-install/scripts/sub-scripts/install-smo.sh [new file with mode: 0755]
smo-install/scripts/sub-scripts/uninstall-smo.sh [new file with mode: 0755]
smo-install/scripts/uninstall-all.sh