X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfr.yang;h=6d23065b63cb92557b326e9731c5bd4d8ade732e;hp=ebccf129efb289b36b7fa96cc5c1c7d778d2207e;hb=00be8bb5c4445cc0e8b9a5a90189176a3d82ec42;hpb=989442ed148edbd11f94e48a8ebb40ddd7d5d65b;ds=sidebyside diff --git a/models/yang/vnfr.yang b/models/yang/vnfr.yang index ebccf12..6d23065 100644 --- a/models/yang/vnfr.yang +++ b/models/yang/vnfr.yang @@ -74,6 +74,7 @@ module vnfr enum vm-init-phase; enum vm-alloc-pending; enum running; + enum upgrading; enum terminate; enum vl-terminate-phase; enum terminated; @@ -88,6 +89,7 @@ module vnfr enum vl-init-phase; enum vm-init-phase; enum running; + enum upgrading; // Experimental enum terminate; enum vm-terminate-phase; enum vl-terminate-phase; @@ -195,6 +197,12 @@ module vnfr augment "/rw-project:project" { container vnfr-catalog { + leaf schema-version { + description "Schema version for the VNFR. If unspecified, it assumes v3.0"; + type string; + default "v3.0"; + } + config false; list vnfr { description @@ -543,6 +551,7 @@ module vnfr vm-init-phase : The VDUs in the VNF is being created in VIM. vm-alloc-pending : The VM alloc is pending in VIM running : The VDU is active in VM + upgrading : The VDU is being upgraded (EXPERIMENTAL) terminate : The VDU is being terminated vm-terminate-phase : The VDU in the VNF is being terminated in VIM. terminated : The VDU is in the terminated state.