X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Faugments%2Fcommon-augments.yang;h=cf883b9edcf0c50bb843c027e3d7a74c094fcc70;hb=226c1c9b66fc2bcd2f4efe36f674e18f480438df;hp=0467bc2f2921a9d8dd6020f7ba7443e5bdc9da98;hpb=d0cbf257e1c9c0880ef52e03cea9e405e1514b4e;p=osm%2FIM.git diff --git a/models/augments/common-augments.yang b/models/augments/common-augments.yang index 0467bc2..cf883b9 100644 --- a/models/augments/common-augments.yang +++ b/models/augments/common-augments.yang @@ -563,6 +563,7 @@ module common-augments { enum GT; // greater than enum LT; // less than enum EQ; // equal + enum NE; // not equal } } @@ -725,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 {