| tosca_definitions_version: tosca_simple_yaml_1_0 |
| |
| description: > |
| * Some sample data to populate the demo frontend |
| |
| imports: |
| - custom_types/xos.yaml |
| |
| topology_template: |
| node_templates: |
| |
| # Register the Custom view in the system |
| Subscribers: |
| type: tosca.nodes.DashboardView |
| properties: |
| url: template:xosSubscribers |
| |
| # Activate the Custom view for the user padmin@vicci.org |
| padmin@vicci.org: |
| type: tosca.nodes.User |
| properties: |
| no-create: True |
| no-delete: True |
| requirements: |
| - subscribers_dashboard: |
| node: Subscribers |
| relationship: tosca.relationships.UsesDashboard |