OSM Information Model: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
No edit summary
No edit summary
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''THIS PAGE IS DEPRECATED'''. OSM User Guide has been moved to a new location: '''https://osm.etsi.org/docs/user-guide/'''
---
==YANG model in OSM repos==
==YANG model in OSM repos==


Line 7: Line 11:


==OSM IM tree representation==
==OSM IM tree representation==
Below you can find tree representations of the VNFD, NSD, VNFR and NSR, both in navigable and plain text formats.
Below you can find tree representations of the VNFD (VNF Descriptor), NSD (Network Service Descriptor), NST (Network Slice Template), VNFR (VNF Record), NSR (Network Service Record), NSI (Network Slice Instance), both in navigable and plain text formats.


===VNFD tree===
===VNFD tree===


'''Navigable version:''' http://osm-download.etsi.org/ftp/osm-doc/vnfd.html
'''Navigable version:'''


'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/vnfd.html'''


'''Plain text version:'''
'''Plain text version:'''
<pre>
<pre>
module: vnfd
module: vnfd
    +--rw vnfd-catalog
  +--rw vnfd-catalog
      +--rw vnfd* [id]
    +--rw schema-version?  string
          +--rw id                       string
    +--rw vnfd* [id]
          +--rw name                     string
        +--rw id                         string
          +--rw short-name?               string
        +--rw name                       string
          +--rw vendor?                   string
        +--rw short-name?                 string
          +--rw logo?                     string
        +--rw vendor?                     string
          +--rw description?             string
        +--rw logo?                       string
          +--rw version?                 string
        +--rw description?               string
          +--rw vnf-configuration
        +--rw version?                   string
          |  +--rw (config-method)?
        +--rw vnf-configuration
          |  |  +--:(script)
        |  +--rw (config-method)?
          |  |  |  +--rw script
        |  |  +--:(script)
          |  |  |    +--rw script-type?  enumeration
        |  |  |  +--rw script
          |  |  +--:(juju)
        |  |  |    +--rw script-type?  enumeration
          |  |    +--rw juju
        |  |  +--:(juju)
          |  |        +--rw charm?              string
        |  |    +--rw juju
          |  |        +--rw vca-relationships
        |  |        +--rw charm?              string
          |  |          +--rw relation* [requires provides]
        |  |        +--rw proxy?              boolean
          |  |              +--rw requires    string
        |  |        +--rw vca-relationships
          |  |              +--rw provides    string
        |  |          +--rw relation* [requires provides]
          |  +--rw config-primitive* [name]
        |  |              +--rw requires    string
          |  |  +--rw name                  string
        |  |              +--rw provides    string
          |  |  +--rw parameter* [name]
        |  +--rw config-primitive* [name]
          |  |  |  +--rw name              string
        |  |  +--rw name                  string
          |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  |  +--rw parameter* [name]
          |  |  |  +--rw mandatory?        boolean
        |  |  |  +--rw name              string
          |  |  |  +--rw default-value?    string
        |  |  |  +--rw data-type?        manotypes:parameter-data-type
          |  |  |  +--rw parameter-pool?  string
        |  |  |  +--rw mandatory?        boolean
          |  |  |  +--rw read-only?        boolean
        |  |  |  +--rw default-value?    string
          |  |  |  +--rw hidden?          boolean
        |  |  |  +--rw parameter-pool?  string
          |  |  +--rw user-defined-script?  string
        |  |  |  +--rw read-only?        boolean
          |  +--rw initial-config-primitive* [seq]
        |  |  |  +--rw hidden?          boolean
          |     +--rw seq                   uint64
        |  |  +--rw user-defined-script?  string
          |     +--rw (primitive-type)?
        |  +--rw initial-config-primitive* [seq]
          |       +--:(primitive-definition)
        |  | +--rw seq                         uint64
          |           +--rw name?                  string
        |  | +--rw (primitive-type)?
          |           +--rw parameter* [name]
        |  |     +--:(primitive-definition)
          |           |  +--rw name     string
        |  |       +--rw name?                  string
          |           |  +--rw value?   string
        |  |       +--rw parameter* [name]
          |           +--rw user-defined-script?  string
        |  |       |  +--rw name         string
          +--rw operational-status?      vnf-operational-status
        |  |        |  +--rw data-type?  manotypes:parameter-data-type
          +--rw mgmt-interface
        |  |       |  +--rw value?       string
          |  +--rw (endpoint-type)?
        |  |       +--rw user-defined-script?  string
          |  |  +--:(ip)
        |  +--rw terminate-config-primitive* [seq]
          |  |  |  +--rw ip-address?         inet:ip-address
        |  |  +--rw seq                    uint64
          |  |  +--:(vdu-id)
        |  |  +--rw name?                 string
          |  |  |  +--rw vdu-id?             -> ../../vdu/id
        |  |  +--rw parameter* [name]
          | |  +--:(cp)
        |  |  |  +--rw name         string
          |  |    +--rw cp?                 -> ../../connection-point/name
        |  |  |  +--rw data-type?  manotypes:parameter-data-type
          |  +--rw port?              inet:port-number
        |  |  |  +--rw value?       string
          |  +--rw dashboard-params
        | |  +--rw user-defined-script?   string
          |    +--rw path?    string
        |  +--rw metrics* [name]
          |     +--rw https?   boolean
        |  |  +--rw name    string
          |     +--rw port?   inet:port-number
        |  +--rw config-access
          +--rw internal-vld* [id]
        |    +--rw ssh-access
          |  +--rw id                          string
        |       +--rw required?       boolean
          |  +--rw name?                       string
        |       +--rw default-user?   string
          |  +--rw short-name?                  string
        +--rw operational-status?        vnf-operational-status
          |  +--rw description?                 string
        +--rw mgmt-interface
          |  +--rw type?                        manotypes:virtual-link-type
        |  +--rw (endpoint-type)?
          |  +--rw root-bandwidth?             uint64
        |  |  +--:(ip)
          |  +--rw leaf-bandwidth?              uint64
        |  |  |  +--rw ip-address?   inet:ip-address
          |  +--rw internal-connection-point* [id-ref]
        |  |  +--:(vdu-id)
           |  |  +--rw id-ref    -> ../../../vdu/internal-connection-point/id
        |  |  |  +--rw vdu-id?       -> ../../vdu/id
          |  +--rw provider-network
        |  |  +--:(cp)
          |  |  +--rw physical-network?  string
        |    +--rw cp?           -> ../../connection-point/name
          | +--rw segmentation_id?    uint32
        |  +--rw port?              inet:port-number
          | +--rw (init-params)?
        |  +--rw dashboard-params
          |    +--:(vim-network-ref)
        |     +--rw path?    string
          |    |  +--rw vim-network-name?           string
        |     +--rw https?   boolean
          |     +--:(vim-network-profile)
        |    +--rw port?    inet:port-number
          |       +--rw ip-profile-ref?             string
        +--rw internal-vld* [id]
          +--rw ip-profiles* [name]
        |  +--rw id                          string
          |  +--rw name                string
        |  +--rw name?                       string
          |  +--rw description?        string
        | +--rw short-name?                  string
          |  +--rw ip-profile-params
        | +--rw description?                 string
          |     +--rw ip-version?          inet:ip-version
        |  +--rw type?                        manotypes:virtual-link-type
          |    +--rw subnet-address?      inet:ip-prefix
        |  +--rw root-bandwidth?              uint64
          |     +--rw gateway-address?     inet:ip-address
        |  +--rw leaf-bandwidth?             uint64
          |     +--rw security-group?      string
         |  +--rw internal-connection-point* [id-ref]
          |     +--rw dns-server* [address]
        |  | +--rw id-ref        -> ../../../vdu/internal-connection-point/id
          |     |  +--rw address   inet:ip-address
        |  | +--rw ip-address?   inet:ip-address
          |     +--rw dhcp-params
        | +--rw provider-network
          |    +--rw enabled?        boolean
        | +--rw physical-network?  string
          |    |  +--rw start-address?   inet:ip-address
        | |  +--rw segmentation_id?   uint32
          |    +--rw count?          uint32
        | +--rw (init-params)?
          |     +--rw subnet-prefix-pool?   string
        |    +--:(vim-network-ref)
          +--rw connection-point* [name]
        |    |  +--rw vim-network-name?     string
          |  +--rw name                     string
        |    +--:(vim-network-profile)
          |  +--rw id?                     string
        |       +--rw ip-profile-ref?       string
          |  +--rw short-name?              string
        +--rw ip-profiles* [name]
          | +--rw type?                   manotypes:connection-point-type
        |  +--rw name                 string
          | +--rw port-security-enabled?  boolean
        |  +--rw description?         string
          +--rw vdu* [id]
        |  +--rw ip-profile-params
          | +--rw id                          string
        |     +--rw ip-version?           inet:ip-version
          | +--rw name?                        string
        |     +--rw subnet-address?      inet:ip-prefix
          |  +--rw description?                string
        |    +--rw gateway-address?      inet:ip-address
          | +--rw count?                      uint64
        |     +--rw security-group?      string
          |  +--rw mgmt-vpci?                   string
        |     +--rw dns-server* [address]
          |  +--rw vm-flavor
        |    |  +--rw address    inet:ip-address
          | |  +--rw vcpu-count?   uint16
        |     +--rw dhcp-params
          | +--rw memory-mb?   uint64
        |    |  +--rw enabled?         boolean
          |  |  +--rw storage-gb?  uint64
        |    |  +--rw start-address?  inet:ip-address
          |  +--rw guest-epa
        |     |  +--rw count?           uint32
          |  |  +--rw trusted-execution?           boolean
        |     +--rw subnet-prefix-pool?   string
          |  |  +--rw mempage-size?               enumeration
        +--rw connection-point* [name]
          |  |  +--rw cpu-pinning-policy?          enumeration
        |  +--rw name                    string
          |  |  +--rw cpu-thread-pinning-policyenumeration
        |  +--rw id?                     string
          |  |  +--rw pcie-device* [device-id]
        |  +--rw short-name?             string
          |  |  |  +--rw device-id   string
        |  +--rw type?                    manotypes:connection-point-type
          |  |  |  +--rw count?       uint64
        |  +--rw port-security-enabledboolean
          |  |  +--rw (numa-policy)?
        |  +--rw internal-vld-ref?        -> ../../internal-vld/id
          |    +--:(numa-unaware)
        +--rw vdu* [id]
          |  |    |  +--rw numa-unaware?               empty
        |  +--rw id                           string
          |    +--:(numa-aware)
        |  +--rw name?                       string
          |        +--rw numa-node-policy
        |  +--rw description?                 string
          |  |           +--rw node-cnt?     uint16
        |  +--rw pdu-type?                    string
          |  |           +--rw mem-policy?   enumeration
        |  +--rw count?                       uint64
          |  |           +--rw node* [id]
        |  +--rw mgmt-vpci?                  string
          |              +--rw id                uint64
        |  +--rw vm-flavor
          |  |             +--rw vcpu* [id]
        |  | +--rw vcpu-count?   uint16
          |              |  +--rw id    uint64
        |  | +--rw memory-mb?   uint64
          |              +--rw memory-mb?        uint64
        |  | +--rw storage-gb?  uint64
          |              +--rw (om-numa-type)?
        |  +--rw guest-epa
          |  |                 +--:(cores)
        |  | +--rw trusted-execution?                boolean
          |  |                 |  +--rw num-cores?       uint8
        |  |  +--rw mempage-size?                      enumeration
          |  |                 +--:(paired-threads)
        |  |  +--rw (cpu-policy)?
          |  |                 |  +--rw paired-threads
        |  |  | +--:(cpu-pinning)
          |  |                 |    +--rw num-paired-threads?  uint8
        |  |  | |  +--rw cpu-pinning-policy?         enumeration
          |  |                 |    +--rw paired-thread-ids* [thread-a]
        |  |  |  | +--rw cpu-thread-pinning-policy?  enumeration
          |  |                 |        +--rw thread-a    uint8
        |  | |  +--:(cpu-quota)
          |  |                 |        +--rw thread-b?   uint8
        |  | |    +--rw cpu-quota
          |  |                 +--:(threads)
        |  |  |       +--rw limit?    uint64
          |  |                   +--rw num-threads?     uint8
        |  | |        +--rw reserve?  uint64
          +--rw vswitch-epa
        |  | |        +--rw shares?   uint64
          |  |  +--rw ovs-accelerationenumeration
        |  | +--rw mem-quota
          |  |  +--rw ovs-offload?        enumeration
        |  |  | +--rw limit?     uint64
          |  +--rw hypervisor-epa
        |  |  |  +--rw reserveuint64
          |  |  +--rw type?     enumeration
        |  |  |  +--rw shares?    uint64
          |  |  +--rw versionstring
        |  |  +--rw disk-io-quota
          |  +--rw host-epa
        |  |  |  +--rw limit?     uint64
          |  |  +--rw cpu-model?              enumeration
        |  |  |  +--rw reserveuint64
          |  |  +--rw cpu-arch?               enumeration
        |  |  |  +--rw shares?    uint64
          |  |  +--rw cpu-vendor?             enumeration
        |  |  +--rw vif-quota
          |  |  +--rw cpu-socket-count?       uint64
        |  |  |  +--rw limit?     uint64
          |  |  +--rw cpu-core-count?          uint64
        |  |  |  +--rw reserve?   uint64
          |  |  +--rw cpu-core-thread-count?   uint64
        |  |  |  +--rw shares?   uint64
          |  |  +--rw cpu-feature* [feature]
        |  |  +--rw pcie-device* [device-id]
          |  | +--rw feature    cpu-feature-type
        |  |  |  +--rw device-id    string
          |  |  +--rw om-cpu-model-string?    string
        |  |  |  +--rw count?       uint64
          |  | +--rw om-cpu-feature* [feature]
        |  |  +--rw (numa-policy)?
           |  |     +--rw feature    string
        |  |     +--:(numa-unaware)
          |  +--rw alarm* [alarm-id]
        |    |  +--rw numa-unaware?                empty
          |  | +--rw alarm-id       string
        |  |    +--:(numa-aware)
          |  | +--rw name?          string
        |  |       +--rw numa-node-policy
          |  |  +--rw description?  string
        |  |           +--rw node-cnt?    uint16
          |  | +--rw vdur-id?       string
        |  |           +--rw mem-policy?  enumeration
          |  | +--rw actions
        |          +--rw node* [id]
          |  | +--rw ok* [url]
        |  |             +--rw id                     uint64
          |  | |  +--rw url    string
        |  |             +--rw vcpu* [id]
          |  | +--rw insufficient-data* [url]
        |              |  +--rw id    uint64
          |  | |  +--rw url    string
        |  |             +--rw memory-mb?             uint64
          |  | | +--rw alarm* [url]
        |  |             +--rw (om-numa-type)?
          |  | |    +--rw url    string
        |  |                 +--:(cores)
          |  | +--rw repeat?        boolean
        |  |                 |  +--rw num-cores?        uint8
          |  | +--rw enabled?       boolean
        |  |                 +--:(paired-threads)
          |  | +--rw severity?      alarm-severity-type
        |  |                 |  +--rw paired-threads
          |  | +--rw metric?       alarm-metric-type
        |  |                 |     +--rw num-paired-threads?  uint8
          |  |  +--rw statistic?    alarm-statistic-type
        |  |                 |    +--rw paired-thread-ids* [thread-a]
          |  |  +--rw operation?     alarm-operation-type
        |  |                 |        +--rw thread-a    uint8
          |  |  +--rw value?        decimal64
        |  |                 |        +--rw thread-b?   uint8
          |  |  +--rw period?        uint32
        |  |                 +--:(threads)
          |  |  +--rw evaluations?   uint32
        |  |                   +--rw num-threads?     uint8
          |  +--rw image?                       string
        |  +--rw vswitch-epa
          |  +--rw image-checksum?              string
        |  |  +--rw ovs-acceleration?   enumeration
          |  +--rw vdu-configuration
        |  |  +--rw ovs-offload?       enumeration
          |  |  +--rw (config-method)?
         |  +--rw hypervisor-epa
          |  |  |  +--:(script)
        |  |  +--rw type?     enumeration
          |  |  | |  +--rw script
        |  |  +--rw version?   string
          |  |  |  |    +--rw script-typeenumeration
        |  +--rw host-epa
          |  |  |  +--:(juju)
        |  |  +--rw cpu-model?              enumeration
          |  |  |     +--rw juju
        |  |  +--rw cpu-arch?               enumeration
          |  |  |        +--rw charm?               string
        |  |  +--rw cpu-vendor?              enumeration
          |  |  |        +--rw vca-relationships
        |  |  +--rw cpu-socket-count?        uint64
          |  | |          +--rw relation* [requires provides]
        | |  +--rw cpu-core-count?          uint64
          |  |              +--rw requires    string
        |  |  +--rw cpu-core-thread-countuint64
          |  |  |              +--rw provides    string
        |  |  +--rw cpu-feature* [feature]
          |  |  +--rw config-primitive* [name]
        |  |  | +--rw feature    cpu-feature-type
          |  |  |  +--rw name                   string
        |  |  +--rw om-cpu-model-string?     string
          |  |  |  +--rw parameter* [name]
        |  |  +--rw om-cpu-feature* [feature]
          |  |  |  |  +--rw name              string
        |  |     +--rw feature    string
          |  |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  +--rw alarm* [alarm-id]
          |  |  |  |  +--rw mandatory?        boolean
        |  |  +--rw alarm-id                    string
          |  |  |  |  +--rw default-value?   string
        |  |  +--rw vnf-monitoring-param-ref?  -> ../../monitoring-param/id
          |  |  |  |  +--rw parameter-pool?  string
        |  |  +--rw name?                      string
          |  |  |  |  +--rw read-only?        boolean
        |  |  +--rw description?                string
          |  |  |  |  +--rw hidden?          boolean
        |  |  +--rw vdur-id?                    string
          |  |  | +--rw user-defined-script?  string
        |  |  +--rw actions
          |  |  +--rw initial-config-primitive* [seq]
        |  |  |  +--rw ok* [url]
          |  |     +--rw seq                   uint64
        |  |  |  |  +--rw url   string
          |  |     +--rw (primitive-type)?
        |  |  |  +--rw insufficient-data* [url]
          |  |       +--:(primitive-definition)
        |  |  |  |  +--rw url    string
          |  |           +--rw name?                  string
        |  |  |  +--rw alarm* [url]
          |  |           +--rw parameter* [name]
        |  |  |     +--rw url    string
          |          |  +--rw name    string
        |  |  +--rw repeat?                    boolean
          |          |  +--rw value?   string
        |  | +--rw enabled?                   boolean
          |          +--rw user-defined-script?   string
        |  | +--rw severity?                  alarm-severity-type
          |  +--rw (cloud-init-input)?
        |  | +--rw statistic?                  alarm-statistic-type
          |  |  +--:(inline)
        |  | +--rw operation?                  relational-operation-type
          |  |  |  +--rw cloud-init?                  string
        |  | +--rw value?                      decimal64
          |  |  +--:(filename)
        |  |  +--rw period?                    uint32
          |  |     +--rw cloud-init-file?             string
        |  |  +--rw evaluations?               uint32
          |  +--rw supplemental-boot-data
        |  +--rw image?                       string
          |  |  +--rw config-file* [source]
        |  +--rw image-checksum?             string
          |  |  |  +--rw source    string
        |  +--rw alternative-images* [vim-type]
          |  |  |  +--rw dest?    string
        |  |  +--rw vim-type          string
          |  |  +--rw boot-data-driveboolean
        |  |  +--rw image?            string
          +--rw internal-connection-point* [id]
        |  | +--rw image-checksum?   string
          |  |  +--rw name?                    string
        |  +--rw vdu-configuration
          |  |  +--rw id                      string
        |  |  +--rw (config-method)?
          |  |  +--rw short-name?             string
        |  |  |  +--:(script)
          |  |  +--rw type?                   manotypes:connection-point-type
        |  |  |  |  +--rw script
          |  |  +--rw port-security-enabled?  boolean
        |  |  |  |    +--rw script-typeenumeration
          |  |  +--rw internal-vld-ref?        -> ../../../internal-vld/id
        |  |  |  +--:(juju)
          |  +--rw interface* [name]
        |  |  |    +--rw juju
          |  |  +--rw name                             string
        |  |  |        +--rw charm?               string
          |  |  +--rw position?                        uint32
        |  |  |        +--rw proxy?               boolean
          |  |  +--rw type?                            interface-type
        |  |  |        +--rw vca-relationships
          |  |  +--rw (connection-point-type)?
        |  |  |          +--rw relation* [requires provides]
          |  |  |  +--:(internal)
        |  |  |              +--rw requires    string
          |  |  |  |  +--rw internal-connection-point-ref?   -> ../../internal-connection-point/id
        |  |  |              +--rw provides    string
          |  |  |  +--:(external)
        |  |  +--rw config-primitive* [name]
          |  |  |     +--rw external-connection-point-ref?   -> ../../../connection-point/name
        |  |  |  +--rw name                   string
          |  |  +--rw virtual-interface
        |  |  |  +--rw parameter* [name]
          |  |     +--rw type?       enumeration
        |  |  |  |  +--rw name              string
          |  |     +--rw vpci?        string
        |  |  |  |  +--rw data-type?        manotypes:parameter-data-type
          |  |     +--rw bandwidth?  uint64
        |  |  |  |  +--rw mandatory?        boolean
          |  +--rw volumes* [name]
        |  |  |  |  +--rw default-value?   string
          |    +--rw name              string
        |  |  |  |  +--rw parameter-pool?  string
          |     +--rw description?     string
        |  |  |  | +--rw read-only?       boolean
          |     +--rw size?            uint64
        |  |  |  |  +--rw hidden?          boolean
          |     +--rw (volume-source)?
        |  |  | +--rw user-defined-script?   string
          |     |  +--:(ephemeral)
        |  | +--rw initial-config-primitive* [seq]
          |     |  |  +--rw ephemeral?       empty
        |  |  | +--rw seq                          uint64
          |     +--:(image)
        |  |  |  +--rw (primitive-type)?
          |     |    +--rw image?           string
        |  |  |    +--:(primitive-definition)
          |     |     +--rw image-checksum?  string
        |  |  |       +--rw name?                 string
          |     +--rw device-bus?      enumeration
        |  |  |       +--rw parameter* [name]
          |     +--rw device-type?     enumeration
        |  |  |        | +--rw name        string
          +--rw vdu-dependency* [vdu-source-ref]
        |  |  |       |  +--rw data-type?  manotypes:parameter-data-type
          |  +--rw vdu-source-ref        -> ../../vdu/id
        | |        |  +--rw value?       string
          |  +--rw vdu-depends-on-ref?  -> ../../vdu/id
        | |  |       +--rw user-defined-script?   string
          +--rw service-function-chain?   enumeration
        | | +--rw terminate-config-primitive* [seq]
          +--rw service-function-type?   string
        |  |  | +--rw seq                    uint64
          +--rw http-endpoint* [path]
        |  |  | +--rw name?                 string
          |  +--rw path                    string
        |  |  |  +--rw parameter* [name]
          |  +--rw https?                  boolean
        |  |  |  |  +--rw name        string
          |  +--rw port?                    inet:port-number
        |  |  |  |  +--rw data-typemanotypes:parameter-data-type
          |  +--rw username?               string
        |  |  |  |  +--rw value?       string
          |  +--rw password?               string
        |  |  |  +--rw user-defined-script?   string
          |  +--rw polling-interval-secs?  uint8
        |  |  +--rw metrics* [name]
          |  +--rw method?                 manotypes:http-method
        |  |  |  +--rw name    string
          |  +--rw headers* [key]
        |  |  +--rw config-access
          |     +--rw key      string
        |    +--rw ssh-access
          |     +--rw value?  string
        |        +--rw required?       boolean
          +--rw monitoring-param* [id]
        |        +--rw default-user?   string
          |  +--rw id                    string
        |  +--rw monitoring-param* [id]
          |  +--rw name?                 string
        |  |  +--rw id                    string
          |  +--rw http-endpoint-ref?    -> ../../http-endpoint/path
        |  |  +--rw nfvi-metric?         manotypes:nfvi-metric-type
          |  +--rw json-query-method?     json-query-method
        |  |  +--rw interface-name-ref?  -> ../../interface/name
          |  +--rw json-query-params
        | +--rw (cloud-init-input)?
          |  |  +--rw json-path?     string
        |  | +--:(inline)
          |  |  +--rw object-path?  string
        |  |  |  +--rw cloud-init?            string
          +--rw description?          string
        |  |  +--:(filename)
          |  +--rw group-tag?             string
        |    +--rw cloud-init-file?       string
          |  +--rw widget-type?           manotypes:widget-type
        |  +--rw supplemental-boot-data
          |  +--rw units?                string
        |  |  +--rw boot-data-drive?   boolean
          |  +--rw value-type?            param-value-type
        |  +--rw internal-connection-point* [id]
          |  +--rw numeric-constraints
        |  |  +--rw name?                   string
          |  |  +--rw min-value?  uint64
        |  |  +--rw id                      string
          |  |  +--rw max-value?  uint64
        |  |  +--rw short-name?             string
          |  +--rw text-constraints
        |  |  +--rw type?                   manotypes:connection-point-type
          |  |  +--rw min-length?  uint8
        |  |  +--rw port-security-enabled?  boolean
          |  |  +--rw max-length?  uint8
        |  |  +--rw internal-vld-ref?        -> ../../../internal-vld/id
          |  +--rw value-integer?         int64
        |  +--rw interface* [name]
          |  +--rw value-decimal?         decimal64
        |  |  +--rw name                                  string
          |  +--rw value-string?         string
        |  |  +--rw position?                              uint32
          +--rw placement-groups* [name]
        |  |  +--rw mgmt-interface?                        boolean
            +--rw name          string
        |  |  +--rw type?                                  interface-type
            +--rw requirement?  string
        |  |  +--rw mac-address?                          string
            +--rw strategy?      enumeration
        |  |  +--rw (connection-point-type)?
            +--rw member-vdus* [member-vdu-ref]
        |  |  |  +--:(internal)
                +--rw member-vdu-ref    -> ../../../vdu/id
        |  |  |  |  +--rw internal-connection-point-ref?  -> ../../internal-connection-point/id
        |  |  |  +--:(external)
        |  |  |    +--rw external-connection-point-ref?  -> ../../../connection-point/name
        |  |  +--rw virtual-interface
        |  |    +--rw type?        enumeration
        |  |    +--rw vpci?        string
        |  |    +--rw bandwidth?  uint64
        |  +--rw volumes* [name]
        |    +--rw name                    string
        |    +--rw description?            string
        |    +--rw size?                  uint64
        |    +--rw (volume-source)?
        |    |  +--:(ephemeral)
        |    |  |  +--rw ephemeral?        empty
        |    |  +--:(image)
        |    |    +--rw image?            string
        |    |    +--rw image-checksum?  string
        |    +--rw device-bus?            enumeration
        |    +--rw device-type?            enumeration
        +--rw vdu-dependency* [vdu-source-ref]
        |  +--rw vdu-source-ref        -> ../../vdu/id
        |  +--rw vdu-depends-on-ref?  -> ../../vdu/id
        +--rw service-function-chain?    enumeration
        +--rw service-function-type?      string
        +--rw http-endpoint* [path]
        |  +--rw path                    string
        |  +--rw https?                  boolean
        |  +--rw port?                    inet:port-number
        |  +--rw username?                string
        |  +--rw password?                string
        |  +--rw polling-interval-secs?  uint8
        |  +--rw method?                  manotypes:http-method
        |  +--rw headers* [key]
        |    +--rw key      string
        |    +--rw value?  string
        +--rw scaling-group-descriptor* [name]
        |  +--rw name                    string
        |  +--rw scaling-policy* [name]
        |  |  +--rw name                        string
        |  |  +--rw scaling-type?              manotypes:scaling-policy-type
        |  |  +--rw enabled?                    boolean
        |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
        |  |  +--rw scale-out-operation-type?  manotypes:scaling-criteria-operation
        |  |  +--rw threshold-time              uint32
        |  |  +--rw cooldown-time              uint32
        |  |  +--rw scaling-criteria* [name]
        |  |    +--rw name                              string
        |  |    +--rw scale-in-threshold?              decimal64
        |  |    +--rw scale-in-relational-operation?    manotypes:relational-operation-type
        |  |    +--rw scale-out-threshold?              decimal64
        |  |    +--rw scale-out-relational-operation?  manotypes:relational-operation-type
        |  |    +--rw vnf-monitoring-param-ref?        -> ../../../../monitoring-param/id
        |  +--rw vdu* [vdu-id-ref]
        |  |  +--rw vdu-id-ref    -> ../../../vdu/id
        |  |  +--rw count?        uint32
        |  +--rw min-instance-count?      uint32
        |  +--rw max-instance-count?      uint32
        |  +--rw scaling-config-action* [trigger]
        |    +--rw trigger                          manotypes:scaling-trigger
        |    +--rw vnf-config-primitive-name-ref?  -> ../../../vnf-configuration/config-primitive/name
        +--rw monitoring-param* [id]
        |  +--rw id                            string
        |  +--rw name?                        string
        |  +--rw aggregation-type?            aggregation-type
        |  +--rw (monitoring-type)?
        |  |  +--:(vdu-monitoring-param)
        |  |  |  +--rw vdu-monitoring-param
        |  |  |    +--rw vdu-ref?                    -> ../../../vdu/id
        |  |  |    +--rw vdu-monitoring-param-ref?  -> ../../../vdu[id = current()/../vdu-ref]/monitoring-param/id
        |  |  +--:(vnf-metric)
        |  |  |  +--rw vnf-metric
        |  |  |    +--rw vnf-metric-name-ref?  -> ../../../vnf-configuration/metrics/name
        |  |  +--:(vdu-metric)
        |  |    +--rw vdu-metric
        |  |        +--rw vdu-ref?              -> ../../../vdu/id
        |  |        +--rw vdu-metric-name-ref?  -> ../../../vdu[id = current()/../vdu-ref]/vdu-configuration/metrics/name
        |  +--rw http-endpoint-ref?            -> ../../http-endpoint/path
        |  +--rw json-query-method?            manotypes:json-query-method
        |  +--rw json-query-params
        |  |  +--rw json-path?    string
        |  |  +--rw object-path?  string
        |  +--rw description?                  string
        |  +--rw group-tag?                    string
        |  +--rw widget-type?                  manotypes:widget-type
        |  +--rw units?                        string
        |  +--rw value-type?                  param-value-type
        |  +--rw numeric-constraints
        |  |  +--rw min-value?  uint64
        |  |  +--rw max-value?  uint64
        |  +--rw text-constraints
        |  |  +--rw min-length?  uint8
        |  |  +--rw max-length?  uint8
        |  +--rw value-integer?               int64
        |  +--rw value-decimal?               decimal64
        |  +--rw value-string?                 string
        +--rw placement-groups* [name]
          +--rw name          string
          +--rw requirement?  string
          +--rw strategy?      enumeration
          +--rw member-vdus* [member-vdu-ref]
              +--rw member-vdu-ref    -> ../../../vdu/id
