X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=28a49617f18285c0089c1847a30c584f0e156b35;hp=aae9b2b551583328c6cf3939c5f9520137744548;hb=refs%2Fchanges%2F33%2F9833%2F2;hpb=7c7f6821ab05d35b3718c16d2e28270b914dc3ce diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index aae9b2b..28a4961 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -66,6 +66,17 @@ module vnfd-base type boolean; default true; } + + leaf port-security-disable-strategy { + description "Strategy to disable port security, either Enables the port security for the port. + full : disable port security in the whole port + allow-address-pairs : allow address pairs for virtual IP (any virtual IP can be configured)"; + type enumeration { + enum full; + enum allow-address-pairs; + } + default full; + } } typedef interface-type { @@ -661,6 +672,15 @@ module vnfd-base "; type string; } + leaf helm-version { + description + "Helm version to use for this helm-chart, v3 by default"; + type enumeration { + enum v2; + enum v3; + } + default v3; + } } case juju-bundle {