X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Faugments%2Fcommon-augments.yang;h=cf883b9edcf0c50bb843c027e3d7a74c094fcc70;hp=f1235eb456ca6bade13d68a89033d69c95ac1508;hb=7afc83f83fd875fb7f5cd39fdc0c3b81fc55038e;hpb=03c0fb76d33a8eb51cebafc49a1bb7505b8cbdd9 diff --git a/models/augments/common-augments.yang b/models/augments/common-augments.yang index f1235eb..cf883b9 100644 --- a/models/augments/common-augments.yang +++ b/models/augments/common-augments.yang @@ -726,6 +726,27 @@ module common-augments { } } + grouping vdu-storage-requirements { + list vdu-storage-requirements { + description + "Array of key-value pairs that articulate the storage + deployment requirements. If the storage type is persistent-storage + following setting holds the persistent volume upon VM deletion: + key: keep-volume + value: true"; + + key "key"; + + leaf key { + type string; + } + + leaf value { + type string; + } + } + } + typedef scaling-trigger { type enumeration { enum pre-scale-in {