</pre>
</pre>


===NSD tree===
===NSD tree===


'''Navigable version:''' http://osm-download.etsi.org/ftp/osm-doc/nsd.html
'''Navigable version:'''


'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsd.html'''


'''Plain text version:'''
'''Plain text version:'''
<pre>
module: nsd
  +--rw nsd-catalog
    +--rw schema-version?  string
    +--rw nsd* [id]
        +--rw id                          string
        +--rw name                        string
        +--rw short-name?                string
        +--rw vendor?                    string
        +--rw logo?                      string
        +--rw description?                string
        +--rw version?                    string
        +--rw connection-point* [name]
        |  +--rw name                              string
        |  +--rw floating-ip-required?              boolean
        |  +--rw type?                              manotypes:connection-point-type
        |  +--rw (connection)?
        |    +--:(vld-ref)
        |    |  +--rw vld-id-ref?                  -> ../../vld/id
        |    +--:(vnfd-connection-point-ref)
        |        +--rw member-vnf-index-ref?        -> ../../constituent-vnfd/member-vnf-index
        |        +--rw vnfd-id-ref?                -> ../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |        +--rw vnfd-connection-point-ref?  -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
        +--rw scaling-group-descriptor* [name]
        |  +--rw name                    string
        |  +--rw scaling-policy* [name]
        |  |  +--rw name                        string
        |  |  +--rw scaling-type?              manotypes:scaling-policy-type
        |  |  +--rw enabled?                    boolean
        |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
        |  |  +--rw scale-out-operation-type?  manotypes:scaling-criteria-operation
        |  |  +--rw threshold-time              uint32
        |  |  +--rw cooldown-time              uint32
        |  |  +--rw scaling-criteria* [name]
        |  |    +--rw name                              string
        |  |    +--rw scale-in-threshold?              uint64
        |  |    +--rw scale-in-relational-operation?    manotypes:relational-operation-type
        |  |    +--rw scale-out-threshold?              uint64
        |  |    +--rw scale-out-relational-operation?  manotypes:relational-operation-type
        |  |    +--rw ns-monitoring-param-ref?          -> ../../../../monitoring-param/id
        |  +--rw vnfd-member* [member-vnf-index-ref]
        |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
        |  |  +--rw count?                  uint32
        |  +--rw min-instance-count?      uint32
        |  +--rw max-instance-count?      uint32
        |  +--rw scaling-config-action* [trigger]
        |    +--rw trigger                        manotypes:scaling-trigger
        |    +--rw ns-config-primitive-name-ref?  -> ../../../ns-configuration/config-primitive/name
        +--rw vnffgd* [id]
        |  +--rw id            string
        |  +--rw name?          string
        |  +--rw short-name?    string
        |  +--rw vendor?        string
        |  +--rw description?  string
        |  +--rw version?      string
        |  +--rw rsp* [id]
        |  |  +--rw id                          string
        |  |  +--rw name?                        string
        |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
        |  |    +--rw member-vnf-index-ref                -> ../../../../constituent-vnfd/member-vnf-index
        |  |    +--rw order?                              uint8
        |  |    +--rw vnfd-id-ref?                        -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |  |    +--rw vnfd-ingress-connection-point-ref?  string
        |  |    +--rw vnfd-egress-connection-point-ref?    string
        |  +--rw classifier* [id]
        |    +--rw id                          string
        |    +--rw name?                        string
        |    +--rw rsp-id-ref?                  -> ../../rsp/id
        |    +--rw match-attributes* [id]
        |    |  +--rw id                        string
        |    |  +--rw ip-proto?                uint8
        |    |  +--rw source-ip-address?        inet:ip-address
        |    |  +--rw destination-ip-address?  inet:ip-address
        |    |  +--rw source-port?              inet:port-number
        |    |  +--rw destination-port?        inet:port-number
        |    +--rw member-vnf-index-ref?        -> ../../../constituent-vnfd/member-vnf-index
        |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |    +--rw vnfd-connection-point-ref?  string
        +--rw ip-profiles* [name]
        |  +--rw name                string
        |  +--rw description?        string
        |  +--rw ip-profile-params
        |    +--rw ip-version?          inet:ip-version
        |    +--rw subnet-address?      inet:ip-prefix
        |    +--rw gateway-address?      inet:ip-address
        |    +--rw security-group?      string
        |    +--rw dns-server* [address]
        |    |  +--rw address    inet:ip-address
        |    +--rw dhcp-params
        |    |  +--rw enabled?        boolean
        |    |  +--rw start-address?  inet:ip-address
        |    |  +--rw count?          uint32
        |    +--rw subnet-prefix-pool?  string
        +--rw ns-configuration
        |  +--rw (config-method)?
        |  |  +--:(script)
        |  |  |  +--rw script
        |  |  |    +--rw script-type?  enumeration
        |  |  +--:(juju)
        |  |    +--rw juju
        |  |        +--rw charm?              string
        |  |        +--rw proxy?              boolean
        |  |        +--rw vca-relationships
        |  |          +--rw relation* [requires provides]
        |  |              +--rw requires    string
        |  |              +--rw provides    string
        |  +--rw config-primitive* [name]
        |  |  +--rw name                  string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name              string
        |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  |  |  +--rw mandatory?        boolean
        |  |  |  +--rw default-value?    string
        |  |  |  +--rw parameter-pool?  string
        |  |  |  +--rw read-only?        boolean
        |  |  |  +--rw hidden?          boolean
        |  |  +--rw user-defined-script?  string
        |  +--rw initial-config-primitive* [seq]
        |  |  +--rw seq                          uint64
        |  |  +--rw (primitive-type)?
        |  |    +--:(primitive-definition)
        |  |        +--rw name?                  string
        |  |        +--rw parameter* [name]
        |  |        |  +--rw name        string
        |  |        |  +--rw data-type?  manotypes:parameter-data-type
        |  |        |  +--rw value?      string
        |  |        +--rw user-defined-script?  string
        |  +--rw terminate-config-primitive* [seq]
        |  |  +--rw seq                    uint64
        |  |  +--rw name?                  string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name        string
        |  |  |  +--rw data-type?  manotypes:parameter-data-type
        |  |  |  +--rw value?      string
        |  |  +--rw user-defined-script?  string
        |  +--rw metrics* [name]
        |    +--rw name    string
        +--rw input-parameter-xpath* [xpath]
        |  +--rw xpath            string
        |  +--rw label?          string
        |  +--rw default-value?  string
        +--rw parameter-pool* [name]
        |  +--rw name    string
        |  +--rw range
        |    +--rw start-value    uint32
        |    +--rw end-value      uint32
        +--rw key-pair* [name]
        |  +--rw name    string
        |  +--rw key?    string
        +--rw user* [name]
        |  +--rw name        string
        |  +--rw user-info?  string
        |  +--rw key-pair* [name]
        |    +--rw name    string
        |    +--rw key?    string
        +--rw vld* [id]
        |  +--rw id                          string
        |  +--rw name?                        string
        |  +--rw short-name?                  string
        |  +--rw vendor?                      string
        |  +--rw description?                string
        |  +--rw version?                    string
        |  +--rw type?                        manotypes:virtual-link-type
        |  +--rw root-bandwidth?              uint64
        |  +--rw leaf-bandwidth?              uint64
        |  +--rw provider-network
        |  |  +--rw physical-network?  string
        |  |  +--rw segmentation_id?    uint32
        |  +--rw mgmt-network?                boolean
        |  +--rw (init-params)?
        |  |  +--:(vim-network-ref)
        |  |  |  +--rw vim-network-name?      string
        |  |  +--:(vim-network-profile)
        |  |    +--rw ip-profile-ref?        -> ../../ip-profiles/name
        |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
        |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
        |    +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
        |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |    +--rw ip-address?                  inet:ip-address
        +--rw constituent-vnfd* [member-vnf-index]
        |  +--rw member-vnf-index    string
        |  +--rw vnfd-id-ref?        -> /vnfd:vnfd-catalog/vnfd/id
        |  +--rw start-by-default?  boolean
        +--rw placement-groups* [name]
        |  +--rw name          string
        |  +--rw requirement?  string
        |  +--rw strategy?      enumeration
        |  +--rw member-vnfd* [member-vnf-index-ref]
        |    +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
        |    +--rw vnfd-id-ref?            -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        +--rw vnf-dependency* [vnf-source-ref]
        |  +--rw vnf-source-ref        -> /vnfd:vnfd-catalog/vnfd/id
        |  +--rw vnf-depends-on-ref?  -> /vnfd:vnfd-catalog/vnfd/id
        +--rw monitoring-param* [id]
          +--rw id                      string
          +--rw name?                    string
          +--rw value-type?              param-value-type
          +--rw numeric-constraints
          |  +--rw min-value?  uint64
          |  +--rw max-value?  uint64
          +--rw text-constraints
          |  +--rw min-length?  uint8
          |  +--rw max-length?  uint8
          +--rw value-integer?          int64
          +--rw value-decimal?          decimal64
          +--rw value-string?            string
          +--rw description?            string
          +--rw group-tag?              string
          +--rw widget-type?            manotypes:widget-type
          +--rw units?                  string
          +--rw aggregation-type?        aggregation-type
          +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
              +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
              +--rw vnfd-monitoring-param-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
              +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
</pre>


===NST tree===
'''Navigable version:'''
'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nst.html'''
'''Plain text version:'''
<pre>
<pre>
module: nsd
module: nst
    +--rw nsd-catalog
  +--rw nst* [id]
      +--rw nsd* [id]
    +--rw id                           string
          +--rw id                             string
    +--rw name                         string
          +--rw name                           string
    +--rw SNSSAI-identifier
          +--rw short-name?                    string
    |  +--rw slice-service-type      network-slice-type
          +--rw vendor?                        string
    |  +--rw slice-differentiator?   string
          +--rw logo?                         string
    +--rw quality-of-service
          +--rw description?                  string
    |  +--rw id                        uint16
          +--rw version?                      string
    |  +--rw resource-type?           resource-type
          +--rw connection-point* [name]
    |  +--rw priority-level?          uint16
          |  +--rw name    string
    |  +--rw packet-delay-budget?      uint16
          |  +--rw type?   manotypes:connection-point-type
    |  +--rw packet-error-rate?        uint16
          +--rw scaling-group-descriptor* [name]
    |  +--rw default-max-data-burst?  uint16
          |  +--rw name                    string
    +--rw netslice-subnet* [id]
          |  +--rw scaling-policy* [name]
    |  +--rw id                          string
          |  |  +--rw name                        string
    |  +--rw description?               string
          |  |  +--rw scaling-type?              scaling-policy-type
    |  +--rw is-shared-nss?             boolean
          |  |  +--rw enabled?                   boolean
    |  +--rw nsd-ref                    -> /nsd:nsd-catalog/nsd/id
          |  |  +--rw scale-in-operation-type?   scaling-criteria-operation
    |  +--rw instantiation-parameters
          |  |  +--rw scale-out-operation-type?  scaling-criteria-operation
    |     +--rw vimAccountId    string
          |  |  +--rw threshold-time              uint32
    |     +--rw ssh_keys?      string
          | +--rw cooldown-time              uint32
    |    +--rw vnf* [member-vnf-index]
          | +--rw scaling-criteria* [name]
    |    |  +--rw member-vnf-index    string
          |    +--rw name                      string
    |    |  +--rw vimAccountId?       string
          |    +--rw scale-in-threshold?       uint64
    |    +--rw vdu* [id]
          |  |    +--rw scale-out-threshold?      uint64
    |    |  |  +--rw id          string
          |  |     +--rw ns-monitoring-param-ref?  -> ../../../../monitoring-param/id
    |    |  | +--rw volume* [name]
          |  +--rw vnfd-member* [member-vnf-index-ref]
    |    |  |  |  +--rw name            string
          |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
    |    |  |  |  +--rw vim-volume-id    string
          |  | +--rw count?                 uint32
    |    |  |  +--rw interface* [name]
          |  +--rw min-instance-count?      uint32
    |    |  |    +--rw name                    string
          | +--rw max-instance-count?      uint32
    |    |  |    +--rw ip-address?            inet:ip-address
          |  +--rw scaling-config-action* [trigger]
    |    |  |     +--rw mac-address?           ietf-yang:mac-address
          |    +--rw trigger                          scaling-trigger
    |    |    +--rw floating-ip-required?   boolean
          |    +--rw ns-service-primitive-name-ref?  -> ../../../service-primitive/name
     |     |  +--rw internal-vld* [name]
          +--rw vnffgd* [id]
    |    |    +--rw name                        string
          |  +--rw id            string
    |    |    +--rw vim-network-name?            string
          |  +--rw name?         string
    |    |    +--rw ip-profile
          |  +--rw short-name?   string
    |    |    |  +--rw ip-version?        inet:ip-version
          |  +--rw vendor?        string
    |    |    |  +--rw subnet-address?   inet:ip-prefix
          |  +--rw description?  string
    |    |    |  +--rw gateway-address?   inet:ip-prefix
          |  +--rw version?      string
    |    |    |  +--rw dns-server* [address]
          | +--rw rsp* [id]
    |    |    |  |  +--rw address    inet:ip-address
          | | +--rw id                          string
    |    |    |  +--rw dhcp-params
          | | +--rw name?                       string
    |    |    |     +--rw enabled?        boolean
          | | +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
    |    |     |     +--rw count?          uint8
          | |     +--rw member-vnf-index-ref        -> ../../../../constituent-vnfd/member-vnf-index
    |    |     |     +--rw start-address?   inet:ip-address
          | |    +--rw order?                      uint8
    |     |     +--rw internal-connection-point* [id-ref]
          | |    +--rw vnfd-id-ref?                 -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
    |     |       +--rw id-ref        string
          |    +--rw vnfd-connection-point-ref?  string
    |    |        +--rw ip-address?  inet:ip-address
          |  +--rw classifier* [id]
    |    +--rw vld* [name]
          |     +--rw id                          string
    |       +--rw name                        string
          |    +--rw name?                        string
    |       +--rw vim-network-name?           string
          |     +--rw rsp-id-ref?                  -> ../../rsp/id
    |        +--rw ip-profile
          |     +--rw member-vnf-index-ref?       -> ../../../constituent-vnfd/member-vnf-index
    |        |  +--rw ip-version?        inet:ip-version
          |     +--rw vnfd-id-ref?                 -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
    |        |  +--rw subnet-address?    inet:ip-prefix
          |     +--rw vnfd-connection-point-ref?  string
    |        | +--rw gateway-address?  inet:ip-prefix
          |    +--rw match-attributes* [id]
    |        | +--rw dns-server* [address]
          |       +--rw id                        string
    |        |  | +--rw address    inet:ip-address
           |        +--rw ip-proto?                uint8
    |       | +--rw dhcp-params
          |        +--rw source-ip-address?        inet:ip-address
    |        |    +--rw enabled?         boolean
           |        +--rw destination-ip-address?  inet:ip-address
    |        |    +--rw count?          uint8
           |        +--rw source-port?             inet:port-number
    |        |    +--rw start-address?  inet:ip-address
          |        +--rw destination-port?        inet:port-number
    |       +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
          +--rw ip-profiles* [name]
    |          +--rw member-vnf-index-ref        -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
          |  +--rw name                 string
    |           +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
          |  +--rw description?         string
    |           +--rw ip-address?                 inet:ip-address
          |  +--rw ip-profile-params
    +--rw netslice-connection-point* [name]
          |    +--rw ip-version?           inet:ip-version
    |  +--rw name                             string
          |    +--rw subnet-address?      inet:ip-prefix
    |  +--rw floating-ip-required?             boolean
          |     +--rw gateway-address?     inet:ip-address
    |  +--rw (connection)?
          |     +--rw security-group?       string
    |    +--:(netslice-vld-ref)
          |    +--rw dns-server* [address]
    |    +--rw netslice-vld-id-ref?       -> ../../netslice-vld/id
          |    |  +--rw address    inet:ip-address
    |    +--:(nsd-connection-point-ref)
          |     +--rw dhcp-params
    |       +--rw nsd-id-ref?                 -> /nsd:nsd-catalog/nsd/id
          |    |  +--rw enabled?         boolean
    |       +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
          |    |  +--rw start-address?   inet:ip-address
    +--rw netslice-vld* [id]
          |    |  +--rw count?           uint32
    |  +--rw id                          string
          |     +--rw subnet-prefix-pool?   string
    | +--rw name?                      string
          +--rw initial-service-primitive* [seq]
    |  +--rw short-name?                 string
          |  +--rw seq                    uint64
    |  +--rw vendor?                     string
          |  +--rw name                  string
    |  +--rw description?               string
          |  +--rw user-defined-script?  string
    | +--rw version?                   string
          |  +--rw parameter* [name]
    |  +--rw type?                      manotypes:virtual-link-type
          |     +--rw name    string
    |  +--rw root-bandwidth?            uint64
          |     +--rw value?  string
    |  +--rw leaf-bandwidth?            uint64
          +--rw terminate-service-primitive* [seq]
    |  +--rw provider-network
          | +--rw seq                    uint64
    |  |  +--rw physical-network?  string
          | +--rw name                  string
    |  |  +--rw segmentation_id?    uint32
          |  +--rw user-defined-script?  string
    | +--rw mgmt-network?              boolean
          | +--rw parameter* [name]
    | +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
          |    +--rw name    string
    |     +--rw nss-ref                    -> /nst/netslice-subnet/id
          |    +--rw value?  string
    |     +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
          +--rw input-parameter-xpath* [xpath]
    |     +--rw ip-address?                inet:ip-address
          |  +--rw xpath            string
    +--rw netslicefgd* [id]
          |  +--rw label?           string
        +--rw id            string
          |  +--rw default-value?  string
        +--rw name?          string
          +--rw parameter-pool* [name]
        +--rw short-name?    string
          |  +--rw name    string
        +--rw vendor?       string
          |  +--rw range
        +--rw description?  string
          |     +--rw start-value    uint32
        +--rw version?      string
          |    +--rw end-value      uint32
        +--rw rsp* [id]
          +--rw key-pair* [name]
        |  +--rw id                          string
          | +--rw name    string
        |  +--rw name?                      string
          |  +--rw key?   string
        | +--rw nsd-connection-point-ref* [nsd-ref]
          +--rw user* [name]
        |    +--rw nsd-ref                    -> /nsd:nsd-catalog/nsd/id
          |  +--rw name        string
        |    +--rw order?                      uint8
          |  +--rw user-info?   string
        |     +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
          |  +--rw key-pair* [name]
        +--rw classifier* [id]
          |    +--rw name    string
          +--rw id                          string
          |    +--rw key?    string
          +--rw name?                       string
          +--rw vld* [id]
          +--rw rsp-id-ref?                -> ../../rsp/id
          |  +--rw id                           string
          +--rw match-attributes* [id]
          |  +--rw name?                       string
          |  +--rw id                       string
          |  +--rw short-name?                 string
          |  +--rw ip-proto?                 uint8
          |  +--rw vendor?                     string
          |  +--rw source-ip-address?       inet:ip-address
          |  +--rw description?                 string
          |  +--rw destination-ip-address?   inet:ip-address
          |  +--rw version?                     string
          |  +--rw source-port?             inet:port-number
          |  +--rw type?                       manotypes:virtual-link-type
          |  +--rw destination-port?         inet:port-number
          |  +--rw root-bandwidth?              uint64
          +--rw nsd-ref?                   -> /nsd:nsd-catalog/nsd/id
          |  +--rw leaf-bandwidth?             uint64
          +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
          |  +--rw provider-network
          |  |  +--rw physical-network?  string
          |  |  +--rw segmentation_id?    uint32
          |  +--rw mgmt-network?                boolean
          |  +--rw (init-params)?
          |  |  +--:(vim-network-ref)
          |  |  |  +--rw vim-network-name?            string
          |  |  +--:(vim-network-profile)
          |  |    +--rw ip-profile-ref?              -> ../../ip-profiles/name
          |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
          |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
          |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |    +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
          +--rw constituent-vnfd* [member-vnf-index]
          |  +--rw member-vnf-index    uint64
          |  +--rw vnfd-id-ref?        -> /vnfd:vnfd-catalog/vnfd/id
          |  +--rw start-by-default?  boolean
          +--rw placement-groups* [name]
          |  +--rw name          string
          |  +--rw requirement?  string
          |  +--rw strategy?      enumeration
          |  +--rw member-vnfd* [member-vnf-index-ref]
          |    +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
          |    +--rw vnfd-id-ref?            -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          +--rw vnf-dependency* [vnf-source-ref]
          |  +--rw vnf-source-ref        -> /vnfd:vnfd-catalog/vnfd/id
          |  +--rw vnf-depends-on-ref?  -> /vnfd:vnfd-catalog/vnfd/id
          +--rw monitoring-param* [id]
          |  +--rw id                      string
          |  +--rw name?                    string
          |  +--rw value-type?              param-value-type
          |  +--rw numeric-constraints
          |  |  +--rw min-value?  uint64
          |  |  +--rw max-value?  uint64
          |  +--rw text-constraints
          |  |  +--rw min-length?  uint8
          |  |  +--rw max-length?  uint8
          |  +--rw value-integer?          int64
          |  +--rw value-decimal?          decimal64
          |  +--rw value-string?            string
          |  +--rw description?            string
          |  +--rw group-tag?              string
          |  +--rw widget-type?            manotypes:widget-type
          |  +--rw units?                  string
          |  +--rw aggregation-type?        aggregation-type
          |  +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
          |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |    +--rw vnfd-monitoring-param-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
          |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
          +--rw service-primitive* [name]
            +--rw name                  string
            +--rw parameter* [name]
            |  +--rw name              string
            |  +--rw data-type?        manotypes:parameter-data-type
            |  +--rw mandatory?        boolean
            |  +--rw default-value?    string
            |  +--rw parameter-pool?  string
            |  +--rw read-only?        boolean
            |  +--rw hidden?          boolean
            +--rw parameter-group* [name]
            |  +--rw name        string
            |  +--rw parameter* [name]
            |  |  +--rw name              string
            |  |  +--rw data-type?        manotypes:parameter-data-type
            |  |  +--rw mandatory?        boolean
            |  |  +--rw default-value?    string
            |  |  +--rw parameter-pool?  string
            |  |  +--rw read-only?        boolean
            |  |  +--rw hidden?          boolean
            |  +--rw mandatory?  boolean
            +--rw vnf-primitive-group* [member-vnf-index-ref]
            |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
            |  +--rw vnfd-id-ref?            -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
            |  +--rw vnfd-name?              -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/name
            |  +--rw primitive* [index]
            |    +--rw index    uint32
            |    +--rw name?    string
            +--rw user-defined-script?  string
</pre>
</pre>


===VNFR tree===
===VNFR tree===


'''Navigable version:''' http://osm-download.etsi.org/ftp/osm-doc/vnfr.rec.html
'''Navigable version:'''


'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/vnfr.html'''


'''Plain text version:'''
'''Plain text version:'''
<pre>
<pre>
module: vnfr
module: vnfr
   augment /rw-project:project:
   augment /osm-project:project:
     +--ro vnfr-catalog
     +--ro vnfr-catalog
      +--ro schema-version?  string
       +--ro vnfr* [id]
       +--ro vnfr* [id]
           +--ro id                      yang:uuid
           +--ro id                      yang:uuid
Line 548: Line 799:
           +--ro uptime?                  uint32
           +--ro uptime?                  uint32
           +--ro vnfd
           +--ro vnfd
           |  +--ro id?                       string
           |  +--ro id?                         string
           |  +--ro name                     string
           |  +--ro name                       string
           |  +--ro short-name?               string
           |  +--ro short-name?                 string
           |  +--ro vendor?                   string
           |  +--ro vendor?                     string
           |  +--ro logo?                     string
           |  +--ro logo?                       string
           |  +--ro description?             string
           |  +--ro description?               string
           |  +--ro version?                 string
           |  +--ro version?                   string
           |  +--ro vnf-configuration
           |  +--ro vnf-configuration
           |  |  +--ro (config-method)?
           |  |  +--ro (config-method)?
Line 563: Line 814:
           |  |  |    +--ro juju
           |  |  |    +--ro juju
           |  |  |        +--ro charm?              string
           |  |  |        +--ro charm?              string
          |  |  |        +--ro proxy?              boolean
           |  |  |        +--ro vca-relationships
           |  |  |        +--ro vca-relationships
           |  |  |          +--ro relation* [requires provides]
           |  |  |          +--ro relation* [requires provides]
Line 579: Line 831:
           |  |  |  +--ro user-defined-script?  string
           |  |  |  +--ro user-defined-script?  string
           |  |  +--ro initial-config-primitive* [seq]
           |  |  +--ro initial-config-primitive* [seq]
           |  |     +--ro seq                   uint64
           |  | +--ro seq                         uint64
           |  |     +--ro (primitive-type)?
           |  | +--ro (primitive-type)?
           |  |       +--:(primitive-definition)
           |  | |    +--:(primitive-definition)
           |  |           +--ro name?                  string
           |  | |        +--ro name?                  string
           |  |           +--ro parameter* [name]
           |  | |        +--ro parameter* [name]
           |  |           |  +--ro name     string
           |  | |        |  +--ro name         string
           |  |          |  +--ro value?  string
           |  | |        |  +--ro data-type?  manotypes:parameter-data-type
           |  |          +--ro user-defined-script?  string
           |  |  |        |  +--ro value?      string
           |  +--ro operational-status?       vnf-operational-status
          |  |  |        +--ro user-defined-script?  string
           |  | +--ro terminate-config-primitive* [seq]
          |  |  |  +--ro seq                    uint64
          |  |  |  +--ro name?                  string
           |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name        string
          |  |  |  |  +--ro data-type?  manotypes:parameter-data-type
          |  |  |  |  +--ro value?      string
          |  |  |  +--ro user-defined-script?  string
          |  |  +--ro metrics* [name]
          |  |  |  +--ro name    string
          |  |  +--ro config-access
          |  |    +--ro ssh-access
          |  |        +--ro required?      boolean
          |  |        +--ro default-user?  string
           |  +--ro operational-status?         vnf-operational-status
           |  +--ro mgmt-interface
           |  +--ro mgmt-interface
           |  |  +--ro (endpoint-type)?
           |  |  +--ro (endpoint-type)?
           |  |  |  +--:(ip)
           |  |  |  +--:(ip)
           |  |  |  |  +--ro ip-address?         inet:ip-address
           |  |  |  |  +--ro ip-address?   inet:ip-address
           |  |  |  +--:(vdu-id)
           |  |  |  +--:(vdu-id)
           |  |  |  |  +--ro vdu-id?             -> ../../vdu/id
           |  |  |  |  +--ro vdu-id?       -> ../../vdu/id
           |  |  |  +--:(cp)
           |  |  |  +--:(cp)
           |  |  |    +--ro cp?                 -> ../../connection-point/name
           |  |  |    +--ro cp?           -> ../../connection-point/name
           |  |  +--ro port?              inet:port-number
           |  |  +--ro port?              inet:port-number
           |  |  +--ro dashboard-params
           |  |  +--ro dashboard-params
Line 610: Line 877:
           |  |  +--ro leaf-bandwidth?              uint64
           |  |  +--ro leaf-bandwidth?              uint64
           |  |  +--ro internal-connection-point* [id-ref]
           |  |  +--ro internal-connection-point* [id-ref]
           |  |  |  +--ro id-ref   -> ../../../vdu/internal-connection-point/id
           |  |  |  +--ro id-ref       -> ../../../vdu/internal-connection-point/id
          |  |  |  +--ro ip-address?  inet:ip-address
           |  |  +--ro provider-network
           |  |  +--ro provider-network
           |  |  |  +--ro physical-network?  string
           |  |  |  +--ro physical-network?  string
Line 616: Line 884:
           |  |  +--ro (init-params)?
           |  |  +--ro (init-params)?
           |  |    +--:(vim-network-ref)
           |  |    +--:(vim-network-ref)
           |  |    |  +--ro vim-network-name?           string
           |  |    |  +--ro vim-network-name?     string
           |  |    +--:(vim-network-profile)
           |  |    +--:(vim-network-profile)
           |  |        +--ro ip-profile-ref?             string
           |  |        +--ro ip-profile-ref?       string
           |  +--ro ip-profiles* [name]
           |  +--ro ip-profiles* [name]
           |  |  +--ro name                string
           |  |  +--ro name                string
Line 640: Line 908:
           |  |  +--ro type?                    manotypes:connection-point-type
           |  |  +--ro type?                    manotypes:connection-point-type
           |  |  +--ro port-security-enabled?  boolean
           |  |  +--ro port-security-enabled?  boolean
          |  |  +--ro internal-vld-ref?        -> ../../internal-vld/id
           |  +--ro vdu* [id]
           |  +--ro vdu* [id]
           |  |  +--ro id                          string
           |  |  +--ro id                          string
           |  |  +--ro name?                        string
           |  |  +--ro name?                        string
           |  |  +--ro description?                string
           |  |  +--ro description?                string
          |  |  +--ro pdu-type?                    string
           |  |  +--ro count?                      uint64
           |  |  +--ro count?                      uint64
           |  |  +--ro mgmt-vpci?                  string
           |  |  +--ro mgmt-vpci?                  string
Line 651: Line 921:
           |  |  |  +--ro storage-gb?  uint64
           |  |  |  +--ro storage-gb?  uint64
           |  |  +--ro guest-epa
           |  |  +--ro guest-epa
           |  |  |  +--ro trusted-execution?           boolean
           |  |  |  +--ro trusted-execution?                 boolean
           |  |  |  +--ro mempage-size?               enumeration
           |  |  |  +--ro mempage-size?                     enumeration
           |  |  |  +--ro cpu-pinning-policy?          enumeration
           |  |  |  +--ro (cpu-policy)?
           |  |  |  +--ro cpu-thread-pinning-policy?  enumeration
          |  |  |  |  +--:(cpu-pinning)
          |  |  |  |  |  +--ro cpu-pinning-policy?          enumeration
           |  |  |  |  |  +--ro cpu-thread-pinning-policy?  enumeration
          |  |  |  |  +--:(cpu-quota)
          |  |  |  |    +--ro cpu-quota
          |  |  |  |        +--ro limit?    uint64
          |  |  |  |        +--ro reserve?  uint64
          |  |  |  |        +--ro shares?    uint64
          |  |  |  +--ro mem-quota
          |  |  |  |  +--ro limit?    uint64
          |  |  |  |  +--ro reserve?  uint64
          |  |  |  |  +--ro shares?    uint64
          |  |  |  +--ro disk-io-quota
          |  |  |  |  +--ro limit?    uint64
          |  |  |  |  +--ro reserve?  uint64
          |  |  |  |  +--ro shares?    uint64
          |  |  |  +--ro vif-quota
          |  |  |  |  +--ro limit?    uint64
          |  |  |  |  +--ro reserve?  uint64
          |  |  |  |  +--ro shares?    uint64
           |  |  |  +--ro pcie-device* [device-id]
           |  |  |  +--ro pcie-device* [device-id]
           |  |  |  |  +--ro device-id    string
           |  |  |  |  +--ro device-id    string
