Initial bundle setup for SRM
authorVishal Thapar <vishal.thapar@ericsson.com>
Thu, 27 Jul 2017 21:41:05 +0000 (03:11 +0530)
committerFaseela K <faseela.k@ericsson.com>
Thu, 14 Sep 2017 14:15:39 +0000 (14:15 +0000)
commit5b0e67576239638efb1a54bf8d6fb6763d1197c7
treef7610c4139cb064d9393164ebe83e512920ef006
Initial bundle setup for SRM

This adds following:

1. Initial api, impl and shell bundles for ServiceRecoveryManager (SRM)
2. Adds them to genius features
3. Skeletal code for CLI and RPCs

Change-Id: Idcc7266ba0ba8680a23f50261ab4b9aae19f2ed7
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
12 files changed:
api/pom.xml [new file with mode: 0644]
api/src/main/yang/srm-ops.yang [new file with mode: 0644]
api/src/main/yang/srm-rpcs.yang [new file with mode: 0644]
api/src/main/yang/srm-types.yang [new file with mode: 0644]
impl/pom.xml [new file with mode: 0644]
impl/src/main/java/org/opendaylight/genius/srm/SrmRpcProvider.java [new file with mode: 0644]
impl/src/main/resources/org/opendaylight/blueprint/srm.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
shell/pom.xml [new file with mode: 0644]
shell/src/main/java/org/opendaylight/genius/srm/shell/RecoverCommand.java [new file with mode: 0644]
shell/src/main/java/org/opendaylight/genius/srm/shell/ReinstallCommand.java [new file with mode: 0644]
shell/src/main/resources/org/opendaylight/blueprint/blueprint.xml [new file with mode: 0644]