Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_instance_nested_imports.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA simple profile with wordpress, web server and mysql on the same server.
5
6 imports:
7   - wordpress: custom_types/nested_test_wordpress.yaml
8
9 topology_template:
10
11   node_templates:
12     wordpress:
13       type: tosca.nodes.WebApplication.WordPress
14
15     testrsyslogtype:
16       type: tosca.nodes.SoftwareComponent.Rsyslog.TestRsyslogType
17
18     rsyslog:
19       type: Test2ndRsyslogType
20
21     logstash:
22       type: tosca.nodes.SoftwareComponent.Logstash