Line 666: Line 955:
           |  |  |          +--ro mem-policy?  enumeration
           |  |  |          +--ro mem-policy?  enumeration
           |  |  |          +--ro node* [id]
           |  |  |          +--ro node* [id]
           |  |  |              +--ro id               uint64
           |  |  |              +--ro id                     uint64
           |  |  |              +--ro vcpu* [id]
           |  |  |              +--ro vcpu* [id]
           |  |  |              |  +--ro id    uint64
           |  |  |              |  +--ro id    uint64
           |  |  |              +--ro memory-mb?       uint64
           |  |  |              +--ro memory-mb?             uint64
           |  |  |              +--ro (om-numa-type)?
           |  |  |              +--ro (om-numa-type)?
           |  |  |                +--:(cores)
           |  |  |                +--:(cores)
Line 700: Line 989:
           |  |  |    +--ro feature    string
           |  |  |    +--ro feature    string
           |  |  +--ro alarm* [alarm-id]
           |  |  +--ro alarm* [alarm-id]
           |  |  |  +--ro alarm-id       string
           |  |  |  +--ro alarm-id                   string
           |  |  |  +--ro name?         string
          |  |  |  +--ro vnf-monitoring-param-ref?  -> ../../monitoring-param/id
           |  |  |  +--ro description?   string
           |  |  |  +--ro name?                       string
           |  |  |  +--ro vdur-id?       string
           |  |  |  +--ro description?               string
           |  |  |  +--ro vdur-id?                   string
           |  |  |  +--ro actions
           |  |  |  +--ro actions
           |  |  |  |  +--ro ok* [url]
           |  |  |  |  +--ro ok* [url]
Line 711: Line 1,001:
           |  |  |  |  +--ro alarm* [url]
           |  |  |  |  +--ro alarm* [url]
           |  |  |  |    +--ro url    string
           |  |  |  |    +--ro url    string
           |  |  |  +--ro repeat?       boolean
           |  |  |  +--ro repeat?                     boolean
           |  |  |  +--ro enabled?       boolean
           |  |  |  +--ro enabled?                   boolean
           |  |  |  +--ro severity?     alarm-severity-type
           |  |  |  +--ro severity?                   alarm-severity-type
          |  |  |  +--ro metric?        alarm-metric-type
           |  |  |  +--ro statistic?                 alarm-statistic-type
           |  |  |  +--ro statistic?     alarm-statistic-type
           |  |  |  +--ro operation?                 relational-operation-type
           |  |  |  +--ro operation?     alarm-operation-type
           |  |  |  +--ro value?                     decimal64
           |  |  |  +--ro value?         decimal64
           |  |  |  +--ro period?                     uint32
           |  |  |  +--ro period?       uint32
           |  |  |  +--ro evaluations?               uint32
           |  |  |  +--ro evaluations?   uint32
           |  |  +--ro image?                      string
           |  |  +--ro image?                      string
           |  |  +--ro image-checksum?              string
           |  |  +--ro image-checksum?              string
          |  |  +--ro alternative-images* [vim-type]
          |  |  |  +--ro vim-type          string
          |  |  |  +--ro image?            string
          |  |  |  +--ro image-checksum?  string
           |  |  +--ro vdu-configuration
           |  |  +--ro vdu-configuration
           |  |  |  +--ro (config-method)?
           |  |  |  +--ro (config-method)?
Line 730: Line 1,023:
           |  |  |  |    +--ro juju
           |  |  |  |    +--ro juju
           |  |  |  |        +--ro charm?              string
           |  |  |  |        +--ro charm?              string
          |  |  |  |        +--ro proxy?              boolean
           |  |  |  |        +--ro vca-relationships
           |  |  |  |        +--ro vca-relationships
           |  |  |  |          +--ro relation* [requires provides]
           |  |  |  |          +--ro relation* [requires provides]
Line 746: Line 1,040:
           |  |  |  |  +--ro user-defined-script?  string
           |  |  |  |  +--ro user-defined-script?  string
           |  |  |  +--ro initial-config-primitive* [seq]
           |  |  |  +--ro initial-config-primitive* [seq]
           |  |  |     +--ro seq                   uint64
           |  |  | +--ro seq                         uint64
           |  |  |     +--ro (primitive-type)?
           |  |  | +--ro (primitive-type)?
           |  |  |       +--:(primitive-definition)
           |  |  | |    +--:(primitive-definition)
           |  |  |           +--ro name?                  string
           |  |  | |        +--ro name?                  string
           |  |  |           +--ro parameter* [name]
           |  |  | |        +--ro parameter* [name]
           |  |  |           |  +--ro name     string
           |  |  | |        |  +--ro name         string
           |  |  |          |  +--ro value?  string
           |  |  | |        |  +--ro data-type?  manotypes:parameter-data-type
           |  |  |          +--ro user-defined-script?  string
           |  |  |  |        |  +--ro value?      string
          |  |  |  |        +--ro user-defined-script?  string
           |  |  | +--ro terminate-config-primitive* [seq]
          |  |  |  |  +--ro seq                    uint64
          |  |  |  |  +--ro name?                  string
          |  |  |  |  +--ro parameter* [name]
          |  |  |  |  |  +--ro name        string
          |  |  |  |  |  +--ro data-type?  manotypes:parameter-data-type
          |  |  |  |  |  +--ro value?      string
           |  |  |  |  +--ro user-defined-script?  string
          |  |  |  +--ro metrics* [name]
          |  |  |  |  +--ro name    string
          |  |  |  +--ro config-access
          |  |  |    +--ro ssh-access
          |  |  |        +--ro required?      boolean
          |  |  |        +--ro default-user?  string
          |  |  +--ro monitoring-param* [id]
          |  |  |  +--ro id                    string
          |  |  |  +--ro nfvi-metric?          manotypes:nfvi-metric-type
          |  |  |  +--ro interface-name-ref?  -> ../../interface/name
           |  |  +--ro (cloud-init-input)?
           |  |  +--ro (cloud-init-input)?
           |  |  |  +--:(inline)
           |  |  |  +--:(inline)
           |  |  |  |  +--ro cloud-init?                 string
           |  |  |  |  +--ro cloud-init?           string
           |  |  |  +--:(filename)
           |  |  |  +--:(filename)
           |  |  |    +--ro cloud-init-file?             string
           |  |  |    +--ro cloud-init-file?       string
           |  |  +--ro supplemental-boot-data
           |  |  +--ro supplemental-boot-data
          |  |  |  +--ro config-file* [source]
          |  |  |  |  +--ro source    string
          |  |  |  |  +--ro dest?    string
           |  |  |  +--ro boot-data-drive?  boolean
           |  |  |  +--ro boot-data-drive?  boolean
           |  |  +--ro internal-connection-point* [id]
           |  |  +--ro internal-connection-point* [id]
Line 772: Line 1,082:
           |  |  |  +--ro internal-vld-ref?        -> ../../../internal-vld/id
           |  |  |  +--ro internal-vld-ref?        -> ../../../internal-vld/id
           |  |  +--ro interface* [name]
           |  |  +--ro interface* [name]
           |  |  |  +--ro name                             string
           |  |  |  +--ro name                                   string
           |  |  |  +--ro position?                        uint32
           |  |  |  +--ro position?                              uint32
           |  |  |  +--ro type?                           interface-type
          |  |  |  +--ro mgmt-interface?                        boolean
           |  |  |  +--ro type?                                 interface-type
          |  |  |  +--ro mac-address?                          string
           |  |  |  +--ro (connection-point-type)?
           |  |  |  +--ro (connection-point-type)?
           |  |  |  |  +--:(internal)
           |  |  |  |  +--:(internal)
Line 785: Line 1,097:
           |  |  |    +--ro bandwidth?  uint64
           |  |  |    +--ro bandwidth?  uint64
           |  |  +--ro volumes* [name]
           |  |  +--ro volumes* [name]
           |  |    +--ro name             string
           |  |    +--ro name                   string
           |  |    +--ro description?     string
           |  |    +--ro description?           string
           |  |    +--ro size?             uint64
           |  |    +--ro size?                   uint64
           |  |    +--ro (volume-source)?
           |  |    +--ro (volume-source)?
           |  |    |  +--:(ephemeral)
           |  |    |  +--:(ephemeral)
Line 794: Line 1,106:
           |  |    |    +--ro image?            string
           |  |    |    +--ro image?            string
           |  |    |    +--ro image-checksum?  string
           |  |    |    +--ro image-checksum?  string
           |  |    +--ro device-bus?       enumeration
           |  |    +--ro device-bus?             enumeration
           |  |    +--ro device-type?     enumeration
           |  |    +--ro device-type?           enumeration
           |  +--ro vdu-dependency* [vdu-source-ref]
           |  +--ro vdu-dependency* [vdu-source-ref]
           |  |  +--ro vdu-source-ref        -> ../../vdu/id
           |  |  +--ro vdu-source-ref        -> ../../vdu/id
           |  |  +--ro vdu-depends-on-ref?  -> ../../vdu/id
           |  |  +--ro vdu-depends-on-ref?  -> ../../vdu/id
           |  +--ro service-function-chain?   enumeration
           |  +--ro service-function-chain?     enumeration
           |  +--ro service-function-type?   string
           |  +--ro service-function-type?     string
           |  +--ro http-endpoint* [path]
           |  +--ro http-endpoint* [path]
           |  |  +--ro path                    string
           |  |  +--ro path                    string
Line 812: Line 1,124:
           |  |    +--ro key      string
           |  |    +--ro key      string
           |  |    +--ro value?  string
           |  |    +--ro value?  string
          |  +--ro scaling-group-descriptor* [name]
          |  |  +--ro name                    string
          |  |  +--ro scaling-policy* [name]
          |  |  |  +--ro name                        string
          |  |  |  +--ro scaling-type?              manotypes:scaling-policy-type
          |  |  |  +--ro enabled?                    boolean
          |  |  |  +--ro scale-in-operation-type?    manotypes:scaling-criteria-operation
          |  |  |  +--ro scale-out-operation-type?  manotypes:scaling-criteria-operation
          |  |  |  +--ro threshold-time              uint32
          |  |  |  +--ro cooldown-time              uint32
          |  |  |  +--ro scaling-criteria* [name]
          |  |  |    +--ro name                              string
          |  |  |    +--ro scale-in-threshold?              decimal64
          |  |  |    +--ro scale-in-relational-operation?    manotypes:relational-operation-type
          |  |  |    +--ro scale-out-threshold?              decimal64
          |  |  |    +--ro scale-out-relational-operation?  manotypes:relational-operation-type
          |  |  |    +--ro vnf-monitoring-param-ref?        -> ../../../../monitoring-param/id
          |  |  +--ro vdu* [vdu-id-ref]
          |  |  |  +--ro vdu-id-ref    -> ../../../vdu/id
          |  |  |  +--ro count?        uint32
          |  |  +--ro min-instance-count?      uint32
          |  |  +--ro max-instance-count?      uint32
          |  |  +--ro scaling-config-action* [trigger]
          |  |    +--ro trigger                          manotypes:scaling-trigger
          |  |    +--ro vnf-config-primitive-name-ref?  -> ../../../vnf-configuration/config-primitive/name
           |  +--ro monitoring-param* [id]
           |  +--ro monitoring-param* [id]
           |  |  +--ro id                     string
           |  |  +--ro id                           string
           |  |  +--ro name?                 string
           |  |  +--ro name?                         string
           |  |  +--ro http-endpoint-ref?     -> ../../http-endpoint/path
          |  |  +--ro aggregation-type?            aggregation-type
           |  |  +--ro json-query-method?     json-query-method
          |  |  +--ro (monitoring-type)?
          |  |  |  +--:(vdu-monitoring-param)
          |  |  |  |  +--ro vdu-monitoring-param
          |  |  |  |    +--ro vdu-ref?                    -> ../../../vdu/id
          |  |  |  |    +--ro vdu-monitoring-param-ref?  -> ../../../vdu[id = current()/../vdu-ref]/monitoring-param/id
          |  |  |  +--:(vnf-metric)
          |  |  |  |  +--ro vnf-metric
          |  |  |  |    +--ro vnf-metric-name-ref?  -> ../../../vnf-configuration/metrics/name
          |  |  |  +--:(vdu-metric)
          |  |  |    +--ro vdu-metric
          |  |  |        +--ro vdu-ref?              -> ../../../vdu/id
          |  |  |        +--ro vdu-metric-name-ref?  -> ../../../vdu[id = current()/../vdu-ref]/vdu-configuration/metrics/name
           |  |  +--ro http-endpoint-ref?           -> ../../http-endpoint/path
           |  |  +--ro json-query-method?           manotypes:json-query-method
           |  |  +--ro json-query-params
           |  |  +--ro json-query-params
           |  |  |  +--ro json-path?    string
           |  |  |  +--ro json-path?    string
           |  |  |  +--ro object-path?  string
           |  |  |  +--ro object-path?  string
           |  |  +--ro description?           string
           |  |  +--ro description?                 string
           |  |  +--ro group-tag?             string
           |  |  +--ro group-tag?                   string
           |  |  +--ro widget-type?           manotypes:widget-type
           |  |  +--ro widget-type?                 manotypes:widget-type
           |  |  +--ro units?                 string
           |  |  +--ro units?                       string
           |  |  +--ro value-type?           param-value-type
           |  |  +--ro value-type?                   param-value-type
           |  |  +--ro numeric-constraints
           |  |  +--ro numeric-constraints
           |  |  |  +--ro min-value?  uint64
           |  |  |  +--ro min-value?  uint64
Line 831: Line 1,181:
           |  |  |  +--ro min-length?  uint8
           |  |  |  +--ro min-length?  uint8
           |  |  |  +--ro max-length?  uint8
           |  |  |  +--ro max-length?  uint8
           |  |  +--ro value-integer?         int64
           |  |  +--ro value-integer?               int64
           |  |  +--ro value-decimal?         decimal64
           |  |  +--ro value-decimal?               decimal64
           |  |  +--ro value-string?         string
           |  |  +--ro value-string?                 string
           |  +--ro placement-groups* [name]
           |  +--ro placement-groups* [name]
           |    +--ro name          string
           |    +--ro name          string
Line 849: Line 1,199:
           |  |    +--ro juju
           |  |    +--ro juju
           |  |        +--ro charm?              string
           |  |        +--ro charm?              string
          |  |        +--ro proxy?              boolean
           |  |        +--ro vca-relationships
           |  |        +--ro vca-relationships
           |  |          +--ro relation* [requires provides]
           |  |          +--ro relation* [requires provides]
Line 865: Line 1,216:
           |  |  +--ro user-defined-script?  string
           |  |  +--ro user-defined-script?  string
           |  +--ro initial-config-primitive* [seq]
           |  +--ro initial-config-primitive* [seq]
           |     +--ro seq                   uint64
           | +--ro seq                         uint64
           |     +--ro (primitive-type)?
           | +--ro (primitive-type)?
           |       +--:(primitive-definition)
           | |    +--:(primitive-definition)
           |           +--ro name?                  string
           | |        +--ro name?                  string
           |           +--ro parameter* [name]
           | |        +--ro parameter* [name]
           |           |  +--ro name     string
           | |        |  +--ro name         string
           |          |  +--ro value?  string
           | |        |  +--ro data-type?  manotypes:parameter-data-type
           |          +--ro user-defined-script?  string
           |  |        |  +--ro value?      string
          |  |        +--ro user-defined-script?  string
           | +--ro terminate-config-primitive* [seq]
          |  |  +--ro seq                    uint64
           |  |  +--ro name?                  string
          |  |  +--ro parameter* [name]
          |  |  |  +--ro name        string
          |  |  |  +--ro data-type?  manotypes:parameter-data-type
          |  |  |  +--ro value?      string
          |  |  +--ro user-defined-script?  string
          |  +--ro metrics* [name]
          |    +--ro name    string
           +--ro mgmt-interface
           +--ro mgmt-interface
           |  +--ro ip-address?  inet:ip-address
           |  +--ro ip-address?  inet:ip-address
Line 917: Line 1,279:
           |  |  +--ro storage-gb?  uint64
           |  |  +--ro storage-gb?  uint64
           |  +--ro guest-epa
           |  +--ro guest-epa
           |  |  +--ro trusted-execution?           boolean
           |  |  +--ro trusted-execution?                 boolean
           |  |  +--ro mempage-size?               enumeration
           |  |  +--ro mempage-size?                     enumeration
           |  |  +--ro cpu-pinning-policy?          enumeration
           |  |  +--ro (cpu-policy)?
           |  |  +--ro cpu-thread-pinning-policy?  enumeration
          |  |  |  +--:(cpu-pinning)
          |  |  |  |  +--ro cpu-pinning-policy?          enumeration
           |  |  |  |  +--ro cpu-thread-pinning-policy?  enumeration
          |  |  |  +--:(cpu-quota)
          |  |  |    +--ro cpu-quota
          |  |  |        +--ro limit?    uint64
          |  |  |        +--ro reserve?  uint64
          |  |  |        +--ro shares?    uint64
          |  |  +--ro mem-quota
          |  |  |  +--ro limit?    uint64
          |  |  |  +--ro reserve?  uint64
          |  |  |  +--ro shares?    uint64
          |  |  +--ro disk-io-quota
          |  |  |  +--ro limit?    uint64
          |  |  |  +--ro reserve?  uint64
          |  |  |  +--ro shares?    uint64
          |  |  +--ro vif-quota
          |  |  |  +--ro limit?    uint64
          |  |  |  +--ro reserve?  uint64
          |  |  |  +--ro shares?    uint64
           |  |  +--ro pcie-device* [device-id]
           |  |  +--ro pcie-device* [device-id]
           |  |  |  +--ro device-id    string
           |  |  |  +--ro device-id    string
Line 932: Line 1,313:
           |  |          +--ro mem-policy?  enumeration
           |  |          +--ro mem-policy?  enumeration
           |  |          +--ro node* [id]
           |  |          +--ro node* [id]
           |  |              +--ro id               uint64
           |  |              +--ro id                     uint64
           |  |              +--ro vcpu* [id]
           |  |              +--ro vcpu* [id]
           |  |              |  +--ro id    uint64
           |  |              |  +--ro id    uint64
           |  |              +--ro memory-mb?       uint64
           |  |              +--ro memory-mb?             uint64
           |  |              +--ro (om-numa-type)?
           |  |              +--ro (om-numa-type)?
           |  |                +--:(cores)
           |  |                +--:(cores)
Line 966: Line 1,347:
           |  |    +--ro feature    string
           |  |    +--ro feature    string
           |  +--ro supplemental-boot-data
           |  +--ro supplemental-boot-data
          |  |  +--ro config-file* [source]
          |  |  |  +--ro source    string
          |  |  |  +--ro dest?    string
           |  |  +--ro boot-data-drive?  boolean
           |  |  +--ro boot-data-drive?  boolean
           |  +--ro vdu-configuration
           |  +--ro vdu-configuration
Line 978: Line 1,356:
           |  |  |    +--ro juju
           |  |  |    +--ro juju
           |  |  |        +--ro charm?              string
           |  |  |        +--ro charm?              string
          |  |  |        +--ro proxy?              boolean
           |  |  |        +--ro vca-relationships
           |  |  |        +--ro vca-relationships
           |  |  |          +--ro relation* [requires provides]
           |  |  |          +--ro relation* [requires provides]
Line 994: Line 1,373:
           |  |  |  +--ro user-defined-script?  string
           |  |  |  +--ro user-defined-script?  string
           |  |  +--ro initial-config-primitive* [seq]
           |  |  +--ro initial-config-primitive* [seq]
           |  |     +--ro seq                   uint64
           |  | +--ro seq                         uint64
           |  |     +--ro (primitive-type)?
           |  | +--ro (primitive-type)?
           |  |       +--:(primitive-definition)
           |  | |    +--:(primitive-definition)
           |  |           +--ro name?                  string
           |  | |        +--ro name?                  string
           |  |           +--ro parameter* [name]
           |  | |        +--ro parameter* [name]
           |  |           |  +--ro name     string
           |  | |        |  +--ro name         string
           |  |          |  +--ro value?  string
           |  | |        |  +--ro data-type?  manotypes:parameter-data-type
           |  |          +--ro user-defined-script?  string
           |  |  |        |  +--ro value?      string
          |  |  |        +--ro user-defined-script?  string
           |  | +--ro terminate-config-primitive* [seq]
          |  |  |  +--ro seq                    uint64
          |  |  |  +--ro name?                  string
          |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name        string
          |  |  |  |  +--ro data-type?  manotypes:parameter-data-type
           |  |  |  |  +--ro value?      string
          |  |  |  +--ro user-defined-script?  string
          |  |  +--ro metrics* [name]
          |  |    +--ro name    string
          |  +--ro monitoring-param* [id]
          |  |  +--ro id                    string
          |  |  +--ro nfvi-metric?          manotypes:nfvi-metric-type
          |  |  +--ro interface-name-ref?  -> ../../interface/name
           |  +--ro volumes* [name]
           |  +--ro volumes* [name]
           |  |  +--ro name             string
           |  |  +--ro name                   string
           |  |  +--ro volume-id?       string
           |  |  +--ro volume-id?             string
           |  |  +--ro description?     string
           |  |  +--ro description?           string
           |  |  +--ro size?             uint64
           |  |  +--ro size?                   uint64
           |  |  +--ro (volume-source)?
           |  |  +--ro (volume-source)?
           |  |  |  +--:(ephemeral)
           |  |  |  +--:(ephemeral)
Line 1,013: Line 1,407:
           |  |  |    +--ro image?            string
           |  |  |    +--ro image?            string
           |  |  |    +--ro image-checksum?  string
           |  |  |    +--ro image-checksum?  string
           |  |  +--ro device-bus?       enumeration
           |  |  +--ro device-bus?             enumeration
           |  |  +--ro device-type?     enumeration
           |  |  +--ro device-type?           enumeration
           |  +--ro internal-connection-point* [id]
           |  +--ro internal-connection-point* [id]
           |  |  +--ro name?                    string
           |  |  +--ro name?                    string
Line 1,034: Line 1,428:
           |  |    +--ro connection-point-id?    string
           |  |    +--ro connection-point-id?    string
           |  +--ro interface* [name]
           |  +--ro interface* [name]
           |  |  +--ro name                             string
           |  |  +--ro name                                   string
           |  |  +--ro position?                       uint32
           |  |  +--ro position?                             uint32
           |  |  +--ro type?                           vnfd-base:interface-type
           |  |  +--ro type?                                 vnfd-base:interface-type
           |  |  +--ro (connection-point-type)?
           |  |  +--ro (connection-point-type)?
           |  |  |  +--:(internal)
           |  |  |  +--:(internal)
Line 1,051: Line 1,445:
           |  +--ro operational-status?          vdu-operational-status
           |  +--ro operational-status?          vdu-operational-status
           |  +--ro placement-groups-info* [name]
           |  +--ro placement-groups-info* [name]
           |    +--ro name                 string
           |    +--ro name                       string
           |    +--ro requirement?         string
           |    +--ro requirement?               string
           |    +--ro strategy?             enumeration
           |    +--ro strategy?                   enumeration
           |    +--ro cloud-type?           manotypes:cloud-account-type
           |    +--ro cloud-type?                 manotypes:cloud-account-type
           |    +--ro (cloud-provider)?
           |    +--ro (cloud-provider)?
           |        +--:(openstack)
           |        +--:(openstack)
Line 1,074: Line 1,468:
           |        +--:(cloudsim)
           |        +--:(cloudsim)
           |          +--ro cloudsim-construct?  empty
           |          +--ro cloudsim-construct?  empty
          +--ro http-endpoint* [path]
          |  +--ro path                    string
          |  +--ro https?                  boolean
          |  +--ro port?                    inet:port-number
          |  +--ro username?                string
          |  +--ro password?                string
          |  +--ro polling-interval-secs?  uint8
          |  +--ro method?                  manotypes:http-method
          |  +--ro headers* [key]
          |    +--ro key      string
          |    +--ro value?  string
           +--ro monitoring-param* [id]
           +--ro monitoring-param* [id]
           |  +--ro id                     string
           |  +--ro id                           string
           |  +--ro name?                 string
           |  +--ro name?                         string
           |  +--ro http-endpoint-ref?     -> ../../http-endpoint/path
           |  +--ro aggregation-type?             aggregation-type
           |  +--ro json-query-method?     json-query-method
           |  +--ro (monitoring-type)?
           | +--ro json-query-params
           |     +--:(vdu-monitoring-param)
           | |  +--ro json-path?    string
           |     |  +--ro vdu-monitoring-param
           | | +--ro object-path?   string
           |     |     +--ro vdu-ref?                   -> ../../../vdur/id
          |  +--ro description?          string
           |     |     +--ro vdu-monitoring-param-ref?   -> ../../../vdur[id = current()/../vdu-ref]/monitoring-param/id
           | +--ro group-tag?            string
           |     +--:(vnf-metric)
          | +--ro widget-type?          manotypes:widget-type
           |     |  +--ro vnf-metric
          |  +--ro units?                 string
           |     |     +--ro vnf-metric-name-ref-> ../../../vnf-configuration/metrics/name
          |  +--ro value-type?            param-value-type
           |     +--:(vdu-metric)
           | +--ro numeric-constraints
           |       +--ro vdu-metric
           | |  +--ro min-value?  uint64
           |           +--ro vdu-ref?               -> ../../../vdur/id
           | | +--ro max-valueuint64
           |           +--ro vdu-metric-name-ref?   -> ../../../vdur[id = current()/../vdu-ref]/vdu-configuration/metrics/name
           | +--ro text-constraints
           | +--ro min-length?  uint8
           | +--ro max-length?   uint8
           | +--ro value-integer?        int64
          |  +--ro value-decimal?         decimal64
          |  +--ro value-string?          string
           +--ro operational-status?      vnf-operational-status
           +--ro operational-status?      vnf-operational-status
           +--ro config-status?          enumeration
           +--ro config-status?          enumeration
           +--ro placement-groups-info* [name]
           +--ro placement-groups-info* [name]
           |  +--ro name                 string
           |  +--ro name                       string
           |  +--ro requirement?         string
           |  +--ro requirement?               string
           |  +--ro strategy?             enumeration
           |  +--ro strategy?                   enumeration
           |  +--ro cloud-type?           manotypes:cloud-account-type
           |  +--ro cloud-type?                 manotypes:cloud-account-type
           |  +--ro (cloud-provider)?
           |  +--ro (cloud-provider)?
           |    +--:(openstack)
           |    +--:(openstack)
Line 1,147: Line 1,524:
===NSR tree===
===NSR tree===


'''Navigable version:''' http://osm-download.etsi.org/ftp/osm-doc/nsr.rec.html
'''Navigable version:'''


'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsr.html'''


'''Plain text version:'''
'''Plain text version:'''
<pre>
<pre>
module: nsr
module: nsr
   augment /rw-project:project:
   augment /osm-project:project:
     +--rw key-pair* [name]
     +--rw key-pair* [name]
       +--rw name    string
       +--rw name    string
       +--rw key?    string
       +--rw key?    string
   augment /rw-project:project:
   augment /osm-project:project:
     +--rw ns-instance-config
     +--rw ns-instance-config
       +--rw nsr* [id]
       +--rw nsr* [id]
          +--rw schema-version?              string
           +--rw id                          yang:uuid
           +--rw id                          yang:uuid
           +--rw name?                        string
           +--rw name?                        string
Line 1,167: Line 1,545:
           +--rw admin-status?                enumeration
           +--rw admin-status?                enumeration
           +--rw nsd
           +--rw nsd
           |  +--rw id?                           string
           |  +--rw id?                         string
           |  +--rw name                           string
           |  +--rw name                       string
           |  +--rw short-name?                   string
           |  +--rw short-name?                 string
           |  +--rw vendor?                       string
           |  +--rw vendor?                     string
           |  +--rw logo?                         string
           |  +--rw logo?                       string
           |  +--rw description?                   string
           |  +--rw description?               string
           |  +--rw version?                       string
           |  +--rw version?                   string
           |  +--rw connection-point* [name]
           |  +--rw connection-point* [name]
           |  |  +--rw name   string
           |  |  +--rw name                               string
           |  |  +--rw type?   manotypes:connection-point-type
          |  |  +--rw floating-ip-required?              boolean
           |  |  +--rw type?                             manotypes:connection-point-type
          |  |  +--rw (connection)?
          |  |    +--:(vld-ref)
          |  |    |  +--rw vld-id-ref?                  -> ../../vld/id
          |  |    +--:(vnfd-connection-point-ref)
          |  |        +--rw member-vnf-index-ref?        -> ../../constituent-vnfd/member-vnf-index
          |  |        +--rw vnfd-id-ref?                -> ../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |  |        +--rw vnfd-connection-point-ref?  -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
           |  +--rw scaling-group-descriptor* [name]
           |  +--rw scaling-group-descriptor* [name]
           |  |  +--rw name                    string
           |  |  +--rw name                    string
           |  |  +--rw scaling-policy* [name]
           |  |  +--rw scaling-policy* [name]
           |  |  |  +--rw name                        string
           |  |  |  +--rw name                        string
           |  |  |  +--rw scaling-type?              scaling-policy-type
           |  |  |  +--rw scaling-type?              manotypes:scaling-policy-type
           |  |  |  +--rw enabled?                    boolean
           |  |  |  +--rw enabled?                    boolean
           |  |  |  +--rw scale-in-operation-type?    scaling-criteria-operation
           |  |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
           |  |  |  +--rw scale-out-operation-type?  scaling-criteria-operation
           |  |  |  +--rw scale-out-operation-type?  manotypes:scaling-criteria-operation
           |  |  |  +--rw threshold-time              uint32
           |  |  |  +--rw threshold-time              uint32
           |  |  |  +--rw cooldown-time              uint32
           |  |  |  +--rw cooldown-time              uint32
           |  |  |  +--rw scaling-criteria* [name]
           |  |  |  +--rw scaling-criteria* [name]
           |  |  |    +--rw name                       string
           |  |  |    +--rw name                             string
           |  |  |    +--rw scale-in-threshold?       uint64
           |  |  |    +--rw scale-in-threshold?               uint64
           |  |  |    +--rw scale-out-threshold?       uint64
          |  |  |    +--rw scale-in-relational-operation?    manotypes:relational-operation-type
           |  |  |    +--rw ns-monitoring-param-ref?   -> ../../../../monitoring-param/id
           |  |  |    +--rw scale-out-threshold?             uint64
          |  |  |    +--rw scale-out-relational-operation?  manotypes:relational-operation-type
           |  |  |    +--rw ns-monitoring-param-ref?         -> ../../../../monitoring-param/id
           |  |  +--rw vnfd-member* [member-vnf-index-ref]
           |  |  +--rw vnfd-member* [member-vnf-index-ref]
           |  |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
           |  |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
