Code Review
/
sdc
/
sdc-distribution-client.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3dd8e264010d808b363f064e8eebf1cf924ab041
[sdc/sdc-distribution-client.git]
/
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