Add E2 manager client and controller 83/83/8
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 24 Apr 2019 16:48:44 +0000 (12:48 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 25 Apr 2019 17:59:11 +0000 (13:59 -0400)
commit056a49df629daf4189a34c37ee30b1f5ad88a59d
treebc6fc8451cfb55969ae874f5f32fd216b1ef49c7
parente2cbc4d0304646febf7e2cbe0dccdf9840189222
Add E2 manager client and controller

Change-Id: I025007db900524ec1247fbea471f27fa82ebc76b
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
18 files changed:
e2-mgr-client/.gitignore [new file with mode: 0644]
e2-mgr-client/README.md [new file with mode: 0644]
e2-mgr-client/pom.xml [new file with mode: 0644]
e2-mgr-client/src/main/resources/e2_mgr_rest_api_v0_0_1.yaml [new file with mode: 0644]
e2-mgr-client/src/test/java/org/oranosc/ric/portal/dashboard/e2mgr/demo/E2ManagerClientTest.java [new file with mode: 0644]
pom.xml
webapp-backend/pom.xml
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/DashboardApplication.java
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/E2ManagerConfiguration.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/XappManagerConfiguration.java
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/controller/E2ManagerController.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/controller/SimpleErrorController.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/controller/XappCatalogController.java [moved from webapp-backend/src/main/java/org/oranosc/ric/portal/dash/controller/CatalogController.java with 91% similarity]
webapp-backend/src/main/java/org/oranosc/ric/portal/dash/controller/XappManagerController.java
webapp-backend/src/main/resources/application.properties
xapp-mgr-client/pom.xml
xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_0_10.json [moved from xapp-mgr-client/xapp_manager_rest_api_v0_0_10.json with 100% similarity]
xapp-mgr-client/src/test/java/org/oranosc/ric/portal/dashboard/xmc/demo/XappManagerClientTest.java [moved from xapp-mgr-client/XappManagerClientDemo.java with 65% similarity]