Added review comment 21/7521/3
authorAnand Chaturvedi <ac204h@att.com>
Tue, 15 Aug 2017 00:10:36 +0000 (20:10 -0400)
committerAnand Chaturvedi <ac204h@att.com>
Tue, 15 Aug 2017 16:33:24 +0000 (12:33 -0400)
commite178b07914d5dc40157dede0078e16f645f20f17
treec4be070050e016ba93eb08338eb32cbe8a0a601b
parent0df7ab4f7ef0bfb21797775ec41fcdfb94e2270c
Added review comment

Initial commit for Network-Inv and  AAI client

commit 61419e46211f1f1e763d4a84214c62a5e699bdf2
Author: Anand Chaturvedi <ac204h@att.com>
Date:   Mon Aug 14 19:54:11 2017 -0400
Issue-Id: APPC-21

    [OnapMigration] OnapMigration for APPC OutBound Services..

Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b
Signed-off-by: Anand Chaturvedi <ac204h@att.com>
51 files changed:
appc-outbound/.gitignore [new file with mode: 0755]
appc-outbound/appc-aai-client/.gitignore [new file with mode: 0755]
appc-outbound/appc-aai-client/features/.gitignore [new file with mode: 0755]
appc-outbound/appc-aai-client/features/pom.xml [new file with mode: 0755]
appc-outbound/appc-aai-client/features/src/main/resources/features.xml [new file with mode: 0644]
appc-outbound/appc-aai-client/installer/.gitignore [new file with mode: 0755]
appc-outbound/appc-aai-client/installer/pom.xml [new file with mode: 0755]
appc-outbound/appc-aai-client/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-outbound/appc-aai-client/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-outbound/appc-aai-client/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-outbound/appc-aai-client/pom.xml [new file with mode: 0755]
appc-outbound/appc-aai-client/provider/.gitignore [new file with mode: 0755]
appc-outbound/appc-aai-client/provider/pom.xml [new file with mode: 0755]
appc-outbound/appc-aai-client/provider/src/main/java/org/openecomp/appc/aai/client/AppcAaiClientActivator.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/main/java/org/openecomp/appc/aai/client/AppcAaiClientConstant.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/main/java/org/openecomp/appc/aai/client/aai/AaiService.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/main/java/org/openecomp/appc/aai/client/node/AAIResourceNode.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/test/java/org/openecomp/appc/aai/client/aai/MockAaiService.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/test/java/org/openecomp/appc/aai/client/aai/TestAaiService.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/test/java/org/openecomp/appc/aai/client/node/MockAaiService.java [new file with mode: 0644]
appc-outbound/appc-aai-client/provider/src/test/java/org/openecomp/appc/aai/client/node/TestAAIResourceNode.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/.gitignore [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/features/.gitignore [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/features/pom.xml [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/installer/.gitignore [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/installer/pom.xml [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/pom.xml [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/provider/.gitignore [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/provider/pom.xml [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/InstarClientActivator.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/dme2client/Dme2Client.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/dme2client/SecureRestClientTrustManager.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaceImpl/InstarResponseHandlerImpl.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaceImpl/InstarRestClientImpl.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaceImpl/InterfaceIpAddressImpl.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaces/ResponseHandlerInterface.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaces/RestClientInterface.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/interfaces/RuleHandlerInterface.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/node/InstarClientNode.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/java/org/openecomp/appc/instar/utils/InstarClientConstant.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/resources/adaptor.properties [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/resources/outbound.properties [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleInstarResponse [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleKeyContents [new file with mode: 0755]
appc-outbound/appc-network-inventory-client/provider/src/test/java/org/openecomp/appc/instar/node/TestInstarClientNode.java [new file with mode: 0644]
appc-outbound/pom.xml [new file with mode: 0755]
pom.xml