Line 1,198: Line 1,586:
           |  |  +--rw max-instance-count?      uint32
           |  |  +--rw max-instance-count?      uint32
           |  |  +--rw scaling-config-action* [trigger]
           |  |  +--rw scaling-config-action* [trigger]
           |  |    +--rw trigger                         scaling-trigger
           |  |    +--rw trigger                         manotypes:scaling-trigger
           |  |    +--rw ns-service-primitive-name-ref?  -> ../../../service-primitive/name
           |  |    +--rw ns-config-primitive-name-ref?  -> ../../../ns-configuration/config-primitive/name
           |  +--rw vnffgd* [id]
           |  +--rw vnffgd* [id]
           |  |  +--rw id            string
           |  |  +--rw id            string
Line 1,211: Line 1,599:
           |  |  |  +--rw name?                        string
           |  |  |  +--rw name?                        string
           |  |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
           |  |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
           |  |  |    +--rw member-vnf-index-ref         -> ../../../../constituent-vnfd/member-vnf-index
           |  |  |    +--rw member-vnf-index-ref                 -> ../../../../constituent-vnfd/member-vnf-index
           |  |  |    +--rw order?                       uint8
           |  |  |    +--rw order?                               uint8
           |  |  |    +--rw vnfd-id-ref?                 -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
           |  |  |    +--rw vnfd-id-ref?                         -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
           |  |  |    +--rw vnfd-connection-point-ref?  string
           |  |  |    +--rw vnfd-ingress-connection-point-ref?  string
          |  |  |    +--rw vnfd-egress-connection-point-ref?    string
           |  |  +--rw classifier* [id]
           |  |  +--rw classifier* [id]
           |  |    +--rw id                          string
           |  |    +--rw id                          string
           |  |    +--rw name?                        string
           |  |    +--rw name?                        string
           |  |    +--rw rsp-id-ref?                  -> ../../rsp/id
           |  |    +--rw rsp-id-ref?                  -> ../../rsp/id
          |  |    +--rw match-attributes* [id]
          |  |    |  +--rw id                        string
          |  |    |  +--rw ip-proto?                uint8
          |  |    |  +--rw source-ip-address?        inet:ip-address
          |  |    |  +--rw destination-ip-address?  inet:ip-address
          |  |    |  +--rw source-port?              inet:port-number
          |  |    |  +--rw destination-port?        inet:port-number
           |  |    +--rw member-vnf-index-ref?        -> ../../../constituent-vnfd/member-vnf-index
           |  |    +--rw member-vnf-index-ref?        -> ../../../constituent-vnfd/member-vnf-index
           |  |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
           |  |    +--rw vnfd-id-ref?                -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
           |  |    +--rw vnfd-connection-point-ref?  string
           |  |    +--rw vnfd-connection-point-ref?  string
          |  |    +--rw match-attributes* [id]
          |  |        +--rw id                        string
          |  |        +--rw ip-proto?                uint8
          |  |        +--rw source-ip-address?        inet:ip-address
          |  |        +--rw destination-ip-address?  inet:ip-address
          |  |        +--rw source-port?              inet:port-number
          |  |        +--rw destination-port?        inet:port-number
           |  +--rw ip-profiles* [name]
           |  +--rw ip-profiles* [name]
           |  |  +--rw name                string
           |  |  +--rw name                string
Line 1,244: Line 1,633:
           |  |    |  +--rw count?          uint32
           |  |    |  +--rw count?          uint32
           |  |    +--rw subnet-prefix-pool?  string
           |  |    +--rw subnet-prefix-pool?  string
           |  +--rw initial-service-primitive* [seq]
           |  +--rw ns-configuration
           |  |  +--rw seq                    uint64
          |  |  +--rw (config-method)?
           |  |  +--rw name                  string
          |  |  |  +--:(script)
           |  |  +--rw user-defined-script?  string
          |  |  |  |  +--rw script
           |  |  +--rw parameter* [name]
          |  |  |  |    +--rw script-type?  enumeration
           |  |     +--rw name     string
          |  |  |  +--:(juju)
           |  |     +--rw value?  string
          |  |  |    +--rw juju
           |  +--rw terminate-service-primitive* [seq]
          |  |  |        +--rw charm?              string
           |  |  +--rw seq                   uint64
          |  |  |        +--rw proxy?              boolean
           |  |  +--rw name                   string
          |  |  |        +--rw vca-relationships
           |  |  +--rw user-defined-script?  string
          |  |  |          +--rw relation* [requires provides]
           |  |  +--rw parameter* [name]
           |  |  |              +--rw requires    string
           |  |     +--rw name     string
           |  |  |              +--rw provides    string
           |  |     +--rw value?  string
           |  |  +--rw config-primitive* [name]
          |  |  |  +--rw name                  string
           |  |  +--rw parameter* [name]
           |  | |  |  +--rw name             string
           |  | |  |  +--rw data-type?        manotypes:parameter-data-type
          |  |  |  |  +--rw mandatory?        boolean
          |  |  |  |  +--rw default-value?    string
          |  |  |  |  +--rw parameter-pool?  string
           |  |  |  |  +--rw read-only?        boolean
          |  |  |  |  +--rw hidden?          boolean
          |  |  |  +--rw user-defined-script?  string
          |  |  +--rw initial-config-primitive* [seq]
           |  |  +--rw seq                         uint64
           |  |  +--rw (primitive-type)?
          |  |  |    +--:(primitive-definition)
          |  |  |        +--rw name?                  string
          |  |  |        +--rw parameter* [name]
          |  |  |        |  +--rw name        string
          |  |  |        |  +--rw data-type?  manotypes:parameter-data-type
          |  |  |        |  +--rw value?      string
           |  |  |        +--rw user-defined-script?  string
           |  |  +--rw terminate-config-primitive* [seq]
          |  |  |  +--rw seq                    uint64
          |  |  |  +--rw name?                  string
          |  |  |  +--rw parameter* [name]
           |  | |  |  +--rw name         string
           |  | |  |  +--rw data-type?  manotypes:parameter-data-type
          |  |  |  |  +--rw value?      string
          |  |  |  +--rw user-defined-scriptstring
          |  |  +--rw metrics* [name]
          |  |    +--rw name    string
           |  +--rw input-parameter-xpath* [xpath]
           |  +--rw input-parameter-xpath* [xpath]
           |  |  +--rw xpath            string
           |  |  +--rw xpath            string
Line 1,292: Line 1,711:
           |  |  +--rw (init-params)?
           |  |  +--rw (init-params)?
           |  |  |  +--:(vim-network-ref)
           |  |  |  +--:(vim-network-ref)
           |  |  |  |  +--rw vim-network-name?           string
           |  |  |  |  +--rw vim-network-name?     string
           |  |  |  +--:(vim-network-profile)
           |  |  |  +--:(vim-network-profile)
           |  |  |    +--rw ip-profile-ref?             -> ../../ip-profiles/name
           |  |  |    +--rw ip-profile-ref?       -> ../../ip-profiles/name
           |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
           |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
           |  |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
           |  |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
Line 1,300: Line 1,719:
           |  |    +--rw vnfd-connection-point-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/connection-point/name
           |  |    +--rw vnfd-connection-point-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/connection-point/name
           |  +--rw constituent-vnfd* [member-vnf-index]
           |  +--rw constituent-vnfd* [member-vnf-index]
           |  |  +--rw member-vnf-index    uint64
           |  |  +--rw member-vnf-index    string
           |  |  +--rw vnfd-id-ref?        -> /rw-project:project[rw-project:name = current()/../../../../../name]/project-vnfd:vnfd-catalog/vnfd/id
           |  |  +--rw vnfd-id-ref?        -> /osm-project:project[osm-project:name = current()/../../../../../name]/project-vnfd:vnfd-catalog/vnfd/id
           |  |  +--rw start-by-default?  boolean
           |  |  +--rw start-by-default?  boolean
           |  +--rw placement-groups* [name]
           |  +--rw placement-groups* [name]
Line 1,314: Line 1,733:
           |  |  +--rw vnf-depends-on-ref?  -> ../../../../../project-vnfd:vnfd-catalog/vnfd/id
           |  |  +--rw vnf-depends-on-ref?  -> ../../../../../project-vnfd:vnfd-catalog/vnfd/id
           |  +--rw monitoring-param* [id]
           |  +--rw monitoring-param* [id]
           | +--rw id                      string
           |     +--rw id                      string
           | +--rw name?                    string
           |     +--rw name?                    string
           | +--rw value-type?              param-value-type
           |     +--rw value-type?              param-value-type
           | +--rw numeric-constraints
           |     +--rw numeric-constraints
           | |  +--rw min-value?  uint64
           |     |  +--rw min-value?  uint64
           | |  +--rw max-value?  uint64
           |     |  +--rw max-value?  uint64
           | +--rw text-constraints
           |     +--rw text-constraints
           | |  +--rw min-length?  uint8
           |     |  +--rw min-length?  uint8
           | |  +--rw max-length?  uint8
           |     |  +--rw max-length?  uint8
           | +--rw value-integer?          int64
           |     +--rw value-integer?          int64
           | +--rw value-decimal?          decimal64
           |     +--rw value-decimal?          decimal64
           | +--rw value-string?            string
           |     +--rw value-string?            string
           | +--rw description?            string
           |     +--rw description?            string
           | +--rw group-tag?              string
           |     +--rw group-tag?              string
           | +--rw widget-type?            manotypes:widget-type
           |     +--rw widget-type?            manotypes:widget-type
           | +--rw units?                  string
           |     +--rw units?                  string
           | +--rw aggregation-type?        aggregation-type
           |     +--rw aggregation-type?        aggregation-type
           | +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
           |     +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
           | |    +--rw vnfd-id-ref?                string
           |       +--rw vnfd-id-ref?                string
           | |    +--rw vnfd-monitoring-param-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
           |       +--rw vnfd-monitoring-param-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
           | |    +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
           |       +--rw member-vnf-index-ref        -> ../../../constituent-vnfd/member-vnf-index
          |  +--rw service-primitive* [name]
          |    +--rw name                  string
          |    +--rw parameter* [name]
          |    |  +--rw name              string
          |    |  +--rw data-type?        manotypes:parameter-data-type
          |    |  +--rw mandatory?        boolean
          |    |  +--rw default-value?    string
          |    |  +--rw parameter-pool?  string
          |    |  +--rw read-only?        boolean
          |    |  +--rw hidden?          boolean
          |    +--rw parameter-group* [name]
          |    |  +--rw name        string
          |    |  +--rw parameter* [name]
          |    |  |  +--rw name              string
          |    |  |  +--rw data-type?        manotypes:parameter-data-type
          |    |  |  +--rw mandatory?        boolean
          |    |  |  +--rw default-value?    string
          |    |  |  +--rw parameter-pool?  string
          |    |  |  +--rw read-only?        boolean
          |    |  |  +--rw hidden?          boolean
          |    |  +--rw mandatory?  boolean
          |    +--rw vnf-primitive-group* [member-vnf-index-ref]
          |    |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
          |    |  +--rw vnfd-id-ref?            -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |    |  +--rw vnfd-name?              -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/name
          |    |  +--rw primitive* [index]
          |    |    +--rw index    uint32
          |    |    +--rw name?    string
          |    +--rw user-defined-script?  string
           +--rw input-parameter* [xpath]
           +--rw input-parameter* [xpath]
           |  +--rw xpath    string
           |  +--rw xpath    string
Line 1,372: Line 1,762:
           |    +--rw id    uint16
           |    +--rw id    uint16
           +--rw nsd-placement-group-maps* [placement-group-ref]
           +--rw nsd-placement-group-maps* [placement-group-ref]
           |  +--rw placement-group-ref   string
           |  +--rw placement-group-ref         string
           |  +--rw cloud-type?           manotypes:cloud-account-type
           |  +--rw cloud-type?                 manotypes:cloud-account-type
           |  +--rw (cloud-provider)?
           |  +--rw (cloud-provider)?
           |    +--:(openstack)
           |    +--:(openstack)
Line 1,384: Line 1,774:
           |    |    +--rw metadata-value?  string
           |    |    +--rw metadata-value?  string
           |    +--:(aws)
           |    +--:(aws)
           |    |  +--rw aws-construct?         empty
           |    |  +--rw aws-construct?       empty
           |    +--:(openmano)
           |    +--:(openmano)
           |    |  +--rw openmano-construct?   empty
           |    |  +--rw openmano-construct?   empty
           |    +--:(vsphere)
           |    +--:(vsphere)
           |    |  +--rw vsphere-construct?     empty
           |    |  +--rw vsphere-construct?   empty
           |    +--:(mock)
           |    +--:(mock)
           |    |  +--rw mock-construct?       empty
           |    |  +--rw mock-construct?       empty
           |    +--:(cloudsim)
           |    +--:(cloudsim)
           |        +--rw cloudsim-construct?   empty
           |        +--rw cloudsim-construct?   empty
           +--rw vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
           +--rw vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
           |  +--rw vnfd-id-ref           yang:uuid
           |  +--rw vnfd-id-ref                 yang:uuid
           |  +--rw placement-group-ref   -> ../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
           |  +--rw placement-group-ref         -> ../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
           |  +--rw cloud-type?           manotypes:cloud-account-type
           |  +--rw cloud-type?                 manotypes:cloud-account-type
           |  +--rw (cloud-provider)?
           |  +--rw (cloud-provider)?
           |    +--:(openstack)
           |    +--:(openstack)
Line 1,407: Line 1,797:
           |    |    +--rw metadata-value?  string
           |    |    +--rw metadata-value?  string
           |    +--:(aws)
           |    +--:(aws)
           |    |  +--rw aws-construct?         empty
           |    |  +--rw aws-construct?       empty
           |    +--:(openmano)
           |    +--:(openmano)
           |    |  +--rw openmano-construct?   empty
           |    |  +--rw openmano-construct?   empty
           |    +--:(vsphere)
           |    +--:(vsphere)
           |    |  +--rw vsphere-construct?     empty
           |    |  +--rw vsphere-construct?   empty
           |    +--:(mock)
           |    +--:(mock)
           |    |  +--rw mock-construct?       empty
           |    |  +--rw mock-construct?       empty
           |    +--:(cloudsim)
           |    +--:(cloudsim)
           |        +--rw cloudsim-construct?   empty
           |        +--rw cloudsim-construct?   empty
           +--rw ssh-authorized-key* [key-pair-ref]
           +--rw ssh-authorized-key* [key-pair-ref]
           |  +--rw key-pair-ref    -> ../../../../key-pair/name
           |  +--rw key-pair-ref    -> ../../../../key-pair/name
Line 1,423: Line 1,813:
             +--rw ssh-authorized-key* [key-pair-ref]
             +--rw ssh-authorized-key* [key-pair-ref]
                 +--rw key-pair-ref    -> ../../../../../key-pair/name
                 +--rw key-pair-ref    -> ../../../../../key-pair/name
   augment /rw-project:project:
   augment /osm-project:project:
     +--ro ns-instance-opdata
     +--ro ns-instance-opdata
       +--ro nsr* [ns-instance-config-ref]
       +--ro nsr* [ns-instance-config-ref]
           +--ro ns-instance-config-ref         -> ../../../ns-instance-config/nsr/id
           +--ro ns-instance-config-ref   -> ../../../ns-instance-config/nsr/id
           +--ro name-ref?                     -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/name
           +--ro name-ref?                 -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/name
           +--ro nsd-ref?                       -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/id
           +--ro nsd-ref?                 -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/id
           +--ro nsd-name-ref?                 -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/name
           +--ro nsd-name-ref?             -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/name
           +--ro create-time?                   uint32
           +--ro create-time?             uint32
           +--ro uptime?                       uint32
           +--ro uptime?                   uint32
           +--ro connection-point* [name]
           +--ro connection-point* [name]
           |  +--ro name    string
           |  +--ro name    string
Line 1,468: Line 1,858:
           |  |  +--ro path-id?                    uint32
           |  |  +--ro path-id?                    uint32
           |  |  +--ro vnfr-connection-point-ref* [hop-number]
           |  |  +--ro vnfr-connection-point-ref* [hop-number]
           |  |    +--ro hop-number                   uint8
           |  |    +--ro hop-number                           uint8
           |  |    +--ro service-function-type?       string
           |  |    +--ro service-function-type?               string
           |  |    +--ro member-vnf-index-ref?         uint64
           |  |    +--ro member-vnf-index-ref?               string
           |  |    +--ro vnfd-id-ref?                 string
           |  |    +--ro vnfd-id-ref?                         string
           |  |    +--ro vnfr-id-ref?                 -> ../../../../../../vnfr:vnfr-catalog/vnfr/id
           |  |    +--ro vnfr-id-ref?                         -> ../../../../../../vnfr:vnfr-catalog/vnfr/id
           |  |    +--ro vnfr-name-ref?               -> ../../../../../../vnfr:vnfr-catalog/vnfr/name
           |  |    +--ro vnfr-name-ref?                       -> ../../../../../../vnfr:vnfr-catalog/vnfr/name
           |  |    +--ro vnfr-connection-point-ref?    -> ../../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
          |  |    +--ro vnfr-ingress-connection-point-ref?  -> ../../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
           |  |    +--ro service-index?               uint8
           |  |    +--ro vnfr-egress-connection-point-ref?    -> ../../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
           |  |    +--ro service-index?                       uint8
           |  |    +--ro connection-point-params
           |  |    +--ro connection-point-params
           |  |    |  +--ro mgmt-address?  inet:ip-address
           |  |    |  +--ro mgmt-address?  inet:ip-address
Line 1,500: Line 1,891:
           |    +--ro ip-address?                  string
           |    +--ro ip-address?                  string
           |    +--ro sff-name?                    string
           |    +--ro sff-name?                    string
           +--ro operational-status?           ns-operational-status
           +--ro operational-status?       ns-operational-status
           +--ro config-status?                config-states
           +--ro ns-configuration
           +--ro service-primitive* [name]
           +--ro (config-method)?
           |  +--ro name                  string
           |  +--:(script)
           |  +--ro parameter* [name]
           |  |  |  +--ro script
           |  |  +--ro name              string
           |  |  |    +--ro script-type?  enumeration
           |  |  +--ro data-type?       manotypes:parameter-data-type
           |  |  +--:(juju)
           |  | +--ro mandatory?       boolean
          |  |    +--ro juju
           |  | +--ro default-value?    string
          |  |       +--ro charm?              string
           |  | +--ro parameter-pool?  string
           |  |       +--ro proxy?               boolean
           |  | +--ro read-only?        boolean
           |  |       +--ro vca-relationships
           |  | +--ro hidden?          boolean
           |  |           +--ro relation* [requires provides]
           |  +--ro parameter-group* [name]
           |  |             +--ro requires    string
           |  |  +--ro name         string
           |  |             +--ro provides    string
           |  +--ro config-primitive* [name]
           |  |  +--ro name                   string
           |  |  +--ro parameter* [name]
           |  |  +--ro parameter* [name]
           |  |  |  +--ro name              string
           |  |  |  +--ro name              string
Line 1,522: Line 1,915:
           |  |  |  +--ro read-only?        boolean
           |  |  |  +--ro read-only?        boolean
           |  |  |  +--ro hidden?          boolean
           |  |  |  +--ro hidden?          boolean
           |  |  +--ro mandatoryboolean
           |  |  +--ro user-defined-scriptstring
           |  +--ro vnf-primitive-group* [member-vnf-index-ref]
           |  +--ro initial-config-primitive* [seq]
           |  |  +--ro member-vnf-index-ref    uint64
           |  |  +--ro seq                          uint64
           |  |  +--ro vnfd-id-ref?           string
           |  |  +--ro (primitive-type)?
           |  |  +--ro vnfd-name?             string
           |  |    +--:(primitive-definition)
           |  | +--ro primitive* [index]
          |        +--ro name?                 string
           |  |     +--ro index    uint32
           |  |       +--ro parameter* [name]
           |  |     +--ro name?   string
           |  |       |  +--ro name        string
           |  +--ro user-defined-script?  string
          |  |        |  +--ro data-type?  manotypes:parameter-data-type
           +--ro initial-service-primitive* [seq]
           |  |       |  +--ro value?       string
           |  +--ro seq                    uint64
           |  |        +--ro user-defined-script?  string
           |  +--ro name                   string
           +--ro terminate-config-primitive* [seq]
           |  +--ro user-defined-script?  string
           |  +--ro seq                    uint64
          |  +--ro parameter* [name]
           |  +--ro name?                  string
           |     +--ro name     string
           |  |  +--ro parameter* [name]
           |     +--ro valuestring
           | |  |  +--ro name         string
          +--ro terminate-service-primitive* [seq]
           | |  |  +--ro data-typemanotypes:parameter-data-type
           |  +--ro seq                    uint64
           |  |  +--ro value?      string
          |  +--ro name                  string
           |  +--ro user-defined-script?  string
           |  +--ro user-defined-script?  string
           |  +--ro metrics* [name]
           |  +--ro parameter* [name]
           |    +--ro name   string
           |    +--ro name     string
           +--ro config-status?           config-states
           |    +--ro value?   string
           +--ro monitoring-param* [id]
           +--ro monitoring-param* [id]
           |  +--ro value-type?            param-value-type
           |  +--ro value-type?            param-value-type
Line 1,575: Line 1,967:
             +--ro job-status-details?  string
             +--ro job-status-details?  string
             +--ro parameter* [name]
             +--ro parameter* [name]
             |  +--ro name     string
             |  +--ro name         string
             |  +--ro value?   string
            |  +--ro data-type?  manotypes:parameter-data-type
             |  +--ro value?       string
             +--ro parameter-group* [name]
             +--ro parameter-group* [name]
             |  +--ro name        string
             |  +--ro name        string
             |  +--ro parameter* [name]
             |  +--ro parameter* [name]
             |    +--ro name    string
             |    +--ro name         string
             |    +--ro value?   string
            |     +--ro data-type?  manotypes:parameter-data-type
             |    +--ro value?       string
             +--ro vnfr* [id]
             +--ro vnfr* [id]
                 +--ro id                yang:uuid
                 +--ro id                yang:uuid
Line 1,588: Line 1,982:
                   +--ro name                      string
                   +--ro name                      string
                   +--ro parameter* [name]
                   +--ro parameter* [name]
                   |  +--ro name     string
                   |  +--ro name         string
                   |  +--ro value?   string
                  |  +--ro data-type?  manotypes:parameter-data-type
                   |  +--ro value?       string
                   +--ro execution-id?              string
                   +--ro execution-id?              string
                   +--ro execution-status?          enumeration
                   +--ro execution-status?          enumeration
Line 1,595: Line 1,990:


   rpcs:
   rpcs:
     +---x get-ns-service-primitive-values
     +---x get-ns-config-primitive-values
     |  +---w input
     |  +---w input
     |  |  +---w name            string
     |  |  +---w name            string
     |  |  +---w project-name?  -> /rw-project:project/name
     |  |  +---w project-name?  -> /osm-project:project/name
     |  |  +---w nsr_id_ref      -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w nsr_id_ref      -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  +--ro output
     |  +--ro output
     |    +--ro ns-parameter* [name]
     |    +--ro ns-parameter* [name]
Line 1,610: Line 2,005:
     |    |    +--ro value?  string
     |    |    +--ro value?  string
     |    +--ro vnf-primitive-group* [member-vnf-index-ref]
     |    +--ro vnf-primitive-group* [member-vnf-index-ref]
     |        +--ro member-vnf-index-ref    uint64
     |        +--ro member-vnf-index-ref    string
     |        +--ro vnfd-id-ref?            string
     |        +--ro vnfd-id-ref?            string
     |        +--ro primitive* [index]
     |        +--ro primitive* [index]
Line 1,618: Line 2,013:
     |              +--ro name    string
     |              +--ro name    string
     |              +--ro value?  string
     |              +--ro value?  string
     +---x exec-ns-service-primitive
     +---x exec-ns-config-primitive
     |  +---w input
     |  +---w input
     |  |  +---w name?                  string
     |  |  +---w name?                  string
     |  |  +---w project-name?          -> /rw-project:project/name
     |  |  +---w project-name?          -> /osm-project:project/name
     |  |  +---w nsr_id_ref            -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w nsr_id_ref            -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w triggered-by?          trigger-type
     |  |  +---w triggered-by?          trigger-type
     |  |  +---w parameter* [name]
     |  |  +---w parameter* [name]
     |  |  |  +---w name    string
     |  |  |  +---w name         string
     |  |  |  +---w value?   string
     |  |  |  +---w data-type?  manotypes:parameter-data-type
     |  |  |  +---w value?       string
     |  |  +---w parameter-group* [name]
     |  |  +---w parameter-group* [name]
     |  |  |  +---w name        string
     |  |  |  +---w name        string
     |  |  |  +---w parameter* [name]
     |  |  |  +---w parameter* [name]
     |  |  |    +---w name    string
     |  |  |    +---w name         string
     |  |  |    +---w value?   string
    |  |  |     +---w data-type?  manotypes:parameter-data-type
     |  |  |    +---w value?       string
     |  |  +---w vnf-list* [member_vnf_index_ref]
     |  |  +---w vnf-list* [member_vnf_index_ref]
     |  |  |  +---w member_vnf_index_ref    uint64
     |  |  |  +---w member_vnf_index_ref    uint64
Line 1,639: Line 2,036:
     |  |  |    +---w name?        string
     |  |  |    +---w name?        string
     |  |  |    +---w parameter* [name]
     |  |  |    +---w parameter* [name]
     |  |  |        +---w name    string
     |  |  |        +---w name         string
     |  |  |        +---w value?   string
     |  |  |        +---w data-type?  manotypes:parameter-data-type
     |  |  |        +---w value?       string
     |  |  +---w user-defined-script?  string
     |  |  +---w user-defined-script?  string
     |  +--ro output
     |  +--ro output
     |    +--ro job-id?              uint64
     |    +--ro job-id?              uint64
     |    +--ro name?                string
     |    +--ro name?                string
     |    +--ro project-name?        -> /rw-project:project/name
     |    +--ro project-name?        -> /osm-project:project/name
     |    +--ro nsr_id_ref            -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |    +--ro nsr_id_ref            -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |    +--ro triggered-by?        trigger-type
     |    +--ro triggered-by?        trigger-type
     |    +--ro create-time?          uint32
     |    +--ro create-time?          uint32
     |    +--ro job-status-details?  string
     |    +--ro job-status-details?  string
     |    +--ro parameter* [name]
     |    +--ro parameter* [name]
     |    |  +--ro name    string
     |    |  +--ro name         string
     |    |  +--ro value?   string
     |    |  +--ro data-type?  manotypes:parameter-data-type
     |    |  +--ro value?       string
     |    +--ro parameter-group* [name]
     |    +--ro parameter-group* [name]
     |    |  +--ro name        string
     |    |  +--ro name        string
     |    |  +--ro parameter* [name]
     |    |  +--ro parameter* [name]
     |    |    +--ro name    string
     |    |    +--ro name         string
     |    |    +--ro value?   string
     |    |    +--ro data-type?  manotypes:parameter-data-type
     |    |    +--ro value?       string
     |    +--ro vnf-out-list* [member_vnf_index_ref]
     |    +--ro vnf-out-list* [member_vnf_index_ref]
     |        +--ro member_vnf_index_ref    uint64
     |        +--ro member_vnf_index_ref    uint64
Line 1,665: Line 2,065:
     |          +--ro name?                      string
     |          +--ro name?                      string
     |          +--ro parameter* [name]
     |          +--ro parameter* [name]
     |          |  +--ro name    string
     |          |  +--ro name         string
     |          |  +--ro value?   string
     |          |  +--ro data-type?  manotypes:parameter-data-type
     |          |  +--ro value?       string
     |          +--ro execution-id?              string
     |          +--ro execution-id?              string
     |          +--ro execution-status?          string
     |          +--ro execution-status?          string
