Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A capability type for infrastructure requirements (onap.capabilities.Compute)
  2. A VDU node expresses its infra requirements as a TOSCA requirements with the node_filter construct


Code Block
linenumberstrue
node_templates:
  my_vdu:
    requirements:
      - host:
          node_filter:
            capabilities: onap.capabilities.Compute
            properties:
              num_cpus:
                - equal: 4
              memory_size:
                - greater_or_equal: 100 MB                                        


...