blob: ff135983f581d448f454eac78017428aba7707f3 [file] [log] [blame]
Rizwan Haider752a48c2016-08-18 15:37:06 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: >
4 * E-CORD DEMO GUI View
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10
11 # Register the Custom view in the system
12 Ecord:
13 type: tosca.nodes.DashboardView
14 properties:
15 url: template:xosEcordTopology
16
17 # Activate the Custom view for the user padmin@vicci.org
18 padmin@vicci.org:
19 type: tosca.nodes.User
20 properties:
21 no-create: True
22 no-delete: True
23 requirements:
24 - ecord_dashboard:
25 node: Ecord
26 relationship: tosca.relationships.UsesDashboard