Loading example-data/nfv.xml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ </virtual-compute-desc> <virtual-storage-descriptor> <id>asa-vsd</id> <type-of-storage>root</type-of-storage> <type-of-storage>root-storage</type-of-storage> <size-of-storage>0</size-of-storage> </virtual-storage-descriptor> <sw-image-desc> Loading Loading @@ -131,7 +131,7 @@ </virtual-compute-desc> <virtual-storage-descriptor> <id>csr-vsd</id> <type-of-storage>root</type-of-storage> <type-of-storage>root-storage</type-of-storage> <size-of-storage>0</size-of-storage> </virtual-storage-descriptor> <sw-image-desc> Loading src/yang/etsi-nfv-common.yang +24 −1 Original line number Diff line number Diff line Loading @@ -217,6 +217,29 @@ submodule etsi-nfv-common { "GS NFV IFA011: Section 7.1.6.10 Checksum information element."; } identity storage-type { description "Base type of storage that identities can derive from."; } identity root-storage { base storage-type; description "Root type of storage."; } identity swap-storage { base storage-type; description "Swap type of storage."; } identity ephemeral-storage { base storage-type; description "Ephemeral type of storage."; } /* * Typedefs */ Loading src/yang/etsi-nfv-vnf.yang +4 −6 Original line number Diff line number Diff line Loading @@ -727,12 +727,10 @@ submodule etsi-nfv-vnf { leaf type-of-storage { // Needed to be able to onboard images type enumeration { enum "root"; enum "swap"; enum "ephemeral"; default "root-storage"; type identityref { base storage-type; } default "root"; description "Type of virtualised storage resource (e.g. volume, object)."; Loading Loading
example-data/nfv.xml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ </virtual-compute-desc> <virtual-storage-descriptor> <id>asa-vsd</id> <type-of-storage>root</type-of-storage> <type-of-storage>root-storage</type-of-storage> <size-of-storage>0</size-of-storage> </virtual-storage-descriptor> <sw-image-desc> Loading Loading @@ -131,7 +131,7 @@ </virtual-compute-desc> <virtual-storage-descriptor> <id>csr-vsd</id> <type-of-storage>root</type-of-storage> <type-of-storage>root-storage</type-of-storage> <size-of-storage>0</size-of-storage> </virtual-storage-descriptor> <sw-image-desc> Loading
src/yang/etsi-nfv-common.yang +24 −1 Original line number Diff line number Diff line Loading @@ -217,6 +217,29 @@ submodule etsi-nfv-common { "GS NFV IFA011: Section 7.1.6.10 Checksum information element."; } identity storage-type { description "Base type of storage that identities can derive from."; } identity root-storage { base storage-type; description "Root type of storage."; } identity swap-storage { base storage-type; description "Swap type of storage."; } identity ephemeral-storage { base storage-type; description "Ephemeral type of storage."; } /* * Typedefs */ Loading
src/yang/etsi-nfv-vnf.yang +4 −6 Original line number Diff line number Diff line Loading @@ -727,12 +727,10 @@ submodule etsi-nfv-vnf { leaf type-of-storage { // Needed to be able to onboard images type enumeration { enum "root"; enum "swap"; enum "ephemeral"; default "root-storage"; type identityref { base storage-type; } default "root"; description "Type of virtualised storage resource (e.g. volume, object)."; Loading