SRM: Add implementation code
authorVishal Thapar <vishal.thapar@ericsson.com>
Thu, 27 Jul 2017 21:41:05 +0000 (03:11 +0530)
committerVivek Srivastava <vivek.v.srivastava@ericsson.com>
Fri, 27 Oct 2017 07:08:34 +0000 (07:08 +0000)
commit2e06a5e04ee324673730e39a005a099346f4c7b8
treeaea2e3692176d3aeed1ad7db4e98beb4e2489ac1
parentc27efa95a304b1523d13edb2d2d5b1dfe5fa5e66
SRM: Add implementation code

This adds the following:
1. RPC Implementation in impl and required util class
2. CLI for SRM as mentioned in spec.
3. Debug CLI to clear out SRM operDS.

These cover Work Items 3 and 4 of SRM Spec.

Change-Id: I04553678580ff53217c7757594cdd836aa8abfae
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
impl/pom.xml
impl/src/main/java/org/opendaylight/genius/srm/SrmRpcProvider.java
impl/src/main/java/org/opendaylight/genius/srm/SrmRpcUtils.java [new file with mode: 0644]
shell/pom.xml
shell/src/main/java/org/opendaylight/genius/srm/shell/RecoverCommand.java
shell/src/main/java/org/opendaylight/genius/srm/shell/ReinstallCommand.java
shell/src/main/java/org/opendaylight/genius/srm/shell/SrmCliUtils.java [new file with mode: 0644]
shell/src/main/java/org/opendaylight/genius/srm/shell/SrmDebugCommand.java [new file with mode: 0644]
shell/src/main/resources/org/opendaylight/blueprint/blueprint.xml