diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-30 21:33:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-30 21:33:33 +0000 |
commit | ce7259104a94bbbffdeff508c61d23ac8132c157 (patch) | |
tree | f30a8732cc45e618bbb249d39c3327cdd07e12df /grToolkit/model | |
parent | d5f883f63b0faf2b0c8a7c9bc9e384c4f893d766 (diff) | |
parent | 824ac8dcefe0a08cbcd293952573e327866aca25 (diff) |
Merge "[CCSDK-1298] Add served-by field"
Diffstat (limited to 'grToolkit/model')
-rwxr-xr-x | grToolkit/model/src/main/yang/gr-toolkit.yang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/grToolkit/model/src/main/yang/gr-toolkit.yang b/grToolkit/model/src/main/yang/gr-toolkit.yang index 8b22d666..cc21400a 100755 --- a/grToolkit/model/src/main/yang/gr-toolkit.yang +++ b/grToolkit/model/src/main/yang/gr-toolkit.yang @@ -93,6 +93,7 @@ module gr-toolkit{ output {
leaf status { type string; }
leaf message { type string; }
+ leaf served-by { type string; }
leaf site1-health { type string; }
leaf site2-health { type string; }
list members {
@@ -107,6 +108,7 @@ module gr-toolkit{ output {
leaf status { type string; }
leaf health { type string; }
+ leaf served-by { type string; }
}
}
@@ -116,6 +118,7 @@ module gr-toolkit{ output {
leaf status { type string; }
leaf health { type string; }
+ leaf served-by { type string; }
}
}
@@ -125,6 +128,7 @@ module gr-toolkit{ to determine if the entire site is in a healthy state.";
output {
leaf status { type string; }
+ leaf served-by { type string; }
list sites {
uses site;
}
@@ -136,6 +140,7 @@ module gr-toolkit{ "Returns the unique site identifier.";
output {
leaf status { type string; }
+ leaf served-by { type string; }
leaf id { type string; mandatory true; }
}
}
@@ -150,6 +155,7 @@ module gr-toolkit{ }
output {
leaf status { type string; }
+ leaf served-by { type string; }
}
}
@@ -163,6 +169,7 @@ module gr-toolkit{ }
output {
leaf status { type string; }
+ leaf served-by { type string; }
}
}
@@ -186,6 +193,7 @@ module gr-toolkit{ output {
leaf status { type string; }
leaf message { type string; }
+ leaf served-by { type string; }
}
}
}
|