Hello World SME Invoker Service 86/12586/4
authorambrishest <ambrish.singh@est.tech>
Fri, 1 Mar 2024 13:05:16 +0000 (13:05 +0000)
committerambrishest <ambrish.singh@est.tech>
Thu, 7 Mar 2024 12:05:44 +0000 (12:05 +0000)
commitdafdbe531634823882261f2ce8c9cf334b579b52
tree76bac7c2f711bfaae0d74abf4be96a13ae8a35a4
parent53ebb953e0e18e695fd0e807c2f1282ef54ceeee
Hello World SME Invoker Service

Issue-ID: NONRTRIC-965
Change-Id: Icc998cc3d456ca894eb86b44779c7798c2df1fd4
Signed-off-by: ambrishest <ambrish.singh@est.tech>
35 files changed:
sample-services/hello-world-sme-invoker/.gitignore [moved from test/servicestub/.gitignore with 100% similarity]
sample-services/hello-world-sme-invoker/Dockerfile [new file with mode: 0644]
sample-services/hello-world-sme-invoker/README.md [new file with mode: 0644]
sample-services/hello-world-sme-invoker/build.sh [new file with mode: 0644]
sample-services/hello-world-sme-invoker/container-tag.yaml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/docker-compose.yml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh [new file with mode: 0644]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/.helmignore [moved from test/servicestub/hello-world-chart/.helmignore with 100% similarity]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/Chart.yaml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/deployment.yaml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/service.yaml [moved from test/servicestub/hello-world-chart/templates/tests/test-connection.yaml with 65% similarity]
sample-services/hello-world-sme-invoker/hello-world-sme-invoker/values.yaml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/pom.xml [new file with mode: 0644]
sample-services/hello-world-sme-invoker/src/main/java/org/oransc/nonrtric/sample/HelloWorldSmeInvokerApplication.java [new file with mode: 0644]
sample-services/hello-world-sme-invoker/src/main/java/org/oransc/nonrtric/sample/exception/CapifAccessException.java [new file with mode: 0644]
sample-services/hello-world-sme-invoker/src/main/java/org/oransc/nonrtric/sample/exception/GlobalExceptionHandler.java [new file with mode: 0644]
sample-services/hello-world-sme-invoker/src/main/java/org/oransc/nonrtric/sample/rest/HelloWorldSmeInvokerController.java [new file with mode: 0644]
sample-services/hello-world-sme-invoker/src/main/java/org/oransc/nonrtric/sample/rest/response/ApiResponse.java [new file with mode: 0644]
sample-services/hello-world/.gitignore [new file with mode: 0644]
sample-services/hello-world/Dockerfile [moved from test/servicestub/Dockerfile with 100% similarity]
sample-services/hello-world/README.md [moved from test/servicestub/README.md with 59% similarity]
sample-services/hello-world/build.sh [moved from test/servicestub/build.sh with 98% similarity]
sample-services/hello-world/container-tag.yaml [moved from test/servicestub/container-tag.yaml with 100% similarity]
sample-services/hello-world/docker-compose.yml [moved from test/servicestub/docker-compose.yml with 93% similarity]
sample-services/hello-world/hello-world-build-start.sh [moved from test/servicestub/service-stub-build-start.sh with 94% similarity]
sample-services/hello-world/hello-world-chart/.helmignore [new file with mode: 0644]
sample-services/hello-world/hello-world-chart/Chart.yaml [moved from test/servicestub/hello-world-chart/Chart.yaml with 100% similarity]
sample-services/hello-world/hello-world-chart/templates/deployment.yaml [moved from test/servicestub/hello-world-chart/templates/deployment.yaml with 100% similarity]
sample-services/hello-world/hello-world-chart/templates/service.yaml [moved from test/servicestub/hello-world-chart/templates/service.yaml with 98% similarity]
sample-services/hello-world/hello-world-chart/values.yaml [moved from test/servicestub/hello-world-chart/values.yaml with 91% similarity]
sample-services/hello-world/pom.xml [moved from test/servicestub/pom.xml with 95% similarity]
sample-services/hello-world/src/main/java/org/oransc/nonrtric/sample/HelloWorldApplication.java [moved from test/servicestub/src/main/java/org/oransc/nonrtric/sample/ServiceStubApplication.java with 88% similarity]
sample-services/hello-world/src/main/java/org/oransc/nonrtric/sample/rest/HelloWorldController.java [moved from test/servicestub/src/main/java/org/oransc/nonrtric/sample/rest/HelloWorldController.java with 100% similarity]
sample-services/hello-world/src/test/java/org/oransc/nonrtric/sample/rest/HelloWorldControllerTest.java [moved from test/servicestub/src/test/java/org/oransc/nonrtric/sample/rest/HelloWorldControllerTest.java with 100% similarity]
test/servicestub/hello-world-chart/templates/_helpers.tpl [deleted file]