Initial checkin for Interface Manager 58/17358/2
authorVishal Thapar <vishal.thapar@ericsson.com>
Mon, 30 Mar 2015 15:17:54 +0000 (20:47 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Tue, 31 Mar 2015 12:51:56 +0000 (18:21 +0530)
commit0186b5f6c4e02ee15e16c7e53bb3ad7c69bc0f91
treeecd1962e30769e7c59db002ddb3e4c756b03700c
parentd3b4e3a4e8c1c1d72eb42972a2620a4a7b890fc2
Initial checkin for Interface Manager

1. Bare bones changes for Interfacemgr bundle
2. Added .gitreview
3. Updated .gitignore

Change-Id: Ib75a68b716e92dd58f35c65f4b0e71a9d64bcf8c
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
12 files changed:
.gitignore
.gitreview [new file with mode: 0644]
features/pom.xml
features/src/main/features/features.xml
interfacemgr/interfacemgr-impl/pom.xml [new file with mode: 0644]
interfacemgr/interfacemgr-impl/src/main/config/default-config.xml [new file with mode: 0644]
interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/vpnservice/interfacemgr/InterfacemgrProvider.java [new file with mode: 0644]
interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/interfacemgr/impl/rev150325/InterfacemgrImplModule.java [new file with mode: 0644]
interfacemgr/interfacemgr-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/interfacemgr/impl/rev150325/InterfacemgrImplModuleFactory.java [new file with mode: 0644]
interfacemgr/interfacemgr-impl/src/main/yang/interfacemgr-impl.yang [new file with mode: 0644]
interfacemgr/pom.xml [new file with mode: 0644]
pom.xml