From: garciadeblas Date: Tue, 5 Dec 2017 13:06:03 +0000 (+0100) Subject: Feature 639: support of floating IPs X-Git-Tag: v3.1.0~8^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Fchanges%2F57%2F5757%2F7 Feature 639: support of floating IPs Change-Id: Ifd7f98a4010bdfc16ae40ed9c0be7dfd71aef39a Signed-off-by: garciadeblas --- diff --git a/models/yang/nsd-base.yang b/models/yang/nsd-base.yang index c332869..8403730 100644 --- a/models/yang/nsd-base.yang +++ b/models/yang/nsd-base.yang @@ -175,6 +175,15 @@ module nsd-base "Type of the connection point."; type manotypes:connection-point-type; } + + leaf floating-ip-required { + description + "Boolean parameter to indicate whether the CP must be exposed. + A public IP address will be allocated to this CP if exposed is true. + The default is false meaning a floating IP address is not required. + It must be explicitly asked for a floating IP address to be allocated."; + type boolean; + } } list scaling-group-descriptor {