Commit 6e35b43c authored by jethanandani's avatar jethanandani
Browse files

Merge branch 'issue#3' into 'dev-v2.8.1'

Issue#3 - Implement NFVIFA(18)000562r2_IFA011ed251_nicIoRequirements

See merge request !58
parents 542f2c99 8ce4ec9b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<nfv xmlns="urn:etsi:nfv:yang:etsi-nfv-descriptors">
<nfv xmlns="urn:etsi:nfv:yang:etsi-nfv-descriptors">
  <vnfd>
  <vnfd>
    <id>ASA</id>
    <id>ASA</id>
+2 −0
Original line number Original line Diff line number Diff line
@@ -30,8 +30,10 @@ module etsi-nfv-nsd {
  container nsd {
  container nsd {
    list nsd {
    list nsd {
      key "id";
      key "id";

      max-elements 1;
      max-elements 1;
      uses nfv:nsd;
      uses nfv:nsd;

      description
      description
	"The NSD information element is a deployment template whose
	"The NSD information element is a deployment template whose
         instances are used by the NFVO for the lifecycle management
         instances are used by the NFVO for the lifecycle management
+18 −0
Original line number Original line Diff line number Diff line
@@ -95,6 +95,23 @@ submodule etsi-nfv-vnf {
          "GS NFV-IFA011: Section 7.1.6.6,
          "GS NFV-IFA011: Section 7.1.6.6,
           VirtualNetworkInterfaceRequirements information element";
           VirtualNetworkInterfaceRequirements information element";
      }
      }

      leaf nic-io-requirements {
	type leafref {
          path "/nfv:nfv/nfv:vnfd/nfv:virtual-compute-desc/" +
	       "nfv:logical-node/nfv:id";
	}
	description
	  "This references (couples) the CPD with any logical node
           I/O requirements (for network devices) that may have been
           created. Linking these attributes is necessary so that I/O
           requirements that need to be articulated at the logical
           node level can be associated with the network interface
           requirements associated with the CPD.";
        reference
          "GS NFV-IFA011: Section 7.1.6.6,
           VirtualNetworkInterfaceRequirements information element";
      }
    }
    }
  }
  }


@@ -491,6 +508,7 @@ submodule etsi-nfv-vnf {


        list requirement-detail {
        list requirement-detail {
          key "key";
          key "key";
          min-elements 1;


          leaf key {
          leaf key {
            type string;
            type string;