Initial A1 adapter api implmentation 96/111196/3
authorLathish <lathishbabu.ganesan@est.tech>
Thu, 6 Aug 2020 09:19:33 +0000 (10:19 +0100)
committerLathish <lathishbabu.ganesan@est.tech>
Thu, 13 Aug 2020 21:29:47 +0000 (22:29 +0100)
commit5d0ad5f3d3158357183849ca329ac6999be6281d
treeafd019d339ef1e9f872d2e5fbb5b6cbafb97038d
parent0e3740a9011f59e18b0e65230d1ba61ec6ab8ba6
Initial A1 adapter api implmentation

Issue-ID: CCSDK-2604
Change-Id: If946b4f0cc92410e6b903928fd9cb2fd79996dc3
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
17 files changed:
a1-adapter/a1-adapter-api/feature/.gitignore [new file with mode: 0644]
a1-adapter/a1-adapter-api/feature/pom.xml [new file with mode: 0644]
a1-adapter/a1-adapter-api/installer/pom.xml
a1-adapter/a1-adapter-api/model/pom.xml
a1-adapter/a1-adapter-api/pom.xml
a1-adapter/a1-adapter-api/provider/pom.xml
a1-adapter/a1-adapter-api/provider/src/main/java/org/onap/ccsdk/features/a1/adapter/A1AdapterClient.java [new file with mode: 0644]
a1-adapter/a1-adapter-api/provider/src/main/java/org/onap/ccsdk/features/a1/adapter/A1AdapterProvider.java [new file with mode: 0644]
a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml [new file with mode: 0644]
a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
a1-adapter/a1-adapter-api/provider/src/test/java/org/onap/ccsdk/features/a1/adapter/A1AdapterProviderTest.java [new file with mode: 0644]
a1-adapter/features/a1-adapter-northbound/pom.xml [new file with mode: 0644]
a1-adapter/features/installer/pom.xml [new file with mode: 0644]
a1-adapter/features/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
a1-adapter/features/pom.xml
a1-adapter/pom.xml
pom.xml