Initial commit for OpenECOMP SDN-C plugins 53/453/1
authorDan Timoney <dtimoney@att.com>
Wed, 15 Feb 2017 20:27:41 +0000 (15:27 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 15 Feb 2017 20:28:46 +0000 (15:28 -0500)
commit2750f8c09a37c7cd5ff8678b3d0e5f7dac687376
treec77c01c58f326c11434c03a76b34b21a99b5fd70
parented6b164bda6903ccfbd487f8c52a53bdf046ffd7
Initial commit for OpenECOMP SDN-C plugins

Change-Id: I0deb50b4f047c419181bb8c9e4df09c67495aa79
Signed-off-by: Dan Timoney <dtimoney@att.com>
55 files changed:
.gitignore [new file with mode: 0755]
.gitreview [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
example-settings.xml [new file with mode: 0644]
jenkins-settings.xml [new file with mode: 0644]
pom.xml [new file with mode: 0755]
properties-node/.gitignore [new file with mode: 0755]
properties-node/features/pom.xml [new file with mode: 0755]
properties-node/features/src/main/resources/features.xml [new file with mode: 0644]
properties-node/installer/pom.xml [new file with mode: 0755]
properties-node/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
properties-node/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
properties-node/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
properties-node/pom.xml [new file with mode: 0755]
properties-node/provider/pom.xml [new file with mode: 0755]
properties-node/provider/src/main/java/org/openecomp/sdnc/prop/PropertiesNode.java [new file with mode: 0644]
properties-node/provider/src/main/resources/META-INF/spring/properties-node-context.xml [new file with mode: 0644]
properties-node/provider/src/main/resources/META-INF/spring/properties-node-osgi-context.xml [new file with mode: 0644]
restapi-call-node/.gitignore [new file with mode: 0755]
restapi-call-node/features/pom.xml [new file with mode: 0755]
restapi-call-node/features/src/main/resources/features.xml [new file with mode: 0644]
restapi-call-node/installer/pom.xml [new file with mode: 0755]
restapi-call-node/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
restapi-call-node/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
restapi-call-node/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
restapi-call-node/pom.xml [new file with mode: 0755]
restapi-call-node/provider/pom.xml [new file with mode: 0755]
restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/JsonParser.java [new file with mode: 0644]
restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/RestapiCallNode.java [new file with mode: 0644]
restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/XmlJsonUtil.java [new file with mode: 0644]
restapi-call-node/provider/src/main/java/org/openecomp/sdnc/restapicall/XmlParser.java [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/META-INF/spring/restapi-call-node-context.xml [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/META-INF/spring/restapi-call-node-osgi-context.xml [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/default-ueb-message.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/get-multicast-data.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/northbound-api-template.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/northbound-api-template.xml [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/service-configuration-notification-northbound-template.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/update-vpe-data-with-apply-group.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vnf-information-update.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vpn-allocation-request.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vpn-information-update.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vrf-service-configuration-information-template.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vrf-update-vlan-status-template.json [new file with mode: 0644]
restapi-call-node/provider/src/main/resources/vrf-update.json [new file with mode: 0644]
restapi-call-node/provider/src/test/java/jtest/org/openecomp/sdnc/restapicall/TestJsonParser.java [new file with mode: 0644]
restapi-call-node/provider/src/test/java/jtest/org/openecomp/sdnc/restapicall/TestRestapiCallNode.java [new file with mode: 0644]
restapi-call-node/provider/src/test/java/jtest/org/openecomp/sdnc/restapicall/TestXmlJsonUtil.java [new file with mode: 0644]
restapi-call-node/provider/src/test/java/jtest/org/openecomp/sdnc/restapicall/TestXmlParser.java [new file with mode: 0644]
restapi-call-node/provider/src/test/resources/test-template.json [new file with mode: 0644]
restapi-call-node/provider/src/test/resources/test.json [new file with mode: 0644]
restapi-call-node/provider/src/test/resources/test.xml [new file with mode: 0644]
restapi-call-node/provider/src/test/resources/test3.xml [new file with mode: 0644]
version.properties [new file with mode: 0644]