diff --git a/example-data/nfv-nsd.xml b/example-data/nfv-nsd.xml index 57f7c7c840327e7396717dfcd1c5b735f36130bd..8241604b3de85cceebabf22952d6f8866c32f056 100644 --- a/example-data/nfv-nsd.xml +++ b/example-data/nfv-nsd.xml @@ -1,4 +1,4 @@ - + ASA My Company @@ -133,4 +133,4 @@ - + diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 283217a50a5da677784713f4b209cef71a3b05fa..a8279bb174acbf18ccdb00bb0056c6350376e8d1 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -770,6 +770,22 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.9.2.4, VirtualCpuPinningData information element."; } + + leaf-list cpu-policy { + type enumeration { + enum "dedicated"; + enum "shared"; + } + description + "Shows the list of dedicated virtual CPU cores and + shared virtual CPU cores in a VM. Dedicated refers to + a virtual CPU core occupies one physical CPU core. + Shared refers to multi virtual CPU cores shared one + physical CPU core."; + reference + "GS NFV IFA011: Section 7.1.9.2.4, + VirtualCpuPinningData information element."; + } description "The virtual CPU pinning configuration for the virtualised compute resource.";