Service-Recovery: Support needed for ACL feature introduced in SRM
authorShashidhar Raja <shashidharr@altencalsoftlabs.com>
Fri, 2 Mar 2018 06:28:17 +0000 (11:58 +0530)
committerShashidhar Raja <shashidharr@altencalsoftlabs.com>
Fri, 2 Mar 2018 09:13:36 +0000 (14:43 +0530)
commitc06889bcda18957a5d4513ad4d7c2e45bdb7dbb6
treeb8146b2e2d1b19eafd560440f4fb10a2aeeb6ad6
parent249b5fa306fd3504b668be8962bcf0fd69639b00
Service-Recovery: Support needed for ACL feature introduced in SRM
framework.

(a) srm-types.yang updated with 'netvirt-acl', 'netvirt-acl-interface' and
'netvirt-acl-instance' definitions to support ACL service and instance
recovery operations. 'netvirt-acl-interface' and
'netvirt-acl-instance' are the two instance recovery options supported.
(b) SrmRpcUtils.java and SrmCliUtils.java updated to add required ACL definitions
to the internal maps maintained to support recovery operations.

Change-Id: I4c91cd52e7595b92b494356dfa715dbdf15da3c5
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
api/src/main/yang/srm-types.yang
impl/src/main/java/org/opendaylight/genius/srm/impl/SrmRpcUtils.java
shell/src/main/java/org/opendaylight/genius/srm/shell/SrmCliUtils.java