blob: a1e04a3e905bf384425c3f72aeeb7c239d974792 [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:
Matteo Scandolo645c7a52016-11-09 09:32:15 -080015 url: template:xosMetronet
Rizwan Haider752a48c2016-08-18 15:37:06 -040016
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