aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <ks6305@att.com>2018-08-03 16:29:42 +0000
committerSmokowski, Kevin (ks6305) <ks6305@att.com>2018-08-03 16:32:44 +0000
commit546d07903ece8dfbfcb9ecf987b42df417a65fb9 (patch)
treed06b4e0a957fee622050866af8019de49e154780
parent1d83942404923c3538dd9a5a11e78b506d3ca267 (diff)
restore sriov-parameters
restore sriov-parameters in generic resource yang Change-Id: I985e8f41511444ca435d3383ed18ab8bb2d1c414 Issue-ID: SDNC-414 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang22
1 files changed, 22 insertions, 0 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
index d94dd8af..b13091ba 100644
--- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -881,6 +881,28 @@ module GENERIC-RESOURCE-API {
ordered-by user;
}
}
+ container sriov-parameters {
+ container heat-vlan-filters {
+ leaf-list heat-vlan-filter {
+ type string;
+ ordered-by user;
+ }
+ }
+ container application-tags {
+ container c-tags {
+ leaf-list c-tag {
+ type string;
+ ordered-by user;
+ }
+ }
+ container s-tags {
+ leaf-list s-tag {
+ type string;
+ ordered-by user;
+ }
+ }
+ }
+ }
leaf is-trunked {
type boolean;
}