blob: ae6a88ea77746320c72ac8d0e8823458202029d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
template_name: Test
template_author: OPENECOMP
template_version: 1.0.0
description: testing desc tosca service template
topology_template:
description: topologi template descroption
substitution_mappings:
node_type: myNodeType.node
capabilities:
database_endpoint:
- database
- database_endpoint
requirements:
database_endpoint: [ app, database ]
substitution_filter:
properties:
- vendor: [{ equal : Simple }]
- bandwidth: [{ less_than: 100 GB }]
|