Addition of module - cisco-xe-driver. 78/52378/8
authorMarek Ryznar <marek.ryznar@amartus.com>
Tue, 14 Feb 2017 09:28:44 +0000 (10:28 +0100)
committerDonald Hunter <donaldh@cisco.com>
Mon, 13 Mar 2017 15:19:58 +0000 (15:19 +0000)
commitdf1d8163b8ee0632eb1b0aa907727005f3b49fc6
tree13f2533e1396bb191cb3770afcd9f2cbd5f1cc6a
parent5e726ea9dbe751e3d625b9868f17b57dd7f7d978
Addition of module - cisco-xe-driver.

The cisco-xe-driver is responsible for creating forwarding constructs
in cisco devices with IOS XE Operating System.

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.

Change-Id: I290c14046969dfa3f2b597a78376a4368da50045
Signed-off-by: Marek Ryznar <marek.ryznar@amartus.com>
Signed-off-by: Donald Hunter <donaldh@cisco.com>
22 files changed:
artifacts/pom.xml
cisco-xe-driver/pom.xml [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/CiscoExecutor.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/CiscoRestRunner.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/core/CiscoRestExecutor.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/core/ClientProvider.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/core/RestExecutor.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/core/TargetProvider.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/rest/response/AuthResponse.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/activator/P2pConnectionActivator.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/driver/P2pConnectionDriverBuilder.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/CliGeneratorUtil.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/IpAddressLoopbackNotFoundException.java [new file with mode: 0644]
cisco-xe-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/RunningConfig.java [new file with mode: 0644]
cisco-xe-driver/src/main/resources/org/opendaylight/blueprint/cisco-xe-driver.xml [new file with mode: 0644]
cisco-xe-driver/src/main/resources/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/createServiceInstance.mustache [new file with mode: 0644]
cisco-xe-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/CliGeneratorUtilTest.java [new file with mode: 0644]
cisco-xe-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xe/util/RunningConfigTest.java [new file with mode: 0644]
features/pom.xml
features/src/main/features/features.xml
pom.xml
presto-api/src/main/yang/mef-unimgr-ext.yang