restore sriov-parameters 75/58975/1
authorSmokowski, Kevin (ks6305) <ks6305@att.com>
Fri, 3 Aug 2018 16:29:42 +0000 (16:29 +0000)
committerSmokowski, Kevin (ks6305) <ks6305@att.com>
Fri, 3 Aug 2018 16:32:44 +0000 (16:32 +0000)
restore sriov-parameters in generic resource yang

Change-Id: I985e8f41511444ca435d3383ed18ab8bb2d1c414
Issue-ID: SDNC-414
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang

index d94dd8a..b13091b 100644 (file)
@@ -881,6 +881,28 @@ module GENERIC-RESOURCE-API {
             ordered-by user;\r
          }\r
       }\r
+      container sriov-parameters {\r
+         container heat-vlan-filters {\r
+            leaf-list heat-vlan-filter {\r
+               type string;\r
+               ordered-by user;\r
+            }\r
+         }\r
+         container application-tags {\r
+            container c-tags {\r
+               leaf-list c-tag {\r
+                  type string;\r
+                  ordered-by user;\r
+               }\r
+            }\r
+            container s-tags {\r
+               leaf-list s-tag {\r
+                  type string;\r
+                  ordered-by user;\r
+               }\r
+            }\r
+         }\r
+      }\r
       leaf is-trunked {\r
          type boolean;\r
       }\r