Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_node_filter.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: Template with requirements against hosting infrastructure.
4
5 topology_template:
6
7   node_templates:
8     test:
9       type: tosca.nodes.DBMS
10       requirements:
11         - host:
12             node_filter:
13               capabilities:
14                 - host:
15                     properties:
16                       - num_cpus: { in_range: [ 1, 4 ] }
17                       - mem_size: { greater_or_equal: 2 GB }
18