Refactoring of cisco-xr-driver and impl modules. 53/52353/2
authorMarek Ryznar <marek.ryznar@amartus.com>
Thu, 9 Feb 2017 14:57:17 +0000 (15:57 +0100)
committerMarek Ryznar <marek.ryznar@amartus.com>
Tue, 28 Feb 2017 13:13:19 +0000 (14:13 +0100)
commit24cda75577b8162a41718f0fff73b83994f1dcf4
treebcf80af6be108a089a76edb5de1e190132adf349
parent2cb17c1758f3926234d7a098d9d70b3466cd5d91
Refactoring of cisco-xr-driver and impl modules.

Developer's Certificate of Origin 1.1

        By making a contribution to this project, I certify that:

        (a) The contribution was created in whole or in part by me and I
            have the right to submit it under the open source license
            indicated in the file; or

        (b) The contribution is based upon previous work that, to the best
            of my knowledge, is covered under an appropriate open source
            license and I have the right under that license to submit that
            work with modifications, whether created in whole or in part
            by me, under the same open source license (unless I am
            permitted to submit under a different license), as indicated
            in the file; or

        (c) The contribution was provided directly to me by some other
            person who certified (a), (b) or (c) and I have not modified
            it.

        (d) I understand and agree that this project and the contribution
            are public and that a record of the contribution (including all
            personal information I submit with it, including my sign-off) is
            maintained indefinitely and may be redistributed consistent with
            this project or the open source license(s) involved.

Signed-off-by: Marek Ryznar <marek.ryznar@amartus.com>
Change-Id: I8c09e798d93bf29864025bfdd53e61e8bd2ef5c7
35 files changed:
api/src/main/yang/cl-unimgr-mef.yang
cisco-xr-driver/pom.xml
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/BandwidthProfileComposition.java [new file with mode: 0644]
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/BandwidthProfileHelper.java [new file with mode: 0644]
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/InterfaceHelper.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/util/LoopbackUtils.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/AbstractL2vpnActivator.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnBridgeActivator.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnXconnectActivator.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/driver/L2vpnBridgeDriverBuilder.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/driver/L2vpnXconnectDriverBuilder.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/BandwidthProfileCompositionTest.java [new file with mode: 0644]
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/BandwidthProfileHelperTest.java [new file with mode: 0644]
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/InterfaceHelperTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/util/LoopbackUtilsTest.java [new file with mode: 0644]
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnActivatorTestUtils.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnBridgeActivatorTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnXconnectActivatorTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/driver/L2vpnBridgeDriverBuilderTest.java [new file with mode: 0644]
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/driver/L2vpnXconnectDriverBuilderTest.java [new file with mode: 0644]
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/helper/XConnectHelperTest.java
impl/pom.xml
impl/src/main/java/org/opendaylight/unimgr/impl/ForwardingConstructActivatorService.java
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/api/ActivationDriver.java
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/common/ResourceActivator.java
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/common/ResourceActivatorException.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/common/ResourceNotAvailableException.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/unimgr/utils/CapabilitiesService.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/unimgr/utils/MdsalUtils.java
impl/src/main/java/org/opendaylight/unimgr/utils/NetconfConstants.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/unimgr/utils/NullAwareDatastoreGetter.java [new file with mode: 0644]
impl/src/test/java/org/opendaylight/unimgr/utils/CapabilitiesServiceTest.java [new file with mode: 0644]
impl/src/test/java/org/opendaylight/unimgr/utils/MdsalUtilsTest.java
impl/src/test/java/org/opendaylight/unimgr/utils/NodeTestUtils.java [new file with mode: 0644]
impl/src/test/java/org/opendaylight/unimgr/utils/NullAwareDatastoreGetterTest.java [new file with mode: 0644]