Group E2 manager API operations with tags 07/107/8
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 3 May 2019 16:20:51 +0000 (12:20 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 3 May 2019 20:39:23 +0000 (16:39 -0400)
commitace0b71ff6e424193ff6d6519a529d279e7ade58
treefbf98722a01eb5167de1940382b137f433460f42
parentf660cae7a447b60d84ef75f7c2bcbf62412d4579
Group E2 manager API operations with tags

Add draft A1 Mediator API client and config
Use nexus3.o-ran-sc.org (not nexus.oranosc.org)
Use CONTAINER_PUSH_REGISTRY in the pom (not bogus NEXUS3_PUSH..)

Change-Id: Ib96aa2c8eef761ffbcbcecf69f3ab34f10bc3cd7
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
16 files changed:
a1-med-client/.gitignore [new file with mode: 0644]
a1-med-client/README.md [new file with mode: 0644]
a1-med-client/pom.xml [new file with mode: 0644]
a1-med-client/src/main/resources/a1_mediator_0.3.0.yaml [new file with mode: 0644]
a1-med-client/src/test/java/org/oransc/ric/portal/dashboard/a1med/client/test/A1MediatorClientTest.java [new file with mode: 0644]
docs/release-notes.rst
e2-mgr-client/pom.xml
e2-mgr-client/src/main/resources/e2_manager_02052019_2.yaml [new file with mode: 0644]
e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java
pom.xml
webapp-backend/pom.xml
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/A1MediatorConfiguration.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/E2ManagerConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/E2ManagerMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/E2ManagerController.java