Flag in VDU interface required for multi-VDU support 69/5969/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 12 Apr 2018 22:58:00 +0000 (00:58 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 12 Apr 2018 22:58:00 +0000 (00:58 +0200)
Change-Id: Ibddb6ce5cb41ab610782d1d216f13c73eb3b936c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
models/yang/vnfd-base.yang

index 69f5265..f98e2d2 100644 (file)
@@ -528,6 +528,14 @@ module vnfd-base
             type uint32;
           }
 
             type uint32;
           }
 
+          leaf mgmt-interface {
+            description
+                "Flag to indicate that this is the mgmt interface
+                to be used for VDU configuration";
+            type boolean;
+            default false;
+          }
+
           leaf type {
             description
                 "Type of the Interface";
           leaf type {
             description
                 "Type of the Interface";