...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
node_templates: vdu_123: type: onap.nodes.VDU capabilities: host: requirements: - memory: node_filter: capabilities: - onap.capabilities.infrastructure.Memory: properties: - mem_size: {greater_or_equal: 2MB} - cpu: node_filter: capabilities: - onap.capabilities.infrastructure.hpa.CPU: properties: - schema_selector: constraints: # fixed value for this vendor - equal_to: Intel64 - schema_version: constraints: - greater_or_equal: 2.0 - custom_features: constraints: - equals_to: {,,.sigjigigirgigmirig} - schema: http://json.schema.url |
...
- Compliance with TOSCA 1.2 for using JSON properties
- Support for the 'node_filter' construct
- New language languages to understand: JSON Schema, XML Schema, etc