From 0b7c04af48d908cdbef2bd6ad198ffa0979b65b0 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Mon, 23 Jul 2018 09:36:43 -0700 Subject: [PATCH] SOL006 Contribution NFVSOL(18)000396 Virtual Compute Descriptor Corrected a reference. Change-Id: Ifbb5a739e04fee74bd7ac1f6b79895f6bdadcac0 --- src/yang/etsi-nfv-vnf.yang | 40 ++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) mode change 100644 => 100755 src/yang/etsi-nfv-vnf.yang diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang old mode 100644 new mode 100755 index 2674cd8..740b0b9 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -433,17 +433,45 @@ submodule etsi-nfv-vnf { } list logical-node { - key "key"; - leaf key { + key "id"; + + leaf id { type string; + description + "Identifies this set of logical node requirements."; + reference + "GS NFV IFA011: Section 7.1.9.6, LogicalNodeRequirements + Information elements."; } - leaf value { - type string; + + list requirement-detail { + key "key"; + + leaf key { + type string; + } + leaf value { + type string; + } + description + "The logical node-level compute, memory and I/O + requirements. An array of key-value pairs that + articulate the deployment requirements. + + This could include the number of CPU cores on this + logical node, a memory configuration specific to a + logical node (e.g. such as available in the Linux + kernel via the libnuma library) or a requirement + related to the association of an I/O device with the + logical node."; + reference + "GS NFV IFA011: Section 7.1.9.6, LogicalNodeRequirements + information element."; } description - "The logical Node requirements."; + "The logical node requirements."; reference - "GS NFV IFA011: Section 7.1.9.2.2, VirtualComputeDesc + "GS NFV IFA011: Section 7.1.9.2, VirtualComputeDesc information element."; } -- 2.18.1