Implement TOSCA Container capabilities

Registered by Sahdev Zala

The Container capability, when included on a Node Type or Template definition, indicates that the node can act as a container for (or a host for) one or more other declared Node Types. The Container capability now has properties, most of which were part of Compute node properties earlier.

Example:
tosca.capabilities.Container:
  derived_from: tosca.capabilities.Root
  properties:
    num_cpus:
      type: integer
      required: false
      constraints:
        - greater_or_equal: 1
    cpu_frequency:
      type: scalar-unit.frequency
      required: false
      constraints:
        - greater_or_equal: 0.1 GHz
    disk_size:
      type: scalar-unit.size
      required: false
      constraints:
        - greater_or_equal: 0 MB
    mem_size:
      type: scalar-unit.size
      required: false
      constraints:
        - greater_or_equal: 0 MB

Blueprint information

Status:
Complete
Approver:
Sahdev Zala
Priority:
Undefined
Drafter:
Sahdev Zala
Direction:
Needs approval
Assignee:
Sahdev Zala
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Sahdev Zala
Completed by
Sahdev Zala

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/tosca-container-capabilities,n,z

Addressed by: https://review.openstack.org/177618
    Implement tosca.capabilities.Container

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.