Update tosca lib to version 0.5
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / custom_types / wordpress.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 node_types:
4   tosca.nodes.WebApplication.WordPress:
5     derived_from: tosca.nodes.WebApplication
6     requirements:
7       - database_endpoint:
8           capability: tosca.capabilities.Endpoint.Database
9           node: tosca.nodes.Database
10           relationship: tosca.relationships.ConnectsTo
11     interfaces:
12       Standard:
13         inputs:
14           wp_db_name:
15             type: string
16           wp_db_user:
17             type: string
18           wp_db_password:
19             type: string