Initial checkin for vpnservice. 48/15348/3
authorDeepthi V V <deepthi.v.v@ericsson.com>
Mon, 16 Feb 2015 06:34:39 +0000 (12:04 +0530)
committerDeepthi V V <deepthi.v.v@ericsson.com>
Wed, 18 Feb 2015 05:44:36 +0000 (05:44 +0000)
commit0a00e953f7ba69a8fce3aee9fc30e39a84999f62
tree79ec52c1fb6b86db072da9b4a95cedfcf58a949f
parent9c63b76a38cb95b2d9b2771da573d38a75e7cb17
Initial checkin for vpnservice.

1. Added .gitreview
2. Support karaf features and distribution for vpnservice
3. VPN Manager support: POM, config-subsytem yang, vpnservice yang.

Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
Change-Id: I8b3b8726c8646922f768f0fc5bf6d792f026c077
14 files changed:
distribution/karaf/pom.xml [new file with mode: 0644]
features/pom.xml [new file with mode: 0644]
features/src/main/features/features.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
vpnmanager-api/pom.xml [new file with mode: 0644]
vpnmanager-api/src/main/yang/vpnservice.yang [new file with mode: 0644]
vpnmanager-impl/pom.xml [new file with mode: 0644]
vpnmanager-impl/src/main/config/default-config.xml [new file with mode: 0644]
vpnmanager-impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
vpnmanager-impl/src/main/java/org/opendaylight/vpnservice/VpnserviceProvider.java [new file with mode: 0644]
vpnmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/vpnservice/impl/rev150216/VpnserviceImplModule.java [new file with mode: 0644]
vpnmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/vpnservice/impl/rev150216/VpnserviceImplModuleFactory.java [new file with mode: 0644]
vpnmanager-impl/src/main/yang/vpnservice-impl.yang [new file with mode: 0644]
vpnservice-artifacts/pom.xml [new file with mode: 0644]