summaryrefslogtreecommitdiffstats
path: root/grToolkit/model/src/main/yang/gr-toolkit.yang
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-30 21:33:33 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-30 21:33:33 +0000
commitce7259104a94bbbffdeff508c61d23ac8132c157 (patch)
treef30a8732cc45e618bbb249d39c3327cdd07e12df /grToolkit/model/src/main/yang/gr-toolkit.yang
parentd5f883f63b0faf2b0c8a7c9bc9e384c4f893d766 (diff)
parent824ac8dcefe0a08cbcd293952573e327866aca25 (diff)
Merge "[CCSDK-1298] Add served-by field"
Diffstat (limited to 'grToolkit/model/src/main/yang/gr-toolkit.yang')
-rwxr-xr-xgrToolkit/model/src/main/yang/gr-toolkit.yang8
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; }
}
}
}