Commit 0b7c04af authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

SOL006 Contribution NFVSOL(18)000396 Virtual Compute Descriptor

Corrected a reference.

Change-Id: Ifbb5a739e04fee74bd7ac1f6b79895f6bdadcac0
parent f37defd1
Loading
Loading
Loading
Loading

src/yang/etsi-nfv-vnf.yang

100644 → 100755
+34 −6
Original line number Diff line number Diff line
@@ -433,7 +433,20 @@ submodule etsi-nfv-vnf {
        }

        list logical-node {
          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.";
          }

          list requirement-detail {
            key "key";

            leaf key {
              type string;
            }
@@ -441,9 +454,24 @@ submodule etsi-nfv-vnf {
              type string;
            }
            description
            "The logical Node requirements.";
              "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.2.2, VirtualComputeDesc
              "GS NFV IFA011: Section 7.1.9.6, LogicalNodeRequirements
               information element.";
          }
          description
            "The logical node requirements.";
          reference
            "GS NFV IFA011: Section 7.1.9.2, VirtualComputeDesc
             information element.";
        }