Add simulator helm charts 57/9657/4
authorxuegao <xue.gao@intl.att.com>
Mon, 14 Nov 2022 10:28:08 +0000 (11:28 +0100)
committerxuegao <xue.gao@intl.att.com>
Mon, 21 Nov 2022 15:21:21 +0000 (16:21 +0100)
commita54a96ba117b4b30c8f88e88f973ea18ddd8687c
tree80dcf81ccc81a558a432a21cce399e9d22656735
parentbc6231f7d4d44ab5f269683c42eb90c2ce4ec9a6
Add simulator helm charts

Add simulator helm charts for Network Slicing use case.

Issue-ID: INT-147
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I6472ed9aacff942ebfcd4f4b2c914961471ef762
Signed-off-by: xuegao <xue.gao@intl.att.com>
28 files changed:
smo-install/scripts/layer-2/2-install-onap-only.sh [new file with mode: 0755]
smo-install/test/pythonsdk/src/orantests/configuration/settings.py
smo-install/test/pythonsdk/src/orantests/network_slicing/conftest.py [new file with mode: 0644]
smo-install/test/pythonsdk/src/orantests/network_slicing/preparation/ns_simulators.py [new file with mode: 0644]
smo-install/test/pythonsdk/src/orantests/network_slicing/test_network_slicing.py
smo-install/test/pythonsdk/src/orantests/oran_tests/conftest.py
smo-install/test/pythonsdk/src/orantests/resources/cl-test-helm-chart/odu-app-1.0.0.tgz [deleted file]
smo-install/test/pythonsdk/src/orantests/resources/cl-test-helm-chart/odu-app-ics-version-1.0.0.tgz [deleted file]
smo-install/test/pythonsdk/src/orantests/resources/cl-test-helm-chart/oru-app-1.0.0.tgz [deleted file]
smo-install/tests_oom/Makefile
smo-install/tests_oom/actn-simulator/Chart.yaml [new file with mode: 0644]
smo-install/tests_oom/actn-simulator/templates/deployment.yaml [new file with mode: 0644]
smo-install/tests_oom/actn-simulator/templates/service.yaml [new file with mode: 0644]
smo-install/tests_oom/actn-simulator/values.yaml [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/Chart.yaml [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/resources/config/application.properties [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/resources/config/luk.keystore [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/templates/configmap.yaml [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/templates/deployment.yaml [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/templates/service.yaml [new file with mode: 0644]
smo-install/tests_oom/core-nssmf-simulator/values.yaml [new file with mode: 0644]
smo-install/tests_oom/ns-simulators/Chart.yaml [new file with mode: 0644]
smo-install/tests_oom/ns-simulators/requirements.yaml [new file with mode: 0644]
smo-install/tests_oom/ns-simulators/values.yaml [new file with mode: 0644]
smo-install/tests_oom/ran-nssmf-simulator/Chart.yaml [new file with mode: 0644]
smo-install/tests_oom/ran-nssmf-simulator/templates/deployment.yaml [new file with mode: 0644]
smo-install/tests_oom/ran-nssmf-simulator/templates/service.yaml [new file with mode: 0644]
smo-install/tests_oom/ran-nssmf-simulator/values.yaml [new file with mode: 0644]