summaryrefslogtreecommitdiffstats
path: root/grToolkit/model/src
diff options
context:
space:
mode:
authorHaddox, Anthony <ah0647@att.com>2019-01-29 08:50:09 -0800
committerHaddox, Anthony <ah0647@att.com>2019-01-29 08:52:06 -0800
commitce531cc96ecba4d48852ad36fe9d1ab461240596 (patch)
tree65ecc304cad722a6dfedfa9e4231d54ad6a87f9c /grToolkit/model/src
parent4fc631ccf42b2eccd506a94c955cfed5aae40e7f (diff)
Add Isolation Toggle
Add extra input option that allows user to toggle the ODL isolation step in the failover process. Change-Id: I1fdfd4bf5cf2484af8ce67f9c91d0111134b762c Issue-ID: CCSDK-1012 Signed-off-by: Haddox, Anthony <ah0647@att.com>
Diffstat (limited to 'grToolkit/model/src')
-rwxr-xr-xgrToolkit/model/src/main/yang/gr-toolkit.yang12
1 files changed, 10 insertions, 2 deletions
diff --git a/grToolkit/model/src/main/yang/gr-toolkit.yang b/grToolkit/model/src/main/yang/gr-toolkit.yang
index 951201c5..8b22d666 100755
--- a/grToolkit/model/src/main/yang/gr-toolkit.yang
+++ b/grToolkit/model/src/main/yang/gr-toolkit.yang
@@ -142,7 +142,7 @@ module gr-toolkit{
rpc halt-akka-traffic {
description
- "Invokes a utility script to halt traffic to the akka port.";
+ "Executes IP Tables commands to halt traffic to the akka port.";
input {
list node-info {
uses node;
@@ -155,7 +155,7 @@ module gr-toolkit{
rpc resume-akka-traffic {
description
- "Invokes a utility script to resume traffic to the akka port.";
+ "Executes IP Tables commands to resume traffic to the akka port.";
input {
list node-info {
uses node;
@@ -174,6 +174,14 @@ module gr-toolkit{
type string;
default "false";
}
+ leaf isolate {
+ type string;
+ default "false";
+ }
+ leaf downUnreachable {
+ type string;
+ default "false";
+ }
}
output {
leaf status { type string; }