[Epic-Id: ODUHIGH-611][Task-Id: ODUHIGH-626] | Containerization of DU, CU stub &... 84/13284/3
authorpborla <pborla@radisys.com>
Wed, 28 Aug 2024 09:37:45 +0000 (15:07 +0530)
committerpborla <pborla@radisys.com>
Wed, 4 Sep 2024 12:59:21 +0000 (18:29 +0530)
commita5087b4ee4d5eb56b036e9ab4fd0a6455a275364
tree943b3a72cf57199a89a554f12156b239530fa918
parent9868a8a392155d6e16c0bb601153fe3ed913f6fc
[Epic-Id: ODUHIGH-611][Task-Id: ODUHIGH-626] | Containerization of DU, CU stub & RIC stub

Change-Id: I896a89df47f7f54fe04124f271c0cf2e619df2d6
Signed-off-by: pborla <pborla@radisys.com>
43 files changed:
Dockerfile.cu [new file with mode: 0644]
Dockerfile.du [new file with mode: 0644]
Dockerfile.ric [new file with mode: 0644]
build/odu/makefile
container/cu_helm/cu/.helmignore [new file with mode: 0644]
container/cu_helm/cu/Chart.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/NOTES.txt [new file with mode: 0644]
container/cu_helm/cu/templates/_helpers.tpl [new file with mode: 0644]
container/cu_helm/cu/templates/deployment.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/hpa.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/ingress.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/service.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/serviceaccount.yaml [new file with mode: 0644]
container/cu_helm/cu/templates/tests/test-connection.yaml [new file with mode: 0644]
container/cu_helm/cu/values.yaml [new file with mode: 0644]
container/du_helm/du/.helmignore [new file with mode: 0644]
container/du_helm/du/Chart.yaml [new file with mode: 0644]
container/du_helm/du/templates/NOTES.txt [new file with mode: 0644]
container/du_helm/du/templates/_helpers.tpl [new file with mode: 0644]
container/du_helm/du/templates/deployment.yaml [new file with mode: 0644]
container/du_helm/du/templates/hpa.yaml [new file with mode: 0644]
container/du_helm/du/templates/ingress.yaml [new file with mode: 0644]
container/du_helm/du/templates/service.yaml [new file with mode: 0644]
container/du_helm/du/templates/serviceaccount.yaml [new file with mode: 0644]
container/du_helm/du/templates/tests/test-connection.yaml [new file with mode: 0644]
container/du_helm/du/values.yaml [new file with mode: 0644]
container/ric_helm/ric/.helmignore [new file with mode: 0644]
container/ric_helm/ric/Chart.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/NOTES.txt [new file with mode: 0644]
container/ric_helm/ric/templates/_helpers.tpl [new file with mode: 0644]
container/ric_helm/ric/templates/deployment.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/hpa.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/ingress.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/service.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/serviceaccount.yaml [new file with mode: 0644]
container/ric_helm/ric/templates/tests/test-connection.yaml [new file with mode: 0644]
container/ric_helm/ric/values.yaml [new file with mode: 0644]
cu-docker-entrypoint.sh [new file with mode: 0755]
du-docker-entrypoint.sh [new file with mode: 0755]
ric-docker-entrypoint.sh [new file with mode: 0755]
src/cu_stub/cu_stub_sctp.c
src/du_app/du_cfg.c
src/ric_stub/ric_stub_sctp.c