You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


NFV Approach:

  1. A capability type for Infrastructure requirements (nfv.capabilities.Compute)
  2. A node type (nfv.nodes.Compute) with a capability of the nfv.Capabilities.Compute type
  3. A VDU node "connects" to a Compute node using this Compute requirement.

node_templates: my_vdu: requirements: - host: node: my_compute capability: host my_compute: type: onap.nodes.Compute capabilities: host: properties: num_cpus: 4 memory_size: 100 MB 


node_templates:

  my_vnf:

    requirements:

     - host:

        node: my_compute

        capability: host

 

  my_compute:

    type: onap.nodes.Compute

    capabilities:

      host:

        properties:

          num_cpus: 4

          memory_size: 100 MB

  • No labels