Rizwan Haider | 752a48c | 2016-08-18 15:37:06 -0400 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: > |
| 4 | * E-CORD DEMO GUI View |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_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 |