etsi-nfv-nsd.yang 1.11 KB
Newer Older
module etsi-nfv-nsd {
  yang-version 1.1;
  namespace "urn:etsi:nfv:yang:etsi-nfv-nsd";
  prefix nsd;

  import etsi-nfv-descriptors {
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
    prefix nfv;
  }

  organization
    "European Telecommunications Standards Institute (ETSI)";

  description
    "Network Services Descriptors";

Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
    description
       NSD according to ETSI GS NFV-IFA 014 Release 3.";
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
  revision 2019-10-01 {
    description
      "Version 2.7.1.

Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
       Common data structures to support NSD according to:
       ETSI GS NFV-IFA 014 Ed271v264.";
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
  }
  revision 2019-04-25 {
    description
      "Initial revision.
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
       Common data structures to support NSD according to:
       ETSI GS NFV-IFA 014 Ed261v252.";
  }

  container nsd {
    list nsd {
      key "id";
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed

Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
      uses nfv:nsd;
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed

      description
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
        "The NSD information element is a deployment template whose
         instances are used by the NFVO for the lifecycle management
         of NSs.";
      reference
        "GS NFV-IFA014: Section 6.2.2, Network Service Descriptor
         information element";