Code Review
/
sdc
/
sdc-distribution-client.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e8d9045010cd3ade30c3ec8097ca03d6e7373b98
[sdc/sdc-distribution-client.git]
/
1
tosca_definitions_version: tosca_simple_yaml_1_0
2
3
description: TOSCA test for bug 1527214
4
5
topology_template:
6
7
node_templates:
8
9
test_db:
10
type: tosca.nodes.Database
11
requirements:
12
- host:
13
node: mysql
14
15
mysql:
16
type: tosca.nodes.DBMS
17
requirements:
18
- host:
19
node: db_server
20
21
db_server:
22
type: tosca.nodes.Compute
23