New feature: Support static IP in VNF connection points
[osm/SO.git] / models / plugins / yang / vnfd.yang
index 5dc19ce..46c5edd 100644 (file)
@@ -67,6 +67,11 @@ module vnfd
       description "Type of the connection point.";
       type manotypes:connection-point-type;
     }
+
+    leaf static-ip-address {
+      description "Static IP address for the connection point";
+      type inet:ip-address;
+    }
   }
 
   grouping virtual-interface {
@@ -271,6 +276,7 @@ module vnfd
             }
           }
         }
+
         uses manotypes:provider-network;
       }