1 tosca_definitions_version: tosca_simple_yaml_1_0
3 description: TOSCA simple profile with nested property names or indexes.
6 - ../custom_types/wordpress.yaml
7 - ../custom_types/db_with_list_param.yaml
14 type: tosca.nodes.WebApplication.WordPress
17 - database_endpoint: mysql_database
21 implementation: wordpress/wordpress_configure.sh
23 wp_endpoint_protocol: { get_property: [ SELF, database_endpoint, ports, user_port, protocol ] }
24 wp_list_prop: { get_property: [ mysql_database, list_prop, 2 ] }
27 type: tosca.nodes.DatabaseWithListParam
42 type: tosca.nodes.DBMS
47 type: tosca.nodes.Compute