Line 1,672: Line 2,073:
     +---x exec-scale-in
     +---x exec-scale-in
     |  +---w input
     |  +---w input
     |  |  +---w project-name?            -> /rw-project:project/name
     |  |  +---w project-name?            -> /osm-project:project/name
     |  |  +---w nsr_id_ref                -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w nsr_id_ref                -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w scaling-group-name-ref    -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
     |  |  +---w scaling-group-name-ref    -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
     |  |  +---w instance-id              -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/scaling-group[nsr:scaling-group-name-ref=current()/../scaling-group-name-ref]/instance/id
     |  |  +---w instance-id              -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/scaling-group[nsr:scaling-group-name-ref=current()/../scaling-group-name-ref]/instance/id
     |  +--ro output
     |  +--ro output
     |    +--ro instance-id?  uint64
     |    +--ro instance-id?  uint64
     +---x exec-scale-out
     +---x exec-scale-out
     |  +---w input
     |  +---w input
     |  |  +---w project-name?            -> /rw-project:project/name
     |  |  +---w project-name?            -> /osm-project:project/name
     |  |  +---w nsr_id_ref                -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w nsr_id_ref                -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
     |  |  +---w scaling-group-name-ref    -> /rw-project:project[rw-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
     |  |  +---w scaling-group-name-ref    -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
     |  |  +---w instance-id?              uint64
     |  |  +---w instance-id?              uint64
     |  +--ro output
     |  +--ro output
Line 1,689: Line 2,090:
       +---w input
       +---w input
       |  +---w name                        string
       |  +---w name                        string
       |  +---w project-name?                -> /rw-project:project/name
       |  +---w project-name?                -> /osm-project:project/name
       |  +---w nsd_id_ref?                  -> /rw-project:project[rw-project:name=current()/../project-name]/project-nsd:nsd-catalog/nsd/id
       |  +---w nsd_id_ref?                  -> /osm-project:project[osm-project:name=current()/../project-name]/project-nsd:nsd-catalog/nsd/id
       |  +---w input-parameter* [xpath]
       |  +---w input-parameter* [xpath]
       |  |  +---w xpath    string
       |  |  +---w xpath    string
Line 1,699: Line 2,100:
       |  |    +---w id    uint16
       |  |    +---w id    uint16
       |  +---w nsd-placement-group-maps* [placement-group-ref]
       |  +---w nsd-placement-group-maps* [placement-group-ref]
       |  |  +---w placement-group-ref   string
       |  |  +---w placement-group-ref         string
       |  |  +---w cloud-type?           manotypes:cloud-account-type
       |  |  +---w cloud-type?                 manotypes:cloud-account-type
       |  |  +---w (cloud-provider)?
       |  |  +---w (cloud-provider)?
       |  |    +--:(openstack)
       |  |    +--:(openstack)
Line 1,711: Line 2,112:
       |  |    |    +---w metadata-value?  string
       |  |    |    +---w metadata-value?  string
       |  |    +--:(aws)
       |  |    +--:(aws)
       |  |    |  +---w aws-construct?         empty
       |  |    |  +---w aws-construct?       empty
       |  |    +--:(openmano)
       |  |    +--:(openmano)
       |  |    |  +---w openmano-construct?   empty
       |  |    |  +---w openmano-construct?   empty
       |  |    +--:(vsphere)
       |  |    +--:(vsphere)
       |  |    |  +---w vsphere-construct?     empty
       |  |    |  +---w vsphere-construct?   empty
       |  |    +--:(mock)
       |  |    +--:(mock)
       |  |    |  +---w mock-construct?       empty
       |  |    |  +---w mock-construct?       empty
       |  |    +--:(cloudsim)
       |  |    +--:(cloudsim)
       |  |        +---w cloudsim-construct?   empty
       |  |        +---w cloudsim-construct?   empty
       |  +---w vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
       |  +---w vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
       |    +---w vnfd-id-ref           yang:uuid
       |    +---w vnfd-id-ref                 yang:uuid
       |    +---w placement-group-ref   -> /rw-project:project[rw-project:name=current()/../../project-name]/project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
       |    +---w placement-group-ref         -> /osm-project:project[osm-project:name=current()/../../project-name]/project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
       |    +---w cloud-type?           manotypes:cloud-account-type
       |    +---w cloud-type?                 manotypes:cloud-account-type
       |    +---w (cloud-provider)?
       |    +---w (cloud-provider)?
       |    |  +--:(openstack)
       |    |  +--:(openstack)
Line 1,734: Line 2,135:
       |    |  |    +---w metadata-value?  string
       |    |  |    +---w metadata-value?  string
       |    |  +--:(aws)
       |    |  +--:(aws)
       |    |  |  +---w aws-construct?         empty
       |    |  |  +---w aws-construct?       empty
       |    |  +--:(openmano)
       |    |  +--:(openmano)
       |    |  |  +---w openmano-construct?   empty
       |    |  |  +---w openmano-construct?   empty
       |    |  +--:(vsphere)
       |    |  +--:(vsphere)
       |    |  |  +---w vsphere-construct?     empty
       |    |  |  +---w vsphere-construct?   empty
       |    |  +--:(mock)
       |    |  +--:(mock)
       |    |  |  +---w mock-construct?       empty
       |    |  |  +---w mock-construct?       empty
       |    |  +--:(cloudsim)
       |    |  +--:(cloudsim)
       |    |    +---w cloudsim-construct?   empty
       |    |    +---w cloudsim-construct?   empty
       |    +---w ssh-authorized-key* [key-pair-ref]
       |    +---w ssh-authorized-key* [key-pair-ref]
       |    |  +---w key-pair-ref    -> /rw-project:project[rw-project:name=current()/../../../project-name]/key-pair/name
       |    |  +---w key-pair-ref    -> /osm-project:project[osm-project:name=current()/../../../project-name]/key-pair/name
       |    +---w user* [name]
       |    +---w user* [name]
       |        +---w name                  string
       |        +---w name                  string
       |        +---w user-info?            string
       |        +---w user-info?            string
       |        +---w ssh-authorized-key* [key-pair-ref]
       |        +---w ssh-authorized-key* [key-pair-ref]
       |          +---w key-pair-ref    -> /rw-project:project[rw-project:name=current()/../../../../project-name]/key-pair/name
       |          +---w key-pair-ref    -> /osm-project:project[osm-project:name=current()/../../../../project-name]/key-pair/name
       +--ro output
       +--ro output
           +--ro nsr-id?  yang:uuid
           +--ro nsr-id?  yang:uuid
</pre>
===NSI tree===
'''Navigable version:'''
'''http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsi.html'''
'''Plain text version:'''
<pre>
module: nsi
  +--rw nsi* [id]
    +--rw id                          yang:uuid
    +--rw name                        string
    +--rw short-name?                string
    +--rw description?                string
    +--rw nst-ref                    -> /nst:nst/id
    +--rw instantiation-parameters
    |  +--rw vimAccountId      string
    |  +--rw ssh_keys?          string
    |  +--rw netslice-subnet* [id]
    |  |  +--rw id              string
    |  |  +--rw vimAccountId    string
    |  |  +--rw ssh_keys?      string
    |  |  +--rw vnf* [member-vnf-index]
    |  |  |  +--rw member-vnf-index    string
    |  |  |  +--rw vimAccountId?      string
    |  |  |  +--rw vdu* [id]
    |  |  |  |  +--rw id          string
    |  |  |  |  +--rw volume* [name]
    |  |  |  |  |  +--rw name            string
    |  |  |  |  |  +--rw vim-volume-id    string
    |  |  |  |  +--rw interface* [name]
    |  |  |  |    +--rw name                    string
    |  |  |  |    +--rw ip-address?            inet:ip-address
    |  |  |  |    +--rw mac-address?            ietf-yang:mac-address
    |  |  |  |    +--rw floating-ip-required?  boolean
    |  |  |  +--rw internal-vld* [name]
    |  |  |    +--rw name                        string
    |  |  |    +--rw vim-network-name?            string
    |  |  |    +--rw ip-profile
    |  |  |    |  +--rw ip-version?        inet:ip-version
    |  |  |    |  +--rw subnet-address?    inet:ip-prefix
    |  |  |    |  +--rw gateway-address?  inet:ip-prefix
    |  |  |    |  +--rw dns-server* [address]
    |  |  |    |  |  +--rw address    inet:ip-address
    |  |  |    |  +--rw dhcp-params
    |  |  |    |    +--rw enabled?        boolean
    |  |  |    |    +--rw count?          uint8
    |  |  |    |    +--rw start-address?  inet:ip-address
    |  |  |    +--rw internal-connection-point* [id-ref]
    |  |  |        +--rw id-ref        string
    |  |  |        +--rw ip-address?  inet:ip-address
    |  |  +--rw vld* [name]
    |  |    +--rw name                        string
    |  |    +--rw vim-network-name?            string
    |  |    +--rw ip-profile
    |  |    |  +--rw ip-version?        inet:ip-version
    |  |    |  +--rw subnet-address?    inet:ip-prefix
    |  |    |  +--rw gateway-address?  inet:ip-prefix
    |  |    |  +--rw dns-server* [address]
    |  |    |  |  +--rw address    inet:ip-address
    |  |    |  +--rw dhcp-params
    |  |    |    +--rw enabled?        boolean
    |  |    |    +--rw count?          uint8
    |  |    |    +--rw start-address?  inet:ip-address
    |  |    +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
    |  |        +--rw member-vnf-index-ref        -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
    |  |        +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
    |  |        +--rw ip-address?                  inet:ip-address
    |  +--rw netslice-vld* [name]
    |    +--rw name                        string
    |    +--rw vim-network-name?          string
    |    +--rw ip-profile
    |    |  +--rw ip-version?        inet:ip-version
    |    |  +--rw subnet-address?    inet:ip-prefix
    |    |  +--rw gateway-address?  inet:ip-prefix
    |    |  +--rw dns-server* [address]
    |    |  |  +--rw address    inet:ip-address
    |    |  +--rw dhcp-params
    |    |    +--rw enabled?        boolean
    |    |    +--rw count?          uint8
    |    |    +--rw start-address?  inet:ip-address
    |    +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
    |        +--rw nss-ref                    -> /nst:nst/netslice-subnet/id
    |        +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
    |        +--rw ip-address?                inet:ip-address
    +--rw network-slice-template
    |  +--rw id                          string
    |  +--rw name                        string
    |  +--rw SNSSAI-identifier
    |  |  +--rw slice-service-type      network-slice-type
    |  |  +--rw slice-differentiator?  string
    |  +--rw quality-of-service
    |  |  +--rw id                        uint16
    |  |  +--rw resource-type?            resource-type
    |  |  +--rw priority-level?          uint16
    |  |  +--rw packet-delay-budget?      uint16
    |  |  +--rw packet-error-rate?        uint16
    |  |  +--rw default-max-data-burst?  uint16
    |  +--rw netslice-subnet* [id]
    |  |  +--rw id                          string
    |  |  +--rw description?                string
    |  |  +--rw is-shared-nss?              boolean
    |  |  +--rw nsd-ref                    -> /nsd:nsd-catalog/nsd/id
    |  |  +--rw instantiation-parameters
    |  |    +--rw vimAccountId    string
    |  |    +--rw ssh_keys?      string
    |  |    +--rw vnf* [member-vnf-index]
    |  |    |  +--rw member-vnf-index    string
    |  |    |  +--rw vimAccountId?      string
    |  |    |  +--rw vdu* [id]
    |  |    |  |  +--rw id          string
    |  |    |  |  +--rw volume* [name]
    |  |    |  |  |  +--rw name            string
    |  |    |  |  |  +--rw vim-volume-id    string
    |  |    |  |  +--rw interface* [name]
    |  |    |  |    +--rw name                    string
    |  |    |  |    +--rw ip-address?            inet:ip-address
    |  |    |  |    +--rw mac-address?            ietf-yang:mac-address
    |  |    |  |    +--rw floating-ip-required?  boolean
    |  |    |  +--rw internal-vld* [name]
    |  |    |    +--rw name                        string
    |  |    |    +--rw vim-network-name?            string
    |  |    |    +--rw ip-profile
    |  |    |    |  +--rw ip-version?        inet:ip-version
    |  |    |    |  +--rw subnet-address?    inet:ip-prefix
    |  |    |    |  +--rw gateway-address?  inet:ip-prefix
    |  |    |    |  +--rw dns-server* [address]
    |  |    |    |  |  +--rw address    inet:ip-address
    |  |    |    |  +--rw dhcp-params
    |  |    |    |    +--rw enabled?        boolean
    |  |    |    |    +--rw count?          uint8
    |  |    |    |    +--rw start-address?  inet:ip-address
    |  |    |    +--rw internal-connection-point* [id-ref]
    |  |    |        +--rw id-ref        string
    |  |    |        +--rw ip-address?  inet:ip-address
    |  |    +--rw vld* [name]
    |  |        +--rw name                        string
    |  |        +--rw vim-network-name?            string
    |  |        +--rw ip-profile
    |  |        |  +--rw ip-version?        inet:ip-version
    |  |        |  +--rw subnet-address?    inet:ip-prefix
    |  |        |  +--rw gateway-address?  inet:ip-prefix
    |  |        |  +--rw dns-server* [address]
    |  |        |  |  +--rw address    inet:ip-address
    |  |        |  +--rw dhcp-params
    |  |        |    +--rw enabled?        boolean
    |  |        |    +--rw count?          uint8
    |  |        |    +--rw start-address?  inet:ip-address
    |  |        +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
    |  |          +--rw member-vnf-index-ref        -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
    |  |          +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
    |  |          +--rw ip-address?                  inet:ip-address
    |  +--rw netslice-connection-point* [name]
    |  |  +--rw name                              string
    |  |  +--rw floating-ip-required?            boolean
    |  |  +--rw (connection)?
    |  |    +--:(netslice-vld-ref)
    |  |    |  +--rw netslice-vld-id-ref?        -> ../../netslice-vld/id
    |  |    +--:(nsd-connection-point-ref)
    |  |        +--rw nsd-id-ref?                -> /nsd:nsd-catalog/nsd/id
    |  |        +--rw nsd-connection-point-ref?  -> /nsd:nsd-catalog/nsd/connection-point/name
    |  +--rw netslice-vld* [id]
    |  |  +--rw id                          string
    |  |  +--rw name?                      string
    |  |  +--rw short-name?                string
    |  |  +--rw vendor?                    string
    |  |  +--rw description?                string
    |  |  +--rw version?                    string
    |  |  +--rw type?                      manotypes:virtual-link-type
    |  |  +--rw root-bandwidth?            uint64
    |  |  +--rw leaf-bandwidth?            uint64
    |  |  +--rw provider-network
    |  |  |  +--rw physical-network?  string
    |  |  |  +--rw segmentation_id?    uint32
    |  |  +--rw mgmt-network?              boolean
    |  |  +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
    |  |    +--rw nss-ref                    -> /nst:nst/netslice-subnet/id
    |  |    +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
    |  |    +--rw ip-address?                inet:ip-address
    |  +--rw netslicefgd* [id]
    |    +--rw id            string
    |    +--rw name?          string
    |    +--rw short-name?    string
    |    +--rw vendor?        string
    |    +--rw description?  string
    |    +--rw version?      string
    |    +--rw rsp* [id]
    |    |  +--rw id                          string
    |    |  +--rw name?                      string
    |    |  +--rw nsd-connection-point-ref* [nsd-ref]
    |    |    +--rw nsd-ref                    -> /nsd:nsd-catalog/nsd/id
    |    |    +--rw order?                      uint8
    |    |    +--rw nsd-connection-point-ref?  -> /nsd:nsd-catalog/nsd/connection-point/name
    |    +--rw classifier* [id]
    |        +--rw id                          string
    |        +--rw name?                      string
    |        +--rw rsp-id-ref?                -> ../../rsp/id
    |        +--rw match-attributes* [id]
    |        |  +--rw id                        string
    |        |  +--rw ip-proto?                uint8
    |        |  +--rw source-ip-address?        inet:ip-address
    |        |  +--rw destination-ip-address?  inet:ip-address
    |        |  +--rw source-port?              inet:port-number
    |        |  +--rw destination-port?        inet:port-number
    |        +--rw nsd-ref?                    -> /nsd:nsd-catalog/nsd/id
    |        +--rw nsd-connection-point-ref?  -> /nsd:nsd-catalog/nsd/connection-point/name
    +--ro nsr-ref-list* [nsr-ref]
    |  +--ro nsr-ref    -> /osm-project:project/nsr:ns-instance-opdata/nsr/ns-instance-config-ref
    +--ro vlr-list* [id]
        +--ro id    yang:uuid
</pre>
</pre>



Latest revision as of 16:54, 17 February 2021

THIS PAGE IS DEPRECATED. OSM User Guide has been moved to a new location: https://osm.etsi.org/docs/user-guide/

---

YANG model in OSM repos

YANG models can be found in the IM repo under the models folder: https://osm.etsi.org/gitweb/?p=osm/IM.git;a=tree

OSM uses pyang and pyangbind to generate Python classes used by the different OSM components.

OSM IM tree representation

Below you can find tree representations of the VNFD (VNF Descriptor), NSD (Network Service Descriptor), NST (Network Slice Template), VNFR (VNF Record), NSR (Network Service Record), NSI (Network Slice Instance), both in navigable and plain text formats.

VNFD tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/vnfd.html

Plain text version:

module: vnfd
  +--rw vnfd-catalog
     +--rw schema-version?   string
     +--rw vnfd* [id]
        +--rw id                          string
        +--rw name                        string
        +--rw short-name?                 string
        +--rw vendor?                     string
        +--rw logo?                       string
        +--rw description?                string
        +--rw version?                    string
        +--rw vnf-configuration
        |  +--rw (config-method)?
        |  |  +--:(script)
        |  |  |  +--rw script
        |  |  |     +--rw script-type?   enumeration
        |  |  +--:(juju)
        |  |     +--rw juju
        |  |        +--rw charm?               string
        |  |        +--rw proxy?               boolean
        |  |        +--rw vca-relationships
        |  |           +--rw relation* [requires provides]
        |  |              +--rw requires    string
        |  |              +--rw provides    string
        |  +--rw config-primitive* [name]
        |  |  +--rw name                   string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name              string
        |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  |  |  +--rw mandatory?        boolean
        |  |  |  +--rw default-value?    string
        |  |  |  +--rw parameter-pool?   string
        |  |  |  +--rw read-only?        boolean
        |  |  |  +--rw hidden?           boolean
        |  |  +--rw user-defined-script?   string
        |  +--rw initial-config-primitive* [seq]
        |  |  +--rw seq                          uint64
        |  |  +--rw (primitive-type)?
        |  |     +--:(primitive-definition)
        |  |        +--rw name?                  string
        |  |        +--rw parameter* [name]
        |  |        |  +--rw name         string
        |  |        |  +--rw data-type?   manotypes:parameter-data-type
        |  |        |  +--rw value?       string
        |  |        +--rw user-defined-script?   string
        |  +--rw terminate-config-primitive* [seq]
        |  |  +--rw seq                    uint64
        |  |  +--rw name?                  string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name         string
        |  |  |  +--rw data-type?   manotypes:parameter-data-type
        |  |  |  +--rw value?       string
        |  |  +--rw user-defined-script?   string
        |  +--rw metrics* [name]
        |  |  +--rw name    string
        |  +--rw config-access
        |     +--rw ssh-access
        |        +--rw required?       boolean
        |        +--rw default-user?   string
        +--rw operational-status?         vnf-operational-status
        +--rw mgmt-interface
        |  +--rw (endpoint-type)?
        |  |  +--:(ip)
        |  |  |  +--rw ip-address?   inet:ip-address
        |  |  +--:(vdu-id)
        |  |  |  +--rw vdu-id?       -> ../../vdu/id
        |  |  +--:(cp)
        |  |     +--rw cp?           -> ../../connection-point/name
        |  +--rw port?               inet:port-number
        |  +--rw dashboard-params
        |     +--rw path?    string
        |     +--rw https?   boolean
        |     +--rw port?    inet:port-number
        +--rw internal-vld* [id]
        |  +--rw id                           string
        |  +--rw name?                        string
        |  +--rw short-name?                  string
        |  +--rw description?                 string
        |  +--rw type?                        manotypes:virtual-link-type
        |  +--rw root-bandwidth?              uint64
        |  +--rw leaf-bandwidth?              uint64
        |  +--rw internal-connection-point* [id-ref]
        |  |  +--rw id-ref        -> ../../../vdu/internal-connection-point/id
        |  |  +--rw ip-address?   inet:ip-address
        |  +--rw provider-network
        |  |  +--rw physical-network?   string
        |  |  +--rw segmentation_id?    uint32
        |  +--rw (init-params)?
        |     +--:(vim-network-ref)
        |     |  +--rw vim-network-name?      string
        |     +--:(vim-network-profile)
        |        +--rw ip-profile-ref?        string
        +--rw ip-profiles* [name]
        |  +--rw name                 string
        |  +--rw description?         string
        |  +--rw ip-profile-params
        |     +--rw ip-version?           inet:ip-version
        |     +--rw subnet-address?       inet:ip-prefix
        |     +--rw gateway-address?      inet:ip-address
        |     +--rw security-group?       string
        |     +--rw dns-server* [address]
        |     |  +--rw address    inet:ip-address
        |     +--rw dhcp-params
        |     |  +--rw enabled?         boolean
        |     |  +--rw start-address?   inet:ip-address
        |     |  +--rw count?           uint32
        |     +--rw subnet-prefix-pool?   string
        +--rw connection-point* [name]
        |  +--rw name                     string
        |  +--rw id?                      string
        |  +--rw short-name?              string
        |  +--rw type?                    manotypes:connection-point-type
        |  +--rw port-security-enabled?   boolean
        |  +--rw internal-vld-ref?        -> ../../internal-vld/id
        +--rw vdu* [id]
        |  +--rw id                           string
        |  +--rw name?                        string
        |  +--rw description?                 string
        |  +--rw pdu-type?                    string
        |  +--rw count?                       uint64
        |  +--rw mgmt-vpci?                   string
        |  +--rw vm-flavor
        |  |  +--rw vcpu-count?   uint16
        |  |  +--rw memory-mb?    uint64
        |  |  +--rw storage-gb?   uint64
        |  +--rw guest-epa
        |  |  +--rw trusted-execution?                 boolean
        |  |  +--rw mempage-size?                      enumeration
        |  |  +--rw (cpu-policy)?
        |  |  |  +--:(cpu-pinning)
        |  |  |  |  +--rw cpu-pinning-policy?          enumeration
        |  |  |  |  +--rw cpu-thread-pinning-policy?   enumeration
        |  |  |  +--:(cpu-quota)
        |  |  |     +--rw cpu-quota
        |  |  |        +--rw limit?     uint64
        |  |  |        +--rw reserve?   uint64
        |  |  |        +--rw shares?    uint64
        |  |  +--rw mem-quota
        |  |  |  +--rw limit?     uint64
        |  |  |  +--rw reserve?   uint64
        |  |  |  +--rw shares?    uint64
        |  |  +--rw disk-io-quota
        |  |  |  +--rw limit?     uint64
        |  |  |  +--rw reserve?   uint64
        |  |  |  +--rw shares?    uint64
        |  |  +--rw vif-quota
        |  |  |  +--rw limit?     uint64
        |  |  |  +--rw reserve?   uint64
        |  |  |  +--rw shares?    uint64
        |  |  +--rw pcie-device* [device-id]
        |  |  |  +--rw device-id    string
        |  |  |  +--rw count?       uint64
        |  |  +--rw (numa-policy)?
        |  |     +--:(numa-unaware)
        |  |     |  +--rw numa-unaware?                empty
        |  |     +--:(numa-aware)
        |  |        +--rw numa-node-policy
        |  |           +--rw node-cnt?     uint16
        |  |           +--rw mem-policy?   enumeration
        |  |           +--rw node* [id]
        |  |              +--rw id                      uint64
        |  |              +--rw vcpu* [id]
        |  |              |  +--rw id    uint64
        |  |              +--rw memory-mb?              uint64
        |  |              +--rw (om-numa-type)?
        |  |                 +--:(cores)
        |  |                 |  +--rw num-cores?        uint8
        |  |                 +--:(paired-threads)
        |  |                 |  +--rw paired-threads
        |  |                 |     +--rw num-paired-threads?   uint8
        |  |                 |     +--rw paired-thread-ids* [thread-a]
        |  |                 |        +--rw thread-a    uint8
        |  |                 |        +--rw thread-b?   uint8
        |  |                 +--:(threads)
        |  |                    +--rw num-threads?      uint8
        |  +--rw vswitch-epa
        |  |  +--rw ovs-acceleration?   enumeration
        |  |  +--rw ovs-offload?        enumeration
        |  +--rw hypervisor-epa
        |  |  +--rw type?      enumeration
        |  |  +--rw version?   string
        |  +--rw host-epa
        |  |  +--rw cpu-model?               enumeration
        |  |  +--rw cpu-arch?                enumeration
        |  |  +--rw cpu-vendor?              enumeration
        |  |  +--rw cpu-socket-count?        uint64
        |  |  +--rw cpu-core-count?          uint64
        |  |  +--rw cpu-core-thread-count?   uint64
        |  |  +--rw cpu-feature* [feature]
        |  |  |  +--rw feature    cpu-feature-type
        |  |  +--rw om-cpu-model-string?     string
        |  |  +--rw om-cpu-feature* [feature]
        |  |     +--rw feature    string
        |  +--rw alarm* [alarm-id]
        |  |  +--rw alarm-id                    string
        |  |  +--rw vnf-monitoring-param-ref?   -> ../../monitoring-param/id
        |  |  +--rw name?                       string
        |  |  +--rw description?                string
        |  |  +--rw vdur-id?                    string
        |  |  +--rw actions
        |  |  |  +--rw ok* [url]
        |  |  |  |  +--rw url    string
        |  |  |  +--rw insufficient-data* [url]
        |  |  |  |  +--rw url    string
        |  |  |  +--rw alarm* [url]
        |  |  |     +--rw url    string
        |  |  +--rw repeat?                     boolean
        |  |  +--rw enabled?                    boolean
        |  |  +--rw severity?                   alarm-severity-type
        |  |  +--rw statistic?                  alarm-statistic-type
        |  |  +--rw operation?                  relational-operation-type
        |  |  +--rw value?                      decimal64
        |  |  +--rw period?                     uint32
        |  |  +--rw evaluations?                uint32
        |  +--rw image?                       string
        |  +--rw image-checksum?              string
        |  +--rw alternative-images* [vim-type]
        |  |  +--rw vim-type          string
        |  |  +--rw image?            string
        |  |  +--rw image-checksum?   string
        |  +--rw vdu-configuration
        |  |  +--rw (config-method)?
        |  |  |  +--:(script)
        |  |  |  |  +--rw script
        |  |  |  |     +--rw script-type?   enumeration
        |  |  |  +--:(juju)
        |  |  |     +--rw juju
        |  |  |        +--rw charm?               string
        |  |  |        +--rw proxy?               boolean
        |  |  |        +--rw vca-relationships
        |  |  |           +--rw relation* [requires provides]
        |  |  |              +--rw requires    string
        |  |  |              +--rw provides    string
        |  |  +--rw config-primitive* [name]
        |  |  |  +--rw name                   string
        |  |  |  +--rw parameter* [name]
        |  |  |  |  +--rw name              string
        |  |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  |  |  |  +--rw mandatory?        boolean
        |  |  |  |  +--rw default-value?    string
        |  |  |  |  +--rw parameter-pool?   string
        |  |  |  |  +--rw read-only?        boolean
        |  |  |  |  +--rw hidden?           boolean
        |  |  |  +--rw user-defined-script?   string
        |  |  +--rw initial-config-primitive* [seq]
        |  |  |  +--rw seq                          uint64
        |  |  |  +--rw (primitive-type)?
        |  |  |     +--:(primitive-definition)
        |  |  |        +--rw name?                  string
        |  |  |        +--rw parameter* [name]
        |  |  |        |  +--rw name         string
        |  |  |        |  +--rw data-type?   manotypes:parameter-data-type
        |  |  |        |  +--rw value?       string
        |  |  |        +--rw user-defined-script?   string
        |  |  +--rw terminate-config-primitive* [seq]
        |  |  |  +--rw seq                    uint64
        |  |  |  +--rw name?                  string
        |  |  |  +--rw parameter* [name]
        |  |  |  |  +--rw name         string
        |  |  |  |  +--rw data-type?   manotypes:parameter-data-type
        |  |  |  |  +--rw value?       string
        |  |  |  +--rw user-defined-script?   string
        |  |  +--rw metrics* [name]
        |  |  |  +--rw name    string
        |  |  +--rw config-access
        |  |     +--rw ssh-access
        |  |        +--rw required?       boolean
        |  |        +--rw default-user?   string
        |  +--rw monitoring-param* [id]
        |  |  +--rw id                    string
        |  |  +--rw nfvi-metric?          manotypes:nfvi-metric-type
        |  |  +--rw interface-name-ref?   -> ../../interface/name
        |  +--rw (cloud-init-input)?
        |  |  +--:(inline)
        |  |  |  +--rw cloud-init?            string
        |  |  +--:(filename)
        |  |     +--rw cloud-init-file?       string
        |  +--rw supplemental-boot-data
        |  |  +--rw boot-data-drive?   boolean
        |  +--rw internal-connection-point* [id]
        |  |  +--rw name?                    string
        |  |  +--rw id                       string
        |  |  +--rw short-name?              string
        |  |  +--rw type?                    manotypes:connection-point-type
        |  |  +--rw port-security-enabled?   boolean
        |  |  +--rw internal-vld-ref?        -> ../../../internal-vld/id
        |  +--rw interface* [name]
        |  |  +--rw name                                   string
        |  |  +--rw position?                              uint32
        |  |  +--rw mgmt-interface?                        boolean
        |  |  +--rw type?                                  interface-type
        |  |  +--rw mac-address?                           string
        |  |  +--rw (connection-point-type)?
        |  |  |  +--:(internal)
        |  |  |  |  +--rw internal-connection-point-ref?   -> ../../internal-connection-point/id
        |  |  |  +--:(external)
        |  |  |     +--rw external-connection-point-ref?   -> ../../../connection-point/name
        |  |  +--rw virtual-interface
        |  |     +--rw type?        enumeration
        |  |     +--rw vpci?        string
        |  |     +--rw bandwidth?   uint64
        |  +--rw volumes* [name]
        |     +--rw name                    string
        |     +--rw description?            string
        |     +--rw size?                   uint64
        |     +--rw (volume-source)?
        |     |  +--:(ephemeral)
        |     |  |  +--rw ephemeral?        empty
        |     |  +--:(image)
        |     |     +--rw image?            string
        |     |     +--rw image-checksum?   string
        |     +--rw device-bus?             enumeration
        |     +--rw device-type?            enumeration
        +--rw vdu-dependency* [vdu-source-ref]
        |  +--rw vdu-source-ref        -> ../../vdu/id
        |  +--rw vdu-depends-on-ref?   -> ../../vdu/id
        +--rw service-function-chain?     enumeration
        +--rw service-function-type?      string
        +--rw http-endpoint* [path]
        |  +--rw path                     string
        |  +--rw https?                   boolean
        |  +--rw port?                    inet:port-number
        |  +--rw username?                string
        |  +--rw password?                string
        |  +--rw polling-interval-secs?   uint8
        |  +--rw method?                  manotypes:http-method
        |  +--rw headers* [key]
        |     +--rw key      string
        |     +--rw value?   string
        +--rw scaling-group-descriptor* [name]
        |  +--rw name                     string
        |  +--rw scaling-policy* [name]
        |  |  +--rw name                        string
        |  |  +--rw scaling-type?               manotypes:scaling-policy-type
        |  |  +--rw enabled?                    boolean
        |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
        |  |  +--rw scale-out-operation-type?   manotypes:scaling-criteria-operation
        |  |  +--rw threshold-time              uint32
        |  |  +--rw cooldown-time               uint32
        |  |  +--rw scaling-criteria* [name]
        |  |     +--rw name                              string
        |  |     +--rw scale-in-threshold?               decimal64
        |  |     +--rw scale-in-relational-operation?    manotypes:relational-operation-type
        |  |     +--rw scale-out-threshold?              decimal64
        |  |     +--rw scale-out-relational-operation?   manotypes:relational-operation-type
        |  |     +--rw vnf-monitoring-param-ref?         -> ../../../../monitoring-param/id
        |  +--rw vdu* [vdu-id-ref]
        |  |  +--rw vdu-id-ref    -> ../../../vdu/id
        |  |  +--rw count?        uint32
        |  +--rw min-instance-count?      uint32
        |  +--rw max-instance-count?      uint32
        |  +--rw scaling-config-action* [trigger]
        |     +--rw trigger                          manotypes:scaling-trigger
        |     +--rw vnf-config-primitive-name-ref?   -> ../../../vnf-configuration/config-primitive/name
        +--rw monitoring-param* [id]
        |  +--rw id                            string
        |  +--rw name?                         string
        |  +--rw aggregation-type?             aggregation-type
        |  +--rw (monitoring-type)?
        |  |  +--:(vdu-monitoring-param)
        |  |  |  +--rw vdu-monitoring-param
        |  |  |     +--rw vdu-ref?                    -> ../../../vdu/id
        |  |  |     +--rw vdu-monitoring-param-ref?   -> ../../../vdu[id = current()/../vdu-ref]/monitoring-param/id
        |  |  +--:(vnf-metric)
        |  |  |  +--rw vnf-metric
        |  |  |     +--rw vnf-metric-name-ref?   -> ../../../vnf-configuration/metrics/name
        |  |  +--:(vdu-metric)
        |  |     +--rw vdu-metric
        |  |        +--rw vdu-ref?               -> ../../../vdu/id
        |  |        +--rw vdu-metric-name-ref?   -> ../../../vdu[id = current()/../vdu-ref]/vdu-configuration/metrics/name
        |  +--rw http-endpoint-ref?            -> ../../http-endpoint/path
        |  +--rw json-query-method?            manotypes:json-query-method
        |  +--rw json-query-params
        |  |  +--rw json-path?     string
        |  |  +--rw object-path?   string
        |  +--rw description?                  string
        |  +--rw group-tag?                    string
        |  +--rw widget-type?                  manotypes:widget-type
        |  +--rw units?                        string
        |  +--rw value-type?                   param-value-type
        |  +--rw numeric-constraints
        |  |  +--rw min-value?   uint64
        |  |  +--rw max-value?   uint64
        |  +--rw text-constraints
        |  |  +--rw min-length?   uint8
        |  |  +--rw max-length?   uint8
        |  +--rw value-integer?                int64
        |  +--rw value-decimal?                decimal64
        |  +--rw value-string?                 string
        +--rw placement-groups* [name]
           +--rw name           string
           +--rw requirement?   string
           +--rw strategy?      enumeration
           +--rw member-vdus* [member-vdu-ref]
              +--rw member-vdu-ref    -> ../../../vdu/id

NSD tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsd.html

Plain text version:

module: nsd
  +--rw nsd-catalog
     +--rw schema-version?   string
     +--rw nsd* [id]
        +--rw id                          string
        +--rw name                        string
        +--rw short-name?                 string
        +--rw vendor?                     string
        +--rw logo?                       string
        +--rw description?                string
        +--rw version?                    string
        +--rw connection-point* [name]
        |  +--rw name                               string
        |  +--rw floating-ip-required?              boolean
        |  +--rw type?                              manotypes:connection-point-type
        |  +--rw (connection)?
        |     +--:(vld-ref)
        |     |  +--rw vld-id-ref?                  -> ../../vld/id
        |     +--:(vnfd-connection-point-ref)
        |        +--rw member-vnf-index-ref?        -> ../../constituent-vnfd/member-vnf-index
        |        +--rw vnfd-id-ref?                 -> ../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |        +--rw vnfd-connection-point-ref?   -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
        +--rw scaling-group-descriptor* [name]
        |  +--rw name                     string
        |  +--rw scaling-policy* [name]
        |  |  +--rw name                        string
        |  |  +--rw scaling-type?               manotypes:scaling-policy-type
        |  |  +--rw enabled?                    boolean
        |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
        |  |  +--rw scale-out-operation-type?   manotypes:scaling-criteria-operation
        |  |  +--rw threshold-time              uint32
        |  |  +--rw cooldown-time               uint32
        |  |  +--rw scaling-criteria* [name]
        |  |     +--rw name                              string
        |  |     +--rw scale-in-threshold?               uint64
        |  |     +--rw scale-in-relational-operation?    manotypes:relational-operation-type
        |  |     +--rw scale-out-threshold?              uint64
        |  |     +--rw scale-out-relational-operation?   manotypes:relational-operation-type
        |  |     +--rw ns-monitoring-param-ref?          -> ../../../../monitoring-param/id
        |  +--rw vnfd-member* [member-vnf-index-ref]
        |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
        |  |  +--rw count?                  uint32
        |  +--rw min-instance-count?      uint32
        |  +--rw max-instance-count?      uint32
        |  +--rw scaling-config-action* [trigger]
        |     +--rw trigger                         manotypes:scaling-trigger
        |     +--rw ns-config-primitive-name-ref?   -> ../../../ns-configuration/config-primitive/name
        +--rw vnffgd* [id]
        |  +--rw id             string
        |  +--rw name?          string
        |  +--rw short-name?    string
        |  +--rw vendor?        string
        |  +--rw description?   string
        |  +--rw version?       string
        |  +--rw rsp* [id]
        |  |  +--rw id                           string
        |  |  +--rw name?                        string
        |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
        |  |     +--rw member-vnf-index-ref                 -> ../../../../constituent-vnfd/member-vnf-index
        |  |     +--rw order?                               uint8
        |  |     +--rw vnfd-id-ref?                         -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |  |     +--rw vnfd-ingress-connection-point-ref?   string
        |  |     +--rw vnfd-egress-connection-point-ref?    string
        |  +--rw classifier* [id]
        |     +--rw id                           string
        |     +--rw name?                        string
        |     +--rw rsp-id-ref?                  -> ../../rsp/id
        |     +--rw match-attributes* [id]
        |     |  +--rw id                        string
        |     |  +--rw ip-proto?                 uint8
        |     |  +--rw source-ip-address?        inet:ip-address
        |     |  +--rw destination-ip-address?   inet:ip-address
        |     |  +--rw source-port?              inet:port-number
        |     |  +--rw destination-port?         inet:port-number
        |     +--rw member-vnf-index-ref?        -> ../../../constituent-vnfd/member-vnf-index
        |     +--rw vnfd-id-ref?                 -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |     +--rw vnfd-connection-point-ref?   string
        +--rw ip-profiles* [name]
        |  +--rw name                 string
        |  +--rw description?         string
        |  +--rw ip-profile-params
        |     +--rw ip-version?           inet:ip-version
        |     +--rw subnet-address?       inet:ip-prefix
        |     +--rw gateway-address?      inet:ip-address
        |     +--rw security-group?       string
        |     +--rw dns-server* [address]
        |     |  +--rw address    inet:ip-address
        |     +--rw dhcp-params
        |     |  +--rw enabled?         boolean
        |     |  +--rw start-address?   inet:ip-address
        |     |  +--rw count?           uint32
        |     +--rw subnet-prefix-pool?   string
        +--rw ns-configuration
        |  +--rw (config-method)?
        |  |  +--:(script)
        |  |  |  +--rw script
        |  |  |     +--rw script-type?   enumeration
        |  |  +--:(juju)
        |  |     +--rw juju
        |  |        +--rw charm?               string
        |  |        +--rw proxy?               boolean
        |  |        +--rw vca-relationships
        |  |           +--rw relation* [requires provides]
        |  |              +--rw requires    string
        |  |              +--rw provides    string
        |  +--rw config-primitive* [name]
        |  |  +--rw name                   string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name              string
        |  |  |  +--rw data-type?        manotypes:parameter-data-type
        |  |  |  +--rw mandatory?        boolean
        |  |  |  +--rw default-value?    string
        |  |  |  +--rw parameter-pool?   string
        |  |  |  +--rw read-only?        boolean
        |  |  |  +--rw hidden?           boolean
        |  |  +--rw user-defined-script?   string
        |  +--rw initial-config-primitive* [seq]
        |  |  +--rw seq                          uint64
        |  |  +--rw (primitive-type)?
        |  |     +--:(primitive-definition)
        |  |        +--rw name?                  string
        |  |        +--rw parameter* [name]
        |  |        |  +--rw name         string
        |  |        |  +--rw data-type?   manotypes:parameter-data-type
        |  |        |  +--rw value?       string
        |  |        +--rw user-defined-script?   string
        |  +--rw terminate-config-primitive* [seq]
        |  |  +--rw seq                    uint64
        |  |  +--rw name?                  string
        |  |  +--rw parameter* [name]
        |  |  |  +--rw name         string
        |  |  |  +--rw data-type?   manotypes:parameter-data-type
        |  |  |  +--rw value?       string
        |  |  +--rw user-defined-script?   string
        |  +--rw metrics* [name]
        |     +--rw name    string
        +--rw input-parameter-xpath* [xpath]
        |  +--rw xpath            string
        |  +--rw label?           string
        |  +--rw default-value?   string
        +--rw parameter-pool* [name]
        |  +--rw name     string
        |  +--rw range
        |     +--rw start-value    uint32
        |     +--rw end-value      uint32
        +--rw key-pair* [name]
        |  +--rw name    string
        |  +--rw key?    string
        +--rw user* [name]
        |  +--rw name         string
        |  +--rw user-info?   string
        |  +--rw key-pair* [name]
        |     +--rw name    string
        |     +--rw key?    string
        +--rw vld* [id]
        |  +--rw id                           string
        |  +--rw name?                        string
        |  +--rw short-name?                  string
        |  +--rw vendor?                      string
        |  +--rw description?                 string
        |  +--rw version?                     string
        |  +--rw type?                        manotypes:virtual-link-type
        |  +--rw root-bandwidth?              uint64
        |  +--rw leaf-bandwidth?              uint64
        |  +--rw provider-network
        |  |  +--rw physical-network?   string
        |  |  +--rw segmentation_id?    uint32
        |  +--rw mgmt-network?                boolean
        |  +--rw (init-params)?
        |  |  +--:(vim-network-ref)
        |  |  |  +--rw vim-network-name?      string
        |  |  +--:(vim-network-profile)
        |  |     +--rw ip-profile-ref?        -> ../../ip-profiles/name
        |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
        |     +--rw member-vnf-index-ref         -> ../../../constituent-vnfd/member-vnf-index
        |     +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
        |     +--rw vnfd-id-ref?                 -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        |     +--rw ip-address?                  inet:ip-address
        +--rw constituent-vnfd* [member-vnf-index]
        |  +--rw member-vnf-index    string
        |  +--rw vnfd-id-ref?        -> /vnfd:vnfd-catalog/vnfd/id
        |  +--rw start-by-default?   boolean
        +--rw placement-groups* [name]
        |  +--rw name           string
        |  +--rw requirement?   string
        |  +--rw strategy?      enumeration
        |  +--rw member-vnfd* [member-vnf-index-ref]
        |     +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
        |     +--rw vnfd-id-ref?            -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
        +--rw vnf-dependency* [vnf-source-ref]
        |  +--rw vnf-source-ref        -> /vnfd:vnfd-catalog/vnfd/id
        |  +--rw vnf-depends-on-ref?   -> /vnfd:vnfd-catalog/vnfd/id
        +--rw monitoring-param* [id]
           +--rw id                       string
           +--rw name?                    string
           +--rw value-type?              param-value-type
           +--rw numeric-constraints
           |  +--rw min-value?   uint64
           |  +--rw max-value?   uint64
           +--rw text-constraints
           |  +--rw min-length?   uint8
           |  +--rw max-length?   uint8
           +--rw value-integer?           int64
           +--rw value-decimal?           decimal64
           +--rw value-string?            string
           +--rw description?             string
           +--rw group-tag?               string
           +--rw widget-type?             manotypes:widget-type
           +--rw units?                   string
           +--rw aggregation-type?        aggregation-type
           +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
              +--rw vnfd-id-ref?                 -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
              +--rw vnfd-monitoring-param-ref    -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
              +--rw member-vnf-index-ref         -> ../../../constituent-vnfd/member-vnf-index

NST tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nst.html

Plain text version:

module: nst
  +--rw nst* [id]
     +--rw id                           string
     +--rw name                         string
     +--rw SNSSAI-identifier
     |  +--rw slice-service-type      network-slice-type
     |  +--rw slice-differentiator?   string
     +--rw quality-of-service
     |  +--rw id                        uint16
     |  +--rw resource-type?            resource-type
     |  +--rw priority-level?           uint16
     |  +--rw packet-delay-budget?      uint16
     |  +--rw packet-error-rate?        uint16
     |  +--rw default-max-data-burst?   uint16
     +--rw netslice-subnet* [id]
     |  +--rw id                          string
     |  +--rw description?                string
     |  +--rw is-shared-nss?              boolean
     |  +--rw nsd-ref                     -> /nsd:nsd-catalog/nsd/id
     |  +--rw instantiation-parameters
     |     +--rw vimAccountId    string
     |     +--rw ssh_keys?       string
     |     +--rw vnf* [member-vnf-index]
     |     |  +--rw member-vnf-index    string
     |     |  +--rw vimAccountId?       string
     |     |  +--rw vdu* [id]
     |     |  |  +--rw id           string
     |     |  |  +--rw volume* [name]
     |     |  |  |  +--rw name             string
     |     |  |  |  +--rw vim-volume-id    string
     |     |  |  +--rw interface* [name]
     |     |  |     +--rw name                    string
     |     |  |     +--rw ip-address?             inet:ip-address
     |     |  |     +--rw mac-address?            ietf-yang:mac-address
     |     |  |     +--rw floating-ip-required?   boolean
     |     |  +--rw internal-vld* [name]
     |     |     +--rw name                         string
     |     |     +--rw vim-network-name?            string
     |     |     +--rw ip-profile
     |     |     |  +--rw ip-version?        inet:ip-version
     |     |     |  +--rw subnet-address?    inet:ip-prefix
     |     |     |  +--rw gateway-address?   inet:ip-prefix
     |     |     |  +--rw dns-server* [address]
     |     |     |  |  +--rw address    inet:ip-address
     |     |     |  +--rw dhcp-params
     |     |     |     +--rw enabled?         boolean
     |     |     |     +--rw count?           uint8
     |     |     |     +--rw start-address?   inet:ip-address
     |     |     +--rw internal-connection-point* [id-ref]
     |     |        +--rw id-ref        string
     |     |        +--rw ip-address?   inet:ip-address
     |     +--rw vld* [name]
     |        +--rw name                         string
     |        +--rw vim-network-name?            string
     |        +--rw ip-profile
     |        |  +--rw ip-version?        inet:ip-version
     |        |  +--rw subnet-address?    inet:ip-prefix
     |        |  +--rw gateway-address?   inet:ip-prefix
     |        |  +--rw dns-server* [address]
     |        |  |  +--rw address    inet:ip-address
     |        |  +--rw dhcp-params
     |        |     +--rw enabled?         boolean
     |        |     +--rw count?           uint8
     |        |     +--rw start-address?   inet:ip-address
     |        +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
     |           +--rw member-vnf-index-ref         -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
     |           +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
     |           +--rw ip-address?                  inet:ip-address
     +--rw netslice-connection-point* [name]
     |  +--rw name                              string
     |  +--rw floating-ip-required?             boolean
     |  +--rw (connection)?
     |     +--:(netslice-vld-ref)
     |     |  +--rw netslice-vld-id-ref?        -> ../../netslice-vld/id
     |     +--:(nsd-connection-point-ref)
     |        +--rw nsd-id-ref?                 -> /nsd:nsd-catalog/nsd/id
     |        +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
     +--rw netslice-vld* [id]
     |  +--rw id                          string
     |  +--rw name?                       string
     |  +--rw short-name?                 string
     |  +--rw vendor?                     string
     |  +--rw description?                string
     |  +--rw version?                    string
     |  +--rw type?                       manotypes:virtual-link-type
     |  +--rw root-bandwidth?             uint64
     |  +--rw leaf-bandwidth?             uint64
     |  +--rw provider-network
     |  |  +--rw physical-network?   string
     |  |  +--rw segmentation_id?    uint32
     |  +--rw mgmt-network?               boolean
     |  +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
     |     +--rw nss-ref                     -> /nst/netslice-subnet/id
     |     +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
     |     +--rw ip-address?                 inet:ip-address
     +--rw netslicefgd* [id]
        +--rw id             string
        +--rw name?          string
        +--rw short-name?    string
        +--rw vendor?        string
        +--rw description?   string
        +--rw version?       string
        +--rw rsp* [id]
        |  +--rw id                          string
        |  +--rw name?                       string
        |  +--rw nsd-connection-point-ref* [nsd-ref]
        |     +--rw nsd-ref                     -> /nsd:nsd-catalog/nsd/id
        |     +--rw order?                      uint8
        |     +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
        +--rw classifier* [id]
           +--rw id                          string
           +--rw name?                       string
           +--rw rsp-id-ref?                 -> ../../rsp/id
           +--rw match-attributes* [id]
           |  +--rw id                        string
           |  +--rw ip-proto?                 uint8
           |  +--rw source-ip-address?        inet:ip-address
           |  +--rw destination-ip-address?   inet:ip-address
           |  +--rw source-port?              inet:port-number
           |  +--rw destination-port?         inet:port-number
           +--rw nsd-ref?                    -> /nsd:nsd-catalog/nsd/id
           +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name

VNFR tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/vnfr.html

Plain text version:

module: vnfr
  augment /osm-project:project:
    +--ro vnfr-catalog
       +--ro schema-version?   string
       +--ro vnfr* [id]
          +--ro id                       yang:uuid
          +--ro nsr-id-ref?              yang:uuid
          +--ro member-vnf-index-ref?    -> ../../../project-nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
          +--ro dashboard-url?           inet:uri
          +--ro name?                    string
          +--ro short-name?              string
          +--ro vendor?                  string
          +--ro description?             string
          +--ro version?                 string
          +--ro create-time?             uint32
          +--ro uptime?                  uint32
          +--ro vnfd
          |  +--ro id?                         string
          |  +--ro name                        string
          |  +--ro short-name?                 string
          |  +--ro vendor?                     string
          |  +--ro logo?                       string
          |  +--ro description?                string
          |  +--ro version?                    string
          |  +--ro vnf-configuration
          |  |  +--ro (config-method)?
          |  |  |  +--:(script)
          |  |  |  |  +--ro script
          |  |  |  |     +--ro script-type?   enumeration
          |  |  |  +--:(juju)
          |  |  |     +--ro juju
          |  |  |        +--ro charm?               string
          |  |  |        +--ro proxy?               boolean
          |  |  |        +--ro vca-relationships
          |  |  |           +--ro relation* [requires provides]
          |  |  |              +--ro requires    string
          |  |  |              +--ro provides    string
          |  |  +--ro config-primitive* [name]
          |  |  |  +--ro name                   string
          |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name              string
          |  |  |  |  +--ro data-type?        manotypes:parameter-data-type
          |  |  |  |  +--ro mandatory?        boolean
          |  |  |  |  +--ro default-value?    string
          |  |  |  |  +--ro parameter-pool?   string
          |  |  |  |  +--ro read-only?        boolean
          |  |  |  |  +--ro hidden?           boolean
          |  |  |  +--ro user-defined-script?   string
          |  |  +--ro initial-config-primitive* [seq]
          |  |  |  +--ro seq                          uint64
          |  |  |  +--ro (primitive-type)?
          |  |  |     +--:(primitive-definition)
          |  |  |        +--ro name?                  string
          |  |  |        +--ro parameter* [name]
          |  |  |        |  +--ro name         string
          |  |  |        |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |        |  +--ro value?       string
          |  |  |        +--ro user-defined-script?   string
          |  |  +--ro terminate-config-primitive* [seq]
          |  |  |  +--ro seq                    uint64
          |  |  |  +--ro name?                  string
          |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name         string
          |  |  |  |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  |  +--ro value?       string
          |  |  |  +--ro user-defined-script?   string
          |  |  +--ro metrics* [name]
          |  |  |  +--ro name    string
          |  |  +--ro config-access
          |  |     +--ro ssh-access
          |  |        +--ro required?       boolean
          |  |        +--ro default-user?   string
          |  +--ro operational-status?         vnf-operational-status
          |  +--ro mgmt-interface
          |  |  +--ro (endpoint-type)?
          |  |  |  +--:(ip)
          |  |  |  |  +--ro ip-address?   inet:ip-address
          |  |  |  +--:(vdu-id)
          |  |  |  |  +--ro vdu-id?       -> ../../vdu/id
          |  |  |  +--:(cp)
          |  |  |     +--ro cp?           -> ../../connection-point/name
          |  |  +--ro port?               inet:port-number
          |  |  +--ro dashboard-params
          |  |     +--ro path?    string
          |  |     +--ro https?   boolean
          |  |     +--ro port?    inet:port-number
          |  +--ro internal-vld* [id]
          |  |  +--ro id                           string
          |  |  +--ro name?                        string
          |  |  +--ro short-name?                  string
          |  |  +--ro description?                 string
          |  |  +--ro type?                        manotypes:virtual-link-type
          |  |  +--ro root-bandwidth?              uint64
          |  |  +--ro leaf-bandwidth?              uint64
          |  |  +--ro internal-connection-point* [id-ref]
          |  |  |  +--ro id-ref        -> ../../../vdu/internal-connection-point/id
          |  |  |  +--ro ip-address?   inet:ip-address
          |  |  +--ro provider-network
          |  |  |  +--ro physical-network?   string
          |  |  |  +--ro segmentation_id?    uint32
          |  |  +--ro (init-params)?
          |  |     +--:(vim-network-ref)
          |  |     |  +--ro vim-network-name?      string
          |  |     +--:(vim-network-profile)
          |  |        +--ro ip-profile-ref?        string
          |  +--ro ip-profiles* [name]
          |  |  +--ro name                 string
          |  |  +--ro description?         string
          |  |  +--ro ip-profile-params
          |  |     +--ro ip-version?           inet:ip-version
          |  |     +--ro subnet-address?       inet:ip-prefix
          |  |     +--ro gateway-address?      inet:ip-address
          |  |     +--ro security-group?       string
          |  |     +--ro dns-server* [address]
          |  |     |  +--ro address    inet:ip-address
          |  |     +--ro dhcp-params
          |  |     |  +--ro enabled?         boolean
          |  |     |  +--ro start-address?   inet:ip-address
          |  |     |  +--ro count?           uint32
          |  |     +--ro subnet-prefix-pool?   string
          |  +--ro connection-point* [name]
          |  |  +--ro name                     string
          |  |  +--ro id?                      string
          |  |  +--ro short-name?              string
          |  |  +--ro type?                    manotypes:connection-point-type
          |  |  +--ro port-security-enabled?   boolean
          |  |  +--ro internal-vld-ref?        -> ../../internal-vld/id
          |  +--ro vdu* [id]
          |  |  +--ro id                           string
          |  |  +--ro name?                        string
          |  |  +--ro description?                 string
          |  |  +--ro pdu-type?                    string
          |  |  +--ro count?                       uint64
          |  |  +--ro mgmt-vpci?                   string
          |  |  +--ro vm-flavor
          |  |  |  +--ro vcpu-count?   uint16
          |  |  |  +--ro memory-mb?    uint64
          |  |  |  +--ro storage-gb?   uint64
          |  |  +--ro guest-epa
          |  |  |  +--ro trusted-execution?                 boolean
          |  |  |  +--ro mempage-size?                      enumeration
          |  |  |  +--ro (cpu-policy)?
          |  |  |  |  +--:(cpu-pinning)
          |  |  |  |  |  +--ro cpu-pinning-policy?          enumeration
          |  |  |  |  |  +--ro cpu-thread-pinning-policy?   enumeration
          |  |  |  |  +--:(cpu-quota)
          |  |  |  |     +--ro cpu-quota
          |  |  |  |        +--ro limit?     uint64
          |  |  |  |        +--ro reserve?   uint64
          |  |  |  |        +--ro shares?    uint64
          |  |  |  +--ro mem-quota
          |  |  |  |  +--ro limit?     uint64
          |  |  |  |  +--ro reserve?   uint64
          |  |  |  |  +--ro shares?    uint64
          |  |  |  +--ro disk-io-quota
          |  |  |  |  +--ro limit?     uint64
          |  |  |  |  +--ro reserve?   uint64
          |  |  |  |  +--ro shares?    uint64
          |  |  |  +--ro vif-quota
          |  |  |  |  +--ro limit?     uint64
          |  |  |  |  +--ro reserve?   uint64
          |  |  |  |  +--ro shares?    uint64
          |  |  |  +--ro pcie-device* [device-id]
          |  |  |  |  +--ro device-id    string
          |  |  |  |  +--ro count?       uint64
          |  |  |  +--ro (numa-policy)?
          |  |  |     +--:(numa-unaware)
          |  |  |     |  +--ro numa-unaware?                empty
          |  |  |     +--:(numa-aware)
          |  |  |        +--ro numa-node-policy
          |  |  |           +--ro node-cnt?     uint16
          |  |  |           +--ro mem-policy?   enumeration
          |  |  |           +--ro node* [id]
          |  |  |              +--ro id                      uint64
          |  |  |              +--ro vcpu* [id]
          |  |  |              |  +--ro id    uint64
          |  |  |              +--ro memory-mb?              uint64
          |  |  |              +--ro (om-numa-type)?
          |  |  |                 +--:(cores)
          |  |  |                 |  +--ro num-cores?        uint8
          |  |  |                 +--:(paired-threads)
          |  |  |                 |  +--ro paired-threads
          |  |  |                 |     +--ro num-paired-threads?   uint8
          |  |  |                 |     +--ro paired-thread-ids* [thread-a]
          |  |  |                 |        +--ro thread-a    uint8
          |  |  |                 |        +--ro thread-b?   uint8
          |  |  |                 +--:(threads)
          |  |  |                    +--ro num-threads?      uint8
          |  |  +--ro vswitch-epa
          |  |  |  +--ro ovs-acceleration?   enumeration
          |  |  |  +--ro ovs-offload?        enumeration
          |  |  +--ro hypervisor-epa
          |  |  |  +--ro type?      enumeration
          |  |  |  +--ro version?   string
          |  |  +--ro host-epa
          |  |  |  +--ro cpu-model?               enumeration
          |  |  |  +--ro cpu-arch?                enumeration
          |  |  |  +--ro cpu-vendor?              enumeration
          |  |  |  +--ro cpu-socket-count?        uint64
          |  |  |  +--ro cpu-core-count?          uint64
          |  |  |  +--ro cpu-core-thread-count?   uint64
          |  |  |  +--ro cpu-feature* [feature]
          |  |  |  |  +--ro feature    cpu-feature-type
          |  |  |  +--ro om-cpu-model-string?     string
          |  |  |  +--ro om-cpu-feature* [feature]
          |  |  |     +--ro feature    string
          |  |  +--ro alarm* [alarm-id]
          |  |  |  +--ro alarm-id                    string
          |  |  |  +--ro vnf-monitoring-param-ref?   -> ../../monitoring-param/id
          |  |  |  +--ro name?                       string
          |  |  |  +--ro description?                string
          |  |  |  +--ro vdur-id?                    string
          |  |  |  +--ro actions
          |  |  |  |  +--ro ok* [url]
          |  |  |  |  |  +--ro url    string
          |  |  |  |  +--ro insufficient-data* [url]
          |  |  |  |  |  +--ro url    string
          |  |  |  |  +--ro alarm* [url]
          |  |  |  |     +--ro url    string
          |  |  |  +--ro repeat?                     boolean
          |  |  |  +--ro enabled?                    boolean
          |  |  |  +--ro severity?                   alarm-severity-type
          |  |  |  +--ro statistic?                  alarm-statistic-type
          |  |  |  +--ro operation?                  relational-operation-type
          |  |  |  +--ro value?                      decimal64
          |  |  |  +--ro period?                     uint32
          |  |  |  +--ro evaluations?                uint32
          |  |  +--ro image?                       string
          |  |  +--ro image-checksum?              string
          |  |  +--ro alternative-images* [vim-type]
          |  |  |  +--ro vim-type          string
          |  |  |  +--ro image?            string
          |  |  |  +--ro image-checksum?   string
          |  |  +--ro vdu-configuration
          |  |  |  +--ro (config-method)?
          |  |  |  |  +--:(script)
          |  |  |  |  |  +--ro script
          |  |  |  |  |     +--ro script-type?   enumeration
          |  |  |  |  +--:(juju)
          |  |  |  |     +--ro juju
          |  |  |  |        +--ro charm?               string
          |  |  |  |        +--ro proxy?               boolean
          |  |  |  |        +--ro vca-relationships
          |  |  |  |           +--ro relation* [requires provides]
          |  |  |  |              +--ro requires    string
          |  |  |  |              +--ro provides    string
          |  |  |  +--ro config-primitive* [name]
          |  |  |  |  +--ro name                   string
          |  |  |  |  +--ro parameter* [name]
          |  |  |  |  |  +--ro name              string
          |  |  |  |  |  +--ro data-type?        manotypes:parameter-data-type
          |  |  |  |  |  +--ro mandatory?        boolean
          |  |  |  |  |  +--ro default-value?    string
          |  |  |  |  |  +--ro parameter-pool?   string
          |  |  |  |  |  +--ro read-only?        boolean
          |  |  |  |  |  +--ro hidden?           boolean
          |  |  |  |  +--ro user-defined-script?   string
          |  |  |  +--ro initial-config-primitive* [seq]
          |  |  |  |  +--ro seq                          uint64
          |  |  |  |  +--ro (primitive-type)?
          |  |  |  |     +--:(primitive-definition)
          |  |  |  |        +--ro name?                  string
          |  |  |  |        +--ro parameter* [name]
          |  |  |  |        |  +--ro name         string
          |  |  |  |        |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  |        |  +--ro value?       string
          |  |  |  |        +--ro user-defined-script?   string
          |  |  |  +--ro terminate-config-primitive* [seq]
          |  |  |  |  +--ro seq                    uint64
          |  |  |  |  +--ro name?                  string
          |  |  |  |  +--ro parameter* [name]
          |  |  |  |  |  +--ro name         string
          |  |  |  |  |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  |  |  +--ro value?       string
          |  |  |  |  +--ro user-defined-script?   string
          |  |  |  +--ro metrics* [name]
          |  |  |  |  +--ro name    string
          |  |  |  +--ro config-access
          |  |  |     +--ro ssh-access
          |  |  |        +--ro required?       boolean
          |  |  |        +--ro default-user?   string
          |  |  +--ro monitoring-param* [id]
          |  |  |  +--ro id                    string
          |  |  |  +--ro nfvi-metric?          manotypes:nfvi-metric-type
          |  |  |  +--ro interface-name-ref?   -> ../../interface/name
          |  |  +--ro (cloud-init-input)?
          |  |  |  +--:(inline)
          |  |  |  |  +--ro cloud-init?            string
          |  |  |  +--:(filename)
          |  |  |     +--ro cloud-init-file?       string
          |  |  +--ro supplemental-boot-data
          |  |  |  +--ro boot-data-drive?   boolean
          |  |  +--ro internal-connection-point* [id]
          |  |  |  +--ro name?                    string
          |  |  |  +--ro id                       string
          |  |  |  +--ro short-name?              string
          |  |  |  +--ro type?                    manotypes:connection-point-type
          |  |  |  +--ro port-security-enabled?   boolean
          |  |  |  +--ro internal-vld-ref?        -> ../../../internal-vld/id
          |  |  +--ro interface* [name]
          |  |  |  +--ro name                                   string
          |  |  |  +--ro position?                              uint32
          |  |  |  +--ro mgmt-interface?                        boolean
          |  |  |  +--ro type?                                  interface-type
          |  |  |  +--ro mac-address?                           string
          |  |  |  +--ro (connection-point-type)?
          |  |  |  |  +--:(internal)
          |  |  |  |  |  +--ro internal-connection-point-ref?   -> ../../internal-connection-point/id
          |  |  |  |  +--:(external)
          |  |  |  |     +--ro external-connection-point-ref?   -> ../../../connection-point/name
          |  |  |  +--ro virtual-interface
          |  |  |     +--ro type?        enumeration
          |  |  |     +--ro vpci?        string
          |  |  |     +--ro bandwidth?   uint64
          |  |  +--ro volumes* [name]
          |  |     +--ro name                    string
          |  |     +--ro description?            string
          |  |     +--ro size?                   uint64
          |  |     +--ro (volume-source)?
          |  |     |  +--:(ephemeral)
          |  |     |  |  +--ro ephemeral?        empty
          |  |     |  +--:(image)
          |  |     |     +--ro image?            string
          |  |     |     +--ro image-checksum?   string
          |  |     +--ro device-bus?             enumeration
          |  |     +--ro device-type?            enumeration
          |  +--ro vdu-dependency* [vdu-source-ref]
          |  |  +--ro vdu-source-ref        -> ../../vdu/id
          |  |  +--ro vdu-depends-on-ref?   -> ../../vdu/id
          |  +--ro service-function-chain?     enumeration
          |  +--ro service-function-type?      string
          |  +--ro http-endpoint* [path]
          |  |  +--ro path                     string
          |  |  +--ro https?                   boolean
          |  |  +--ro port?                    inet:port-number
          |  |  +--ro username?                string
          |  |  +--ro password?                string
          |  |  +--ro polling-interval-secs?   uint8
          |  |  +--ro method?                  manotypes:http-method
          |  |  +--ro headers* [key]
          |  |     +--ro key      string
          |  |     +--ro value?   string
          |  +--ro scaling-group-descriptor* [name]
          |  |  +--ro name                     string
          |  |  +--ro scaling-policy* [name]
          |  |  |  +--ro name                        string
          |  |  |  +--ro scaling-type?               manotypes:scaling-policy-type
          |  |  |  +--ro enabled?                    boolean
          |  |  |  +--ro scale-in-operation-type?    manotypes:scaling-criteria-operation
          |  |  |  +--ro scale-out-operation-type?   manotypes:scaling-criteria-operation
          |  |  |  +--ro threshold-time              uint32
          |  |  |  +--ro cooldown-time               uint32
          |  |  |  +--ro scaling-criteria* [name]
          |  |  |     +--ro name                              string
          |  |  |     +--ro scale-in-threshold?               decimal64
          |  |  |     +--ro scale-in-relational-operation?    manotypes:relational-operation-type
          |  |  |     +--ro scale-out-threshold?              decimal64
          |  |  |     +--ro scale-out-relational-operation?   manotypes:relational-operation-type
          |  |  |     +--ro vnf-monitoring-param-ref?         -> ../../../../monitoring-param/id
          |  |  +--ro vdu* [vdu-id-ref]
          |  |  |  +--ro vdu-id-ref    -> ../../../vdu/id
          |  |  |  +--ro count?        uint32
          |  |  +--ro min-instance-count?      uint32
          |  |  +--ro max-instance-count?      uint32
          |  |  +--ro scaling-config-action* [trigger]
          |  |     +--ro trigger                          manotypes:scaling-trigger
          |  |     +--ro vnf-config-primitive-name-ref?   -> ../../../vnf-configuration/config-primitive/name
          |  +--ro monitoring-param* [id]
          |  |  +--ro id                            string
          |  |  +--ro name?                         string
          |  |  +--ro aggregation-type?             aggregation-type
          |  |  +--ro (monitoring-type)?
          |  |  |  +--:(vdu-monitoring-param)
          |  |  |  |  +--ro vdu-monitoring-param
          |  |  |  |     +--ro vdu-ref?                    -> ../../../vdu/id
          |  |  |  |     +--ro vdu-monitoring-param-ref?   -> ../../../vdu[id = current()/../vdu-ref]/monitoring-param/id
          |  |  |  +--:(vnf-metric)
          |  |  |  |  +--ro vnf-metric
          |  |  |  |     +--ro vnf-metric-name-ref?   -> ../../../vnf-configuration/metrics/name
          |  |  |  +--:(vdu-metric)
          |  |  |     +--ro vdu-metric
          |  |  |        +--ro vdu-ref?               -> ../../../vdu/id
          |  |  |        +--ro vdu-metric-name-ref?   -> ../../../vdu[id = current()/../vdu-ref]/vdu-configuration/metrics/name
          |  |  +--ro http-endpoint-ref?            -> ../../http-endpoint/path
          |  |  +--ro json-query-method?            manotypes:json-query-method
          |  |  +--ro json-query-params
          |  |  |  +--ro json-path?     string
          |  |  |  +--ro object-path?   string
          |  |  +--ro description?                  string
          |  |  +--ro group-tag?                    string
          |  |  +--ro widget-type?                  manotypes:widget-type
          |  |  +--ro units?                        string
          |  |  +--ro value-type?                   param-value-type
          |  |  +--ro numeric-constraints
          |  |  |  +--ro min-value?   uint64
          |  |  |  +--ro max-value?   uint64
          |  |  +--ro text-constraints
          |  |  |  +--ro min-length?   uint8
          |  |  |  +--ro max-length?   uint8
          |  |  +--ro value-integer?                int64
          |  |  +--ro value-decimal?                decimal64
          |  |  +--ro value-string?                 string
          |  +--ro placement-groups* [name]
          |     +--ro name           string
          |     +--ro requirement?   string
          |     +--ro strategy?      enumeration
          |     +--ro member-vdus* [member-vdu-ref]
          |        +--ro member-vdu-ref    -> ../../../vdu/id
          +--ro vnfd-ref?                -> ../../../project-vnfd:vnfd-catalog/vnfd/id
          +--ro vnf-configuration
          |  +--ro (config-method)?
          |  |  +--:(script)
          |  |  |  +--ro script
          |  |  |     +--ro script-type?   enumeration
          |  |  +--:(juju)
          |  |     +--ro juju
          |  |        +--ro charm?               string
          |  |        +--ro proxy?               boolean
          |  |        +--ro vca-relationships
          |  |           +--ro relation* [requires provides]
          |  |              +--ro requires    string
          |  |              +--ro provides    string
          |  +--ro config-primitive* [name]
          |  |  +--ro name                   string
          |  |  +--ro parameter* [name]
          |  |  |  +--ro name              string
          |  |  |  +--ro data-type?        manotypes:parameter-data-type
          |  |  |  +--ro mandatory?        boolean
          |  |  |  +--ro default-value?    string
          |  |  |  +--ro parameter-pool?   string
          |  |  |  +--ro read-only?        boolean
          |  |  |  +--ro hidden?           boolean
          |  |  +--ro user-defined-script?   string
          |  +--ro initial-config-primitive* [seq]
          |  |  +--ro seq                          uint64
          |  |  +--ro (primitive-type)?
          |  |     +--:(primitive-definition)
          |  |        +--ro name?                  string
          |  |        +--ro parameter* [name]
          |  |        |  +--ro name         string
          |  |        |  +--ro data-type?   manotypes:parameter-data-type
          |  |        |  +--ro value?       string
          |  |        +--ro user-defined-script?   string
          |  +--ro terminate-config-primitive* [seq]
          |  |  +--ro seq                    uint64
          |  |  +--ro name?                  string
          |  |  +--ro parameter* [name]
          |  |  |  +--ro name         string
          |  |  |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  +--ro value?       string
          |  |  +--ro user-defined-script?   string
          |  +--ro metrics* [name]
          |     +--ro name    string
          +--ro mgmt-interface
          |  +--ro ip-address?   inet:ip-address
          |  +--ro port?         inet:port-number
          |  +--ro ssh-key
          |     +--ro public-key?         string
          |     +--ro private-key-file?   string
          +--ro internal-vlr* [vlr-ref]
          |  +--ro vlr-ref                          -> ../../../../vlr:vlr-catalog/vlr/id
          |  +--ro internal-connection-point-ref*   -> ../../vdur/internal-connection-point/id
          +--ro connection-point* [name]
          |  +--ro name                     string
          |  +--ro id?                      string
          |  +--ro short-name?              string
          |  +--ro type?                    manotypes:connection-point-type
          |  +--ro port-security-enabled?   boolean
          |  +--ro vlr-ref?                 -> ../../../../vlr:vlr-catalog/vlr/id
          |  +--ro ip-address?              inet:ip-address
          |  +--ro mac-address?             string
          |  +--ro connection-point-id?     string
          |  +--ro virtual-cps* [name]
          |     +--ro name                     string
          |     +--ro id?                      string
          |     +--ro short-name?              string
          |     +--ro type?                    manotypes:connection-point-type
          |     +--ro port-security-enabled?   boolean
          |     +--ro ip-address?              inet:ip-address
          |     +--ro mac-address?             string
          |     +--ro connection-point-id?     string
          +--ro vdur* [id]
          |  +--ro id                           yang:uuid
          |  +--ro name?                        string
          |  +--ro unique-short-name?           string
          |  +--ro vdu-id-ref?                  -> ../../vnfd/vdu/id
          |  +--ro vim-id?                      string
          |  +--ro flavor-id?                   string
          |  +--ro image-id?                    string
          |  +--ro management-ip?               inet:ip-address
          |  +--ro vm-management-ip?            inet:ip-address
          |  +--ro console-url?                 inet:uri
          |  +--ro vm-flavor
          |  |  +--ro vcpu-count?   uint16
          |  |  +--ro memory-mb?    uint64
          |  |  +--ro storage-gb?   uint64
          |  +--ro guest-epa
          |  |  +--ro trusted-execution?                 boolean
          |  |  +--ro mempage-size?                      enumeration
          |  |  +--ro (cpu-policy)?
          |  |  |  +--:(cpu-pinning)
          |  |  |  |  +--ro cpu-pinning-policy?          enumeration
          |  |  |  |  +--ro cpu-thread-pinning-policy?   enumeration
          |  |  |  +--:(cpu-quota)
          |  |  |     +--ro cpu-quota
          |  |  |        +--ro limit?     uint64
          |  |  |        +--ro reserve?   uint64
          |  |  |        +--ro shares?    uint64
          |  |  +--ro mem-quota
          |  |  |  +--ro limit?     uint64
          |  |  |  +--ro reserve?   uint64
          |  |  |  +--ro shares?    uint64
          |  |  +--ro disk-io-quota
          |  |  |  +--ro limit?     uint64
          |  |  |  +--ro reserve?   uint64
          |  |  |  +--ro shares?    uint64
          |  |  +--ro vif-quota
          |  |  |  +--ro limit?     uint64
          |  |  |  +--ro reserve?   uint64
          |  |  |  +--ro shares?    uint64
          |  |  +--ro pcie-device* [device-id]
          |  |  |  +--ro device-id    string
          |  |  |  +--ro count?       uint64
          |  |  +--ro (numa-policy)?
          |  |     +--:(numa-unaware)
          |  |     |  +--ro numa-unaware?                empty
          |  |     +--:(numa-aware)
          |  |        +--ro numa-node-policy
          |  |           +--ro node-cnt?     uint16
          |  |           +--ro mem-policy?   enumeration
          |  |           +--ro node* [id]
          |  |              +--ro id                      uint64
          |  |              +--ro vcpu* [id]
          |  |              |  +--ro id    uint64
          |  |              +--ro memory-mb?              uint64
          |  |              +--ro (om-numa-type)?
          |  |                 +--:(cores)
          |  |                 |  +--ro num-cores?        uint8
          |  |                 +--:(paired-threads)
          |  |                 |  +--ro paired-threads
          |  |                 |     +--ro num-paired-threads?   uint8
          |  |                 |     +--ro paired-thread-ids* [thread-a]
          |  |                 |        +--ro thread-a    uint8
          |  |                 |        +--ro thread-b?   uint8
          |  |                 +--:(threads)
          |  |                    +--ro num-threads?      uint8
          |  +--ro vswitch-epa
          |  |  +--ro ovs-acceleration?   enumeration
          |  |  +--ro ovs-offload?        enumeration
          |  +--ro hypervisor-epa
          |  |  +--ro type?      enumeration
          |  |  +--ro version?   string
          |  +--ro host-epa
          |  |  +--ro cpu-model?               enumeration
          |  |  +--ro cpu-arch?                enumeration
          |  |  +--ro cpu-vendor?              enumeration
          |  |  +--ro cpu-socket-count?        uint64
          |  |  +--ro cpu-core-count?          uint64
          |  |  +--ro cpu-core-thread-count?   uint64
          |  |  +--ro cpu-feature* [feature]
          |  |  |  +--ro feature    cpu-feature-type
          |  |  +--ro om-cpu-model-string?     string
          |  |  +--ro om-cpu-feature* [feature]
          |  |     +--ro feature    string
          |  +--ro supplemental-boot-data
          |  |  +--ro boot-data-drive?   boolean
          |  +--ro vdu-configuration
          |  |  +--ro (config-method)?
          |  |  |  +--:(script)
          |  |  |  |  +--ro script
          |  |  |  |     +--ro script-type?   enumeration
          |  |  |  +--:(juju)
          |  |  |     +--ro juju
          |  |  |        +--ro charm?               string
          |  |  |        +--ro proxy?               boolean
          |  |  |        +--ro vca-relationships
          |  |  |           +--ro relation* [requires provides]
          |  |  |              +--ro requires    string
          |  |  |              +--ro provides    string
          |  |  +--ro config-primitive* [name]
          |  |  |  +--ro name                   string
          |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name              string
          |  |  |  |  +--ro data-type?        manotypes:parameter-data-type
          |  |  |  |  +--ro mandatory?        boolean
          |  |  |  |  +--ro default-value?    string
          |  |  |  |  +--ro parameter-pool?   string
          |  |  |  |  +--ro read-only?        boolean
          |  |  |  |  +--ro hidden?           boolean
          |  |  |  +--ro user-defined-script?   string
          |  |  +--ro initial-config-primitive* [seq]
          |  |  |  +--ro seq                          uint64
          |  |  |  +--ro (primitive-type)?
          |  |  |     +--:(primitive-definition)
          |  |  |        +--ro name?                  string
          |  |  |        +--ro parameter* [name]
          |  |  |        |  +--ro name         string
          |  |  |        |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |        |  +--ro value?       string
          |  |  |        +--ro user-defined-script?   string
          |  |  +--ro terminate-config-primitive* [seq]
          |  |  |  +--ro seq                    uint64
          |  |  |  +--ro name?                  string
          |  |  |  +--ro parameter* [name]
          |  |  |  |  +--ro name         string
          |  |  |  |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  |  +--ro value?       string
          |  |  |  +--ro user-defined-script?   string
          |  |  +--ro metrics* [name]
          |  |     +--ro name    string
          |  +--ro monitoring-param* [id]
          |  |  +--ro id                    string
          |  |  +--ro nfvi-metric?          manotypes:nfvi-metric-type
          |  |  +--ro interface-name-ref?   -> ../../interface/name
          |  +--ro volumes* [name]
          |  |  +--ro name                    string
          |  |  +--ro volume-id?              string
          |  |  +--ro description?            string
          |  |  +--ro size?                   uint64
          |  |  +--ro (volume-source)?
          |  |  |  +--:(ephemeral)
          |  |  |  |  +--ro ephemeral?        empty
          |  |  |  +--:(image)
          |  |  |     +--ro image?            string
          |  |  |     +--ro image-checksum?   string
          |  |  +--ro device-bus?             enumeration
          |  |  +--ro device-type?            enumeration
          |  +--ro internal-connection-point* [id]
          |  |  +--ro name?                    string
          |  |  +--ro id                       string
          |  |  +--ro short-name?              string
          |  |  +--ro type?                    manotypes:connection-point-type
          |  |  +--ro port-security-enabled?   boolean
          |  |  +--ro ip-address?              inet:ip-address
          |  |  +--ro mac-address?             string
          |  |  +--ro connection-point-id?     string
          |  |  +--ro virtual-cps* [name]
          |  |     +--ro name                     string
          |  |     +--ro id?                      string
          |  |     +--ro short-name?              string
          |  |     +--ro type?                    manotypes:connection-point-type
          |  |     +--ro port-security-enabled?   boolean
          |  |     +--ro ip-address?              inet:ip-address
          |  |     +--ro mac-address?             string
          |  |     +--ro connection-point-id?     string
          |  +--ro interface* [name]
          |  |  +--ro name                                   string
          |  |  +--ro position?                              uint32
          |  |  +--ro type?                                  vnfd-base:interface-type
          |  |  +--ro (connection-point-type)?
          |  |  |  +--:(internal)
          |  |  |  |  +--ro internal-connection-point-ref?   -> ../../internal-connection-point/id
          |  |  |  +--:(external)
          |  |  |     +--ro external-connection-point-ref?   -> ../../../connection-point/name
          |  |  +--ro virtual-interface
          |  |     +--ro type?                    enumeration
          |  |     +--ro bandwidth?               uint64
          |  |     +--ro ovs-offload?             enumeration
          |  |     +--ro vendor-id?               string
          |  |     +--ro datapath-library?        string
          |  |     +--ro provider-network-name?   string
          |  +--ro operational-status?          vdu-operational-status
          |  +--ro placement-groups-info* [name]
          |     +--ro name                        string
          |     +--ro requirement?                string
          |     +--ro strategy?                   enumeration
          |     +--ro cloud-type?                 manotypes:cloud-account-type
          |     +--ro (cloud-provider)?
          |        +--:(openstack)
          |        |  +--ro availability-zone
          |        |  |  +--ro name?   string
          |        |  +--ro server-group
          |        |  |  +--ro name?   string
          |        |  +--ro host-aggregate* [metadata-key]
          |        |     +--ro metadata-key      string
          |        |     +--ro metadata-value?   string
          |        +--:(aws)
          |        |  +--ro aws-construct?        empty
          |        +--:(openmano)
          |        |  +--ro openmano-construct?   empty
          |        +--:(vsphere)
          |        |  +--ro vsphere-construct?    empty
          |        +--:(mock)
          |        |  +--ro mock-construct?       empty
          |        +--:(cloudsim)
          |           +--ro cloudsim-construct?   empty
          +--ro monitoring-param* [id]
          |  +--ro id                            string
          |  +--ro name?                         string
          |  +--ro aggregation-type?             aggregation-type
          |  +--ro (monitoring-type)?
          |     +--:(vdu-monitoring-param)
          |     |  +--ro vdu-monitoring-param
          |     |     +--ro vdu-ref?                    -> ../../../vdur/id
          |     |     +--ro vdu-monitoring-param-ref?   -> ../../../vdur[id = current()/../vdu-ref]/monitoring-param/id
          |     +--:(vnf-metric)
          |     |  +--ro vnf-metric
          |     |     +--ro vnf-metric-name-ref?   -> ../../../vnf-configuration/metrics/name
          |     +--:(vdu-metric)
          |        +--ro vdu-metric
          |           +--ro vdu-ref?               -> ../../../vdur/id
          |           +--ro vdu-metric-name-ref?   -> ../../../vdur[id = current()/../vdu-ref]/vdu-configuration/metrics/name
          +--ro operational-status?      vnf-operational-status
          +--ro config-status?           enumeration
          +--ro placement-groups-info* [name]
          |  +--ro name                        string
          |  +--ro requirement?                string
          |  +--ro strategy?                   enumeration
          |  +--ro cloud-type?                 manotypes:cloud-account-type
          |  +--ro (cloud-provider)?
          |     +--:(openstack)
          |     |  +--ro availability-zone
          |     |  |  +--ro name?   string
          |     |  +--ro server-group
          |     |  |  +--ro name?   string
          |     |  +--ro host-aggregate* [metadata-key]
          |     |     +--ro metadata-key      string
          |     |     +--ro metadata-value?   string
          |     +--:(aws)
          |     |  +--ro aws-construct?        empty
          |     +--:(openmano)
          |     |  +--ro openmano-construct?   empty
          |     +--:(vsphere)
          |     |  +--ro vsphere-construct?    empty
          |     +--:(mock)
          |     |  +--ro mock-construct?       empty
          |     +--:(cloudsim)
          |        +--ro cloudsim-construct?   empty
          +--ro cloud-config
             +--ro key-pair* [name]
             |  +--ro name    string
             |  +--ro key?    string
             +--ro user* [name]
                +--ro name         string
                +--ro user-info?   string
                +--ro key-pair* [name]
                   +--ro name    string
                   +--ro key?    string

NSR tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsr.html

Plain text version:

module: nsr
  augment /osm-project:project:
    +--rw key-pair* [name]
       +--rw name    string
       +--rw key?    string
  augment /osm-project:project:
    +--rw ns-instance-config
       +--rw nsr* [id]
          +--rw schema-version?              string
          +--rw id                           yang:uuid
          +--rw name?                        string
          +--rw short-name?                  string
          +--rw description?                 string
          +--rw admin-status?                enumeration
          +--rw nsd
          |  +--rw id?                         string
          |  +--rw name                        string
          |  +--rw short-name?                 string
          |  +--rw vendor?                     string
          |  +--rw logo?                       string
          |  +--rw description?                string
          |  +--rw version?                    string
          |  +--rw connection-point* [name]
          |  |  +--rw name                               string
          |  |  +--rw floating-ip-required?              boolean
          |  |  +--rw type?                              manotypes:connection-point-type
          |  |  +--rw (connection)?
          |  |     +--:(vld-ref)
          |  |     |  +--rw vld-id-ref?                  -> ../../vld/id
          |  |     +--:(vnfd-connection-point-ref)
          |  |        +--rw member-vnf-index-ref?        -> ../../constituent-vnfd/member-vnf-index
          |  |        +--rw vnfd-id-ref?                 -> ../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |  |        +--rw vnfd-connection-point-ref?   -> /vnfd:vnfd-catalog/vnfd[vnfd:id = current()/../vnfd-id-ref]/connection-point/name
          |  +--rw scaling-group-descriptor* [name]
          |  |  +--rw name                     string
          |  |  +--rw scaling-policy* [name]
          |  |  |  +--rw name                        string
          |  |  |  +--rw scaling-type?               manotypes:scaling-policy-type
          |  |  |  +--rw enabled?                    boolean
          |  |  |  +--rw scale-in-operation-type?    manotypes:scaling-criteria-operation
          |  |  |  +--rw scale-out-operation-type?   manotypes:scaling-criteria-operation
          |  |  |  +--rw threshold-time              uint32
          |  |  |  +--rw cooldown-time               uint32
          |  |  |  +--rw scaling-criteria* [name]
          |  |  |     +--rw name                              string
          |  |  |     +--rw scale-in-threshold?               uint64
          |  |  |     +--rw scale-in-relational-operation?    manotypes:relational-operation-type
          |  |  |     +--rw scale-out-threshold?              uint64
          |  |  |     +--rw scale-out-relational-operation?   manotypes:relational-operation-type
          |  |  |     +--rw ns-monitoring-param-ref?          -> ../../../../monitoring-param/id
          |  |  +--rw vnfd-member* [member-vnf-index-ref]
          |  |  |  +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
          |  |  |  +--rw count?                  uint32
          |  |  +--rw min-instance-count?      uint32
          |  |  +--rw max-instance-count?      uint32
          |  |  +--rw scaling-config-action* [trigger]
          |  |     +--rw trigger                         manotypes:scaling-trigger
          |  |     +--rw ns-config-primitive-name-ref?   -> ../../../ns-configuration/config-primitive/name
          |  +--rw vnffgd* [id]
          |  |  +--rw id             string
          |  |  +--rw name?          string
          |  |  +--rw short-name?    string
          |  |  +--rw vendor?        string
          |  |  +--rw description?   string
          |  |  +--rw version?       string
          |  |  +--rw rsp* [id]
          |  |  |  +--rw id                           string
          |  |  |  +--rw name?                        string
          |  |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref]
          |  |  |     +--rw member-vnf-index-ref                 -> ../../../../constituent-vnfd/member-vnf-index
          |  |  |     +--rw order?                               uint8
          |  |  |     +--rw vnfd-id-ref?                         -> ../../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |  |  |     +--rw vnfd-ingress-connection-point-ref?   string
          |  |  |     +--rw vnfd-egress-connection-point-ref?    string
          |  |  +--rw classifier* [id]
          |  |     +--rw id                           string
          |  |     +--rw name?                        string
          |  |     +--rw rsp-id-ref?                  -> ../../rsp/id
          |  |     +--rw match-attributes* [id]
          |  |     |  +--rw id                        string
          |  |     |  +--rw ip-proto?                 uint8
          |  |     |  +--rw source-ip-address?        inet:ip-address
          |  |     |  +--rw destination-ip-address?   inet:ip-address
          |  |     |  +--rw source-port?              inet:port-number
          |  |     |  +--rw destination-port?         inet:port-number
          |  |     +--rw member-vnf-index-ref?        -> ../../../constituent-vnfd/member-vnf-index
          |  |     +--rw vnfd-id-ref?                 -> ../../../constituent-vnfd[member-vnf-index = current()/../member-vnf-index-ref]/vnfd-id-ref
          |  |     +--rw vnfd-connection-point-ref?   string
          |  +--rw ip-profiles* [name]
          |  |  +--rw name                 string
          |  |  +--rw description?         string
          |  |  +--rw ip-profile-params
          |  |     +--rw ip-version?           inet:ip-version
          |  |     +--rw subnet-address?       inet:ip-prefix
          |  |     +--rw gateway-address?      inet:ip-address
          |  |     +--rw security-group?       string
          |  |     +--rw dns-server* [address]
          |  |     |  +--rw address    inet:ip-address
          |  |     +--rw dhcp-params
          |  |     |  +--rw enabled?         boolean
          |  |     |  +--rw start-address?   inet:ip-address
          |  |     |  +--rw count?           uint32
          |  |     +--rw subnet-prefix-pool?   string
          |  +--rw ns-configuration
          |  |  +--rw (config-method)?
          |  |  |  +--:(script)
          |  |  |  |  +--rw script
          |  |  |  |     +--rw script-type?   enumeration
          |  |  |  +--:(juju)
          |  |  |     +--rw juju
          |  |  |        +--rw charm?               string
          |  |  |        +--rw proxy?               boolean
          |  |  |        +--rw vca-relationships
          |  |  |           +--rw relation* [requires provides]
          |  |  |              +--rw requires    string
          |  |  |              +--rw provides    string
          |  |  +--rw config-primitive* [name]
          |  |  |  +--rw name                   string
          |  |  |  +--rw parameter* [name]
          |  |  |  |  +--rw name              string
          |  |  |  |  +--rw data-type?        manotypes:parameter-data-type
          |  |  |  |  +--rw mandatory?        boolean
          |  |  |  |  +--rw default-value?    string
          |  |  |  |  +--rw parameter-pool?   string
          |  |  |  |  +--rw read-only?        boolean
          |  |  |  |  +--rw hidden?           boolean
          |  |  |  +--rw user-defined-script?   string
          |  |  +--rw initial-config-primitive* [seq]
          |  |  |  +--rw seq                          uint64
          |  |  |  +--rw (primitive-type)?
          |  |  |     +--:(primitive-definition)
          |  |  |        +--rw name?                  string
          |  |  |        +--rw parameter* [name]
          |  |  |        |  +--rw name         string
          |  |  |        |  +--rw data-type?   manotypes:parameter-data-type
          |  |  |        |  +--rw value?       string
          |  |  |        +--rw user-defined-script?   string
          |  |  +--rw terminate-config-primitive* [seq]
          |  |  |  +--rw seq                    uint64
          |  |  |  +--rw name?                  string
          |  |  |  +--rw parameter* [name]
          |  |  |  |  +--rw name         string
          |  |  |  |  +--rw data-type?   manotypes:parameter-data-type
          |  |  |  |  +--rw value?       string
          |  |  |  +--rw user-defined-script?   string
          |  |  +--rw metrics* [name]
          |  |     +--rw name    string
          |  +--rw input-parameter-xpath* [xpath]
          |  |  +--rw xpath            string
          |  |  +--rw label?           string
          |  |  +--rw default-value?   string
          |  +--rw parameter-pool* [name]
          |  |  +--rw name     string
          |  |  +--rw range
          |  |     +--rw start-value    uint32
          |  |     +--rw end-value      uint32
          |  +--rw key-pair* [name]
          |  |  +--rw name    string
          |  |  +--rw key?    string
          |  +--rw user* [name]
          |  |  +--rw name         string
          |  |  +--rw user-info?   string
          |  |  +--rw key-pair* [name]
          |  |     +--rw name    string
          |  |     +--rw key?    string
          |  +--rw vld* [id]
          |  |  +--rw id                           string
          |  |  +--rw name?                        string
          |  |  +--rw short-name?                  string
          |  |  +--rw vendor?                      string
          |  |  +--rw description?                 string
          |  |  +--rw version?                     string
          |  |  +--rw type?                        manotypes:virtual-link-type
          |  |  +--rw root-bandwidth?              uint64
          |  |  +--rw leaf-bandwidth?              uint64
          |  |  +--rw provider-network
          |  |  |  +--rw physical-network?   string
          |  |  |  +--rw segmentation_id?    uint32
          |  |  +--rw mgmt-network?                boolean
          |  |  +--rw (init-params)?
          |  |  |  +--:(vim-network-ref)
          |  |  |  |  +--rw vim-network-name?      string
          |  |  |  +--:(vim-network-profile)
          |  |  |     +--rw ip-profile-ref?        -> ../../ip-profiles/name
          |  |  +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
          |  |     +--rw member-vnf-index-ref         -> ../../../constituent-vnfd/member-vnf-index
          |  |     +--rw vnfd-id-ref?                 string
          |  |     +--rw vnfd-connection-point-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/connection-point/name
          |  +--rw constituent-vnfd* [member-vnf-index]
          |  |  +--rw member-vnf-index    string
          |  |  +--rw vnfd-id-ref?        -> /osm-project:project[osm-project:name = current()/../../../../../name]/project-vnfd:vnfd-catalog/vnfd/id
          |  |  +--rw start-by-default?   boolean
          |  +--rw placement-groups* [name]
          |  |  +--rw name           string
          |  |  +--rw requirement?   string
          |  |  +--rw strategy?      enumeration
          |  |  +--rw member-vnfd* [member-vnf-index-ref]
          |  |     +--rw member-vnf-index-ref    -> ../../../constituent-vnfd/member-vnf-index
          |  |     +--rw vnfd-id-ref?            -> ../../../../../../project-vnfd:vnfd-catalog/vnfd/id
          |  +--rw vnf-dependency* [vnf-source-ref]
          |  |  +--rw vnf-source-ref        -> ../../../../../project-vnfd:vnfd-catalog/vnfd/id
          |  |  +--rw vnf-depends-on-ref?   -> ../../../../../project-vnfd:vnfd-catalog/vnfd/id
          |  +--rw monitoring-param* [id]
          |     +--rw id                       string
          |     +--rw name?                    string
          |     +--rw value-type?              param-value-type
          |     +--rw numeric-constraints
          |     |  +--rw min-value?   uint64
          |     |  +--rw max-value?   uint64
          |     +--rw text-constraints
          |     |  +--rw min-length?   uint8
          |     |  +--rw max-length?   uint8
          |     +--rw value-integer?           int64
          |     +--rw value-decimal?           decimal64
          |     +--rw value-string?            string
          |     +--rw description?             string
          |     +--rw group-tag?               string
          |     +--rw widget-type?             manotypes:widget-type
          |     +--rw units?                   string
          |     +--rw aggregation-type?        aggregation-type
          |     +--rw vnfd-monitoring-param* [member-vnf-index-ref vnfd-monitoring-param-ref]
          |        +--rw vnfd-id-ref?                 string
          |        +--rw vnfd-monitoring-param-ref    -> ../../../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/monitoring-param/id
          |        +--rw member-vnf-index-ref         -> ../../../constituent-vnfd/member-vnf-index
          +--rw input-parameter* [xpath]
          |  +--rw xpath    string
          |  +--rw value?   string
          +--rw scaling-group* [scaling-group-name-ref]
          |  +--rw scaling-group-name-ref    string
          |  +--rw instance* [id]
          |     +--rw id    uint16
          +--rw nsd-placement-group-maps* [placement-group-ref]
          |  +--rw placement-group-ref         string
          |  +--rw cloud-type?                 manotypes:cloud-account-type
          |  +--rw (cloud-provider)?
          |     +--:(openstack)
          |     |  +--rw availability-zone
          |     |  |  +--rw name?   string
          |     |  +--rw server-group
          |     |  |  +--rw name?   string
          |     |  +--rw host-aggregate* [metadata-key]
          |     |     +--rw metadata-key      string
          |     |     +--rw metadata-value?   string
          |     +--:(aws)
          |     |  +--rw aws-construct?        empty
          |     +--:(openmano)
          |     |  +--rw openmano-construct?   empty
          |     +--:(vsphere)
          |     |  +--rw vsphere-construct?    empty
          |     +--:(mock)
          |     |  +--rw mock-construct?       empty
          |     +--:(cloudsim)
          |        +--rw cloudsim-construct?   empty
          +--rw vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
          |  +--rw vnfd-id-ref                 yang:uuid
          |  +--rw placement-group-ref         -> ../../../../project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
          |  +--rw cloud-type?                 manotypes:cloud-account-type
          |  +--rw (cloud-provider)?
          |     +--:(openstack)
          |     |  +--rw availability-zone
          |     |  |  +--rw name?   string
          |     |  +--rw server-group
          |     |  |  +--rw name?   string
          |     |  +--rw host-aggregate* [metadata-key]
          |     |     +--rw metadata-key      string
          |     |     +--rw metadata-value?   string
          |     +--:(aws)
          |     |  +--rw aws-construct?        empty
          |     +--:(openmano)
          |     |  +--rw openmano-construct?   empty
          |     +--:(vsphere)
          |     |  +--rw vsphere-construct?    empty
          |     +--:(mock)
          |     |  +--rw mock-construct?       empty
          |     +--:(cloudsim)
          |        +--rw cloudsim-construct?   empty
          +--rw ssh-authorized-key* [key-pair-ref]
          |  +--rw key-pair-ref    -> ../../../../key-pair/name
          +--rw user* [name]
             +--rw name                  string
             +--rw user-info?            string
             +--rw ssh-authorized-key* [key-pair-ref]
                +--rw key-pair-ref    -> ../../../../../key-pair/name
  augment /osm-project:project:
    +--ro ns-instance-opdata
       +--ro nsr* [ns-instance-config-ref]
          +--ro ns-instance-config-ref    -> ../../../ns-instance-config/nsr/id
          +--ro name-ref?                 -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/name
          +--ro nsd-ref?                  -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/id
          +--ro nsd-name-ref?             -> ../../../ns-instance-config/nsr[id=current()/../ns-instance-config-ref]/nsd/name
          +--ro create-time?              uint32
          +--ro uptime?                   uint32
          +--ro connection-point* [name]
          |  +--ro name    string
          |  +--ro type?   manotypes:connection-point-type
          +--ro vlr* [vlr-ref]
          |  +--ro vlr-ref                      -> ../../../../vlr:vlr-catalog/vlr/id
          |  +--ro vnfr-connection-point-ref* [vnfr-id]
          |     +--ro vnfr-id             -> ../../../../../vnfr:vnfr-catalog/vnfr/id
          |     +--ro connection-point?   -> ../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id]/connection-point/name
          +--ro constituent-vnfr-ref* [vnfr-id]
          |  +--ro vnfr-id    string
          +--ro scaling-group-record* [scaling-group-name-ref]
          |  +--ro scaling-group-name-ref    -> ../../../../ns-instance-config/nsr[id=current()/../../ns-instance-config-ref]/nsd/scaling-group-descriptor/name
          |  +--ro instance* [instance-id]
          |     +--ro instance-id      uint16
          |     +--ro is-default?      boolean
          |     +--ro op-status?       enumeration
          |     +--ro config-status?   config-states
          |     +--ro error-msg?       string
          |     +--ro create-time?     uint32
          |     +--ro vnfrs*           -> ../../../constituent-vnfr-ref/vnfr-id
          +--ro vnffgr* [id]
          |  +--ro id                    yang:uuid
          |  +--ro vnffgd-id-ref?        -> ../../../../ns-instance-config/nsr[id=current()/../../ns-instance-config-ref]/nsd/vnffgd/id
          |  +--ro vnffgd-name-ref?      -> ../../../../ns-instance-config/nsr[id=current()/../../ns-instance-config-ref]/nsd/vnffgd[id=current()/../vnffgd-id-ref]/name
          |  +--ro sdn-account?          string
          |  +--ro cloud-account?        string
          |  +--ro operational-status?   vnffgr-operational-status
          |  +--ro rsp* [id]
          |  |  +--ro id                           yang:uuid
          |  |  +--ro name?                        string
          |  |  +--ro rsp-id?                      yang:uuid
          |  |  +--ro vnffgd-rsp-id-ref?           -> ../../../../../ns-instance-config/nsr[id=current()/../../../ns-instance-config-ref]/nsd/vnffgd[id=current()/../../vnffgd-id-ref]/rsp/id
          |  |  +--ro vnffgd-rsp-name-ref?         -> ../../../../../ns-instance-config/nsr[id=current()/../../../ns-instance-config-ref]/nsd/vnffgd[id=current()/../../vnffgd-id-ref]/rsp[id=current()/../vnffgd-rsp-id-ref]/name
          |  |  +--ro classifier-name?             string
          |  |  +--ro path-id?                     uint32
          |  |  +--ro vnfr-connection-point-ref* [hop-number]
          |  |     +--ro hop-number                           uint8
          |  |     +--ro service-function-type?               string
          |  |     +--ro member-vnf-index-ref?                string
          |  |     +--ro vnfd-id-ref?                         string
          |  |     +--ro vnfr-id-ref?                         -> ../../../../../../vnfr:vnfr-catalog/vnfr/id
          |  |     +--ro vnfr-name-ref?                       -> ../../../../../../vnfr:vnfr-catalog/vnfr/name
          |  |     +--ro vnfr-ingress-connection-point-ref?   -> ../../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
          |  |     +--ro vnfr-egress-connection-point-ref?    -> ../../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
          |  |     +--ro service-index?                       uint8
          |  |     +--ro connection-point-params
          |  |     |  +--ro mgmt-address?   inet:ip-address
          |  |     |  +--ro name?           string
          |  |     |  +--ro port-id?        string
          |  |     |  +--ro vm-id?          string
          |  |     |  +--ro address?        inet:ip-address
          |  |     |  +--ro port?           inet:port-number
          |  |     +--ro service-function-forwarder
          |  |        +--ro name?         string
          |  |        +--ro ip-address?   inet:ip-address
          |  |        +--ro port?         inet:port-number
          |  +--ro classifier* [id]
          |     +--ro id                           yang:uuid
          |     +--ro name?                        string
          |     +--ro classifier-id*               yang:uuid
          |     +--ro rsp-id-ref?                  -> ../../rsp/id
          |     +--ro rsp-name?                    string
          |     +--ro vnfr-id-ref?                 -> ../../../../../vnfr:vnfr-catalog/vnfr/id
          |     +--ro vnfr-name-ref?               -> ../../../../../vnfr:vnfr-catalog/vnfr/name
          |     +--ro vnfr-connection-point-ref?   -> ../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/connection-point/name
          |     +--ro port-id?                     string
          |     +--ro vm-id?                       string
          |     +--ro ip-address?                  string
          |     +--ro sff-name?                    string
          +--ro operational-status?       ns-operational-status
          +--ro ns-configuration
          |  +--ro (config-method)?
          |  |  +--:(script)
          |  |  |  +--ro script
          |  |  |     +--ro script-type?   enumeration
          |  |  +--:(juju)
          |  |     +--ro juju
          |  |        +--ro charm?               string
          |  |        +--ro proxy?               boolean
          |  |        +--ro vca-relationships
          |  |           +--ro relation* [requires provides]
          |  |              +--ro requires    string
          |  |              +--ro provides    string
          |  +--ro config-primitive* [name]
          |  |  +--ro name                   string
          |  |  +--ro parameter* [name]
          |  |  |  +--ro name              string
          |  |  |  +--ro data-type?        manotypes:parameter-data-type
          |  |  |  +--ro mandatory?        boolean
          |  |  |  +--ro default-value?    string
          |  |  |  +--ro parameter-pool?   string
          |  |  |  +--ro read-only?        boolean
          |  |  |  +--ro hidden?           boolean
          |  |  +--ro user-defined-script?   string
          |  +--ro initial-config-primitive* [seq]
          |  |  +--ro seq                          uint64
          |  |  +--ro (primitive-type)?
          |  |     +--:(primitive-definition)
          |  |        +--ro name?                  string
          |  |        +--ro parameter* [name]
          |  |        |  +--ro name         string
          |  |        |  +--ro data-type?   manotypes:parameter-data-type
          |  |        |  +--ro value?       string
          |  |        +--ro user-defined-script?   string
          |  +--ro terminate-config-primitive* [seq]
          |  |  +--ro seq                    uint64
          |  |  +--ro name?                  string
          |  |  +--ro parameter* [name]
          |  |  |  +--ro name         string
          |  |  |  +--ro data-type?   manotypes:parameter-data-type
          |  |  |  +--ro value?       string
          |  |  +--ro user-defined-script?   string
          |  +--ro metrics* [name]
          |     +--ro name    string
          +--ro config-status?            config-states
          +--ro monitoring-param* [id]
          |  +--ro value-type?            param-value-type
          |  +--ro numeric-constraints
          |  |  +--ro min-value?   uint64
          |  |  +--ro max-value?   uint64
          |  +--ro text-constraints
          |  |  +--ro min-length?   uint8
          |  |  +--ro max-length?   uint8
          |  +--ro value-integer?         int64
          |  +--ro value-decimal?         decimal64
          |  +--ro value-string?          string
          |  +--ro description?           string
          |  +--ro group-tag?             string
          |  +--ro widget-type?           manotypes:widget-type
          |  +--ro units?                 string
          |  +--ro aggregation-type?      aggregation-type
          |  +--ro id                     string
          |  +--ro name?                  string
          |  +--ro nsd-mon-param-ref?     -> ../../../../project-nsd:nsd-catalog/nsd[project-nsd:id = current()/../../nsd-ref]/monitoring-param/id
          |  +--ro vnfr-mon-param-ref* [vnfr-id-ref vnfr-mon-param-ref]
          |     +--ro vnfr-id-ref           yang:uuid
          |     +--ro vnfr-mon-param-ref    -> ../../../../../vnfr:vnfr-catalog/vnfr[vnfr:id = current()/../vnfr-id-ref]/monitoring-param/id
          +--ro config-agent-job* [job-id]
             +--ro job-id                uint64
             +--ro job-name?             string
             +--ro job-status?           enumeration
             +--ro triggered-by?         trigger-type
             +--ro create-time?          uint32
             +--ro job-status-details?   string
             +--ro parameter* [name]
             |  +--ro name         string
             |  +--ro data-type?   manotypes:parameter-data-type
             |  +--ro value?       string
             +--ro parameter-group* [name]
             |  +--ro name         string
             |  +--ro parameter* [name]
             |     +--ro name         string
             |     +--ro data-type?   manotypes:parameter-data-type
             |     +--ro value?       string
             +--ro vnfr* [id]
                +--ro id                yang:uuid
                +--ro vnf-job-status?   enumeration
                +--ro primitive* [name]
                   +--ro name                       string
                   +--ro parameter* [name]
                   |  +--ro name         string
                   |  +--ro data-type?   manotypes:parameter-data-type
                   |  +--ro value?       string
                   +--ro execution-id?              string
                   +--ro execution-status?          enumeration
                   +--ro execution-error-details?   string

  rpcs:
    +---x get-ns-config-primitive-values
    |  +---w input
    |  |  +---w name            string
    |  |  +---w project-name?   -> /osm-project:project/name
    |  |  +---w nsr_id_ref      -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
    |  +--ro output
    |     +--ro ns-parameter* [name]
    |     |  +--ro name     string
    |     |  +--ro value?   string
    |     +--ro ns-parameter-group* [name]
    |     |  +--ro name         string
    |     |  +--ro parameter* [name]
    |     |     +--ro name     string
    |     |     +--ro value?   string
    |     +--ro vnf-primitive-group* [member-vnf-index-ref]
    |        +--ro member-vnf-index-ref    string
    |        +--ro vnfd-id-ref?            string
    |        +--ro primitive* [index]
    |           +--ro index        uint32
    |           +--ro name?        string
    |           +--ro parameter* [name]
    |              +--ro name     string
    |              +--ro value?   string
    +---x exec-ns-config-primitive
    |  +---w input
    |  |  +---w name?                  string
    |  |  +---w project-name?          -> /osm-project:project/name
    |  |  +---w nsr_id_ref             -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
    |  |  +---w triggered-by?          trigger-type
    |  |  +---w parameter* [name]
    |  |  |  +---w name         string
    |  |  |  +---w data-type?   manotypes:parameter-data-type
    |  |  |  +---w value?       string
    |  |  +---w parameter-group* [name]
    |  |  |  +---w name         string
    |  |  |  +---w parameter* [name]
    |  |  |     +---w name         string
    |  |  |     +---w data-type?   manotypes:parameter-data-type
    |  |  |     +---w value?       string
    |  |  +---w vnf-list* [member_vnf_index_ref]
    |  |  |  +---w member_vnf_index_ref    uint64
    |  |  |  +---w vnfr-id-ref?            yang:uuid
    |  |  |  +---w vnf-primitive* [index]
    |  |  |     +---w index        uint32
    |  |  |     +---w name?        string
    |  |  |     +---w parameter* [name]
    |  |  |        +---w name         string
    |  |  |        +---w data-type?   manotypes:parameter-data-type
    |  |  |        +---w value?       string
    |  |  +---w user-defined-script?   string
    |  +--ro output
    |     +--ro job-id?               uint64
    |     +--ro name?                 string
    |     +--ro project-name?         -> /osm-project:project/name
    |     +--ro nsr_id_ref            -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
    |     +--ro triggered-by?         trigger-type
    |     +--ro create-time?          uint32
    |     +--ro job-status-details?   string
    |     +--ro parameter* [name]
    |     |  +--ro name         string
    |     |  +--ro data-type?   manotypes:parameter-data-type
    |     |  +--ro value?       string
    |     +--ro parameter-group* [name]
    |     |  +--ro name         string
    |     |  +--ro parameter* [name]
    |     |     +--ro name         string
    |     |     +--ro data-type?   manotypes:parameter-data-type
    |     |     +--ro value?       string
    |     +--ro vnf-out-list* [member_vnf_index_ref]
    |        +--ro member_vnf_index_ref    uint64
    |        +--ro vnfr-id-ref?            yang:uuid
    |        +--ro vnf-out-primitive* [index]
    |           +--ro index                      uint32
    |           +--ro name?                      string
    |           +--ro parameter* [name]
    |           |  +--ro name         string
    |           |  +--ro data-type?   manotypes:parameter-data-type
    |           |  +--ro value?       string
    |           +--ro execution-id?              string
    |           +--ro execution-status?          string
    |           +--ro execution-error-details?   string
    +---x exec-scale-in
    |  +---w input
    |  |  +---w project-name?             -> /osm-project:project/name
    |  |  +---w nsr_id_ref                -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
    |  |  +---w scaling-group-name-ref    -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
    |  |  +---w instance-id               -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/scaling-group[nsr:scaling-group-name-ref=current()/../scaling-group-name-ref]/instance/id
    |  +--ro output
    |     +--ro instance-id?   uint64
    +---x exec-scale-out
    |  +---w input
    |  |  +---w project-name?             -> /osm-project:project/name
    |  |  +---w nsr_id_ref                -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr/id
    |  |  +---w scaling-group-name-ref    -> /osm-project:project[osm-project:name=current()/../nsr:project-name]/ns-instance-config/nsr[nsr:id=current()/../nsr_id_ref]/nsd/scaling-group-descriptor/name
    |  |  +---w instance-id?              uint64
    |  +--ro output
    |     +--ro instance-id?   uint64
    +---x start-network-service
       +---w input
       |  +---w name                         string
       |  +---w project-name?                -> /osm-project:project/name
       |  +---w nsd_id_ref?                  -> /osm-project:project[osm-project:name=current()/../project-name]/project-nsd:nsd-catalog/nsd/id
       |  +---w input-parameter* [xpath]
       |  |  +---w xpath    string
       |  |  +---w value?   string
       |  +---w scaling-group* [scaling-group-name-ref]
       |  |  +---w scaling-group-name-ref    string
       |  |  +---w instance* [id]
       |  |     +---w id    uint16
       |  +---w nsd-placement-group-maps* [placement-group-ref]
       |  |  +---w placement-group-ref         string
       |  |  +---w cloud-type?                 manotypes:cloud-account-type
       |  |  +---w (cloud-provider)?
       |  |     +--:(openstack)
       |  |     |  +---w availability-zone
       |  |     |  |  +---w name?   string
       |  |     |  +---w server-group
       |  |     |  |  +---w name?   string
       |  |     |  +---w host-aggregate* [metadata-key]
       |  |     |     +---w metadata-key      string
       |  |     |     +---w metadata-value?   string
       |  |     +--:(aws)
       |  |     |  +---w aws-construct?        empty
       |  |     +--:(openmano)
       |  |     |  +---w openmano-construct?   empty
       |  |     +--:(vsphere)
       |  |     |  +---w vsphere-construct?    empty
       |  |     +--:(mock)
       |  |     |  +---w mock-construct?       empty
       |  |     +--:(cloudsim)
       |  |        +---w cloudsim-construct?   empty
       |  +---w vnfd-placement-group-maps* [placement-group-ref vnfd-id-ref]
       |     +---w vnfd-id-ref                 yang:uuid
       |     +---w placement-group-ref         -> /osm-project:project[osm-project:name=current()/../../project-name]/project-vnfd:vnfd-catalog/vnfd[project-vnfd:id = current()/../vnfd-id-ref]/placement-groups/name
       |     +---w cloud-type?                 manotypes:cloud-account-type
       |     +---w (cloud-provider)?
       |     |  +--:(openstack)
       |     |  |  +---w availability-zone
       |     |  |  |  +---w name?   string
       |     |  |  +---w server-group
       |     |  |  |  +---w name?   string
       |     |  |  +---w host-aggregate* [metadata-key]
       |     |  |     +---w metadata-key      string
       |     |  |     +---w metadata-value?   string
       |     |  +--:(aws)
       |     |  |  +---w aws-construct?        empty
       |     |  +--:(openmano)
       |     |  |  +---w openmano-construct?   empty
       |     |  +--:(vsphere)
       |     |  |  +---w vsphere-construct?    empty
       |     |  +--:(mock)
       |     |  |  +---w mock-construct?       empty
       |     |  +--:(cloudsim)
       |     |     +---w cloudsim-construct?   empty
       |     +---w ssh-authorized-key* [key-pair-ref]
       |     |  +---w key-pair-ref    -> /osm-project:project[osm-project:name=current()/../../../project-name]/key-pair/name
       |     +---w user* [name]
       |        +---w name                  string
       |        +---w user-info?            string
       |        +---w ssh-authorized-key* [key-pair-ref]
       |           +---w key-pair-ref    -> /osm-project:project[osm-project:name=current()/../../../../project-name]/key-pair/name
       +--ro output
          +--ro nsr-id?   yang:uuid

NSI tree

Navigable version:

http://osm-download.etsi.org/repository/osm/debian/ReleaseSIX/docs/osm-im/osm_im_trees/nsi.html

Plain text version:

module: nsi
  +--rw nsi* [id]
     +--rw id                          yang:uuid
     +--rw name                        string
     +--rw short-name?                 string
     +--rw description?                string
     +--rw nst-ref                     -> /nst:nst/id
     +--rw instantiation-parameters
     |  +--rw vimAccountId       string
     |  +--rw ssh_keys?          string
     |  +--rw netslice-subnet* [id]
     |  |  +--rw id              string
     |  |  +--rw vimAccountId    string
     |  |  +--rw ssh_keys?       string
     |  |  +--rw vnf* [member-vnf-index]
     |  |  |  +--rw member-vnf-index    string
     |  |  |  +--rw vimAccountId?       string
     |  |  |  +--rw vdu* [id]
     |  |  |  |  +--rw id           string
     |  |  |  |  +--rw volume* [name]
     |  |  |  |  |  +--rw name             string
     |  |  |  |  |  +--rw vim-volume-id    string
     |  |  |  |  +--rw interface* [name]
     |  |  |  |     +--rw name                    string
     |  |  |  |     +--rw ip-address?             inet:ip-address
     |  |  |  |     +--rw mac-address?            ietf-yang:mac-address
     |  |  |  |     +--rw floating-ip-required?   boolean
     |  |  |  +--rw internal-vld* [name]
     |  |  |     +--rw name                         string
     |  |  |     +--rw vim-network-name?            string
     |  |  |     +--rw ip-profile
     |  |  |     |  +--rw ip-version?        inet:ip-version
     |  |  |     |  +--rw subnet-address?    inet:ip-prefix
     |  |  |     |  +--rw gateway-address?   inet:ip-prefix
     |  |  |     |  +--rw dns-server* [address]
     |  |  |     |  |  +--rw address    inet:ip-address
     |  |  |     |  +--rw dhcp-params
     |  |  |     |     +--rw enabled?         boolean
     |  |  |     |     +--rw count?           uint8
     |  |  |     |     +--rw start-address?   inet:ip-address
     |  |  |     +--rw internal-connection-point* [id-ref]
     |  |  |        +--rw id-ref        string
     |  |  |        +--rw ip-address?   inet:ip-address
     |  |  +--rw vld* [name]
     |  |     +--rw name                         string
     |  |     +--rw vim-network-name?            string
     |  |     +--rw ip-profile
     |  |     |  +--rw ip-version?        inet:ip-version
     |  |     |  +--rw subnet-address?    inet:ip-prefix
     |  |     |  +--rw gateway-address?   inet:ip-prefix
     |  |     |  +--rw dns-server* [address]
     |  |     |  |  +--rw address    inet:ip-address
     |  |     |  +--rw dhcp-params
     |  |     |     +--rw enabled?         boolean
     |  |     |     +--rw count?           uint8
     |  |     |     +--rw start-address?   inet:ip-address
     |  |     +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
     |  |        +--rw member-vnf-index-ref         -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
     |  |        +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
     |  |        +--rw ip-address?                  inet:ip-address
     |  +--rw netslice-vld* [name]
     |     +--rw name                        string
     |     +--rw vim-network-name?           string
     |     +--rw ip-profile
     |     |  +--rw ip-version?        inet:ip-version
     |     |  +--rw subnet-address?    inet:ip-prefix
     |     |  +--rw gateway-address?   inet:ip-prefix
     |     |  +--rw dns-server* [address]
     |     |  |  +--rw address    inet:ip-address
     |     |  +--rw dhcp-params
     |     |     +--rw enabled?         boolean
     |     |     +--rw count?           uint8
     |     |     +--rw start-address?   inet:ip-address
     |     +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
     |        +--rw nss-ref                     -> /nst:nst/netslice-subnet/id
     |        +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
     |        +--rw ip-address?                 inet:ip-address
     +--rw network-slice-template
     |  +--rw id                           string
     |  +--rw name                         string
     |  +--rw SNSSAI-identifier
     |  |  +--rw slice-service-type      network-slice-type
     |  |  +--rw slice-differentiator?   string
     |  +--rw quality-of-service
     |  |  +--rw id                        uint16
     |  |  +--rw resource-type?            resource-type
     |  |  +--rw priority-level?           uint16
     |  |  +--rw packet-delay-budget?      uint16
     |  |  +--rw packet-error-rate?        uint16
     |  |  +--rw default-max-data-burst?   uint16
     |  +--rw netslice-subnet* [id]
     |  |  +--rw id                          string
     |  |  +--rw description?                string
     |  |  +--rw is-shared-nss?              boolean
     |  |  +--rw nsd-ref                     -> /nsd:nsd-catalog/nsd/id
     |  |  +--rw instantiation-parameters
     |  |     +--rw vimAccountId    string
     |  |     +--rw ssh_keys?       string
     |  |     +--rw vnf* [member-vnf-index]
     |  |     |  +--rw member-vnf-index    string
     |  |     |  +--rw vimAccountId?       string
     |  |     |  +--rw vdu* [id]
     |  |     |  |  +--rw id           string
     |  |     |  |  +--rw volume* [name]
     |  |     |  |  |  +--rw name             string
     |  |     |  |  |  +--rw vim-volume-id    string
     |  |     |  |  +--rw interface* [name]
     |  |     |  |     +--rw name                    string
     |  |     |  |     +--rw ip-address?             inet:ip-address
     |  |     |  |     +--rw mac-address?            ietf-yang:mac-address
     |  |     |  |     +--rw floating-ip-required?   boolean
     |  |     |  +--rw internal-vld* [name]
     |  |     |     +--rw name                         string
     |  |     |     +--rw vim-network-name?            string
     |  |     |     +--rw ip-profile
     |  |     |     |  +--rw ip-version?        inet:ip-version
     |  |     |     |  +--rw subnet-address?    inet:ip-prefix
     |  |     |     |  +--rw gateway-address?   inet:ip-prefix
     |  |     |     |  +--rw dns-server* [address]
     |  |     |     |  |  +--rw address    inet:ip-address
     |  |     |     |  +--rw dhcp-params
     |  |     |     |     +--rw enabled?         boolean
     |  |     |     |     +--rw count?           uint8
     |  |     |     |     +--rw start-address?   inet:ip-address
     |  |     |     +--rw internal-connection-point* [id-ref]
     |  |     |        +--rw id-ref        string
     |  |     |        +--rw ip-address?   inet:ip-address
     |  |     +--rw vld* [name]
     |  |        +--rw name                         string
     |  |        +--rw vim-network-name?            string
     |  |        +--rw ip-profile
     |  |        |  +--rw ip-version?        inet:ip-version
     |  |        |  +--rw subnet-address?    inet:ip-prefix
     |  |        |  +--rw gateway-address?   inet:ip-prefix
     |  |        |  +--rw dns-server* [address]
     |  |        |  |  +--rw address    inet:ip-address
     |  |        |  +--rw dhcp-params
     |  |        |     +--rw enabled?         boolean
     |  |        |     +--rw count?           uint8
     |  |        |     +--rw start-address?   inet:ip-address
     |  |        +--rw vnfd-connection-point-ref* [member-vnf-index-ref vnfd-connection-point-ref]
     |  |           +--rw member-vnf-index-ref         -> /nsd:nsd-catalog/nsd/constituent-vnfd/member-vnf-index
     |  |           +--rw vnfd-connection-point-ref    -> /vnfd:vnfd-catalog/vnfd/connection-point/name
     |  |           +--rw ip-address?                  inet:ip-address
     |  +--rw netslice-connection-point* [name]
     |  |  +--rw name                              string
     |  |  +--rw floating-ip-required?             boolean
     |  |  +--rw (connection)?
     |  |     +--:(netslice-vld-ref)
     |  |     |  +--rw netslice-vld-id-ref?        -> ../../netslice-vld/id
     |  |     +--:(nsd-connection-point-ref)
     |  |        +--rw nsd-id-ref?                 -> /nsd:nsd-catalog/nsd/id
     |  |        +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
     |  +--rw netslice-vld* [id]
     |  |  +--rw id                          string
     |  |  +--rw name?                       string
     |  |  +--rw short-name?                 string
     |  |  +--rw vendor?                     string
     |  |  +--rw description?                string
     |  |  +--rw version?                    string
     |  |  +--rw type?                       manotypes:virtual-link-type
     |  |  +--rw root-bandwidth?             uint64
     |  |  +--rw leaf-bandwidth?             uint64
     |  |  +--rw provider-network
     |  |  |  +--rw physical-network?   string
     |  |  |  +--rw segmentation_id?    uint32
     |  |  +--rw mgmt-network?               boolean
     |  |  +--rw nss-connection-point-ref* [nss-ref nsd-connection-point-ref]
     |  |     +--rw nss-ref                     -> /nst:nst/netslice-subnet/id
     |  |     +--rw nsd-connection-point-ref    -> /nsd:nsd-catalog/nsd/connection-point/name
     |  |     +--rw ip-address?                 inet:ip-address
     |  +--rw netslicefgd* [id]
     |     +--rw id             string
     |     +--rw name?          string
     |     +--rw short-name?    string
     |     +--rw vendor?        string
     |     +--rw description?   string
     |     +--rw version?       string
     |     +--rw rsp* [id]
     |     |  +--rw id                          string
     |     |  +--rw name?                       string
     |     |  +--rw nsd-connection-point-ref* [nsd-ref]
     |     |     +--rw nsd-ref                     -> /nsd:nsd-catalog/nsd/id
     |     |     +--rw order?                      uint8
     |     |     +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
     |     +--rw classifier* [id]
     |        +--rw id                          string
     |        +--rw name?                       string
     |        +--rw rsp-id-ref?                 -> ../../rsp/id
     |        +--rw match-attributes* [id]
     |        |  +--rw id                        string
     |        |  +--rw ip-proto?                 uint8
     |        |  +--rw source-ip-address?        inet:ip-address
     |        |  +--rw destination-ip-address?   inet:ip-address
     |        |  +--rw source-port?              inet:port-number
     |        |  +--rw destination-port?         inet:port-number
     |        +--rw nsd-ref?                    -> /nsd:nsd-catalog/nsd/id
     |        +--rw nsd-connection-point-ref?   -> /nsd:nsd-catalog/nsd/connection-point/name
     +--ro nsr-ref-list* [nsr-ref]
     |  +--ro nsr-ref    -> /osm-project:project/nsr:ns-instance-opdata/nsr/ns-instance-config-ref
     +--ro vlr-list* [id]
        +--ro id    yang:uuid

Release TWO Descriptor Documentation (OLD)

The document below contains a detailed description of the OSM Release TWO Models. Although a bit outdated, it can still be used as a reference to understand some of the fields in the VNFD and NSD.

Media:OSM R2 Information Model.pdf