blob: 9b1b4a2c7230a7d089fbbef18c38c864471fb37f [file] [log] [blame]
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:
# You can use this recipe to load the dashboard in the system:
GlobalXos:
type: tosca.nodes.DashboardView
properties:
url: template:xosGlobalXos
# And this recipe to activate the dashboard for a user:
padmin@vicci.org:
type: tosca.nodes.User
properties:
no-create: true
no-delete: true
requirements:
- globalXos_dashboard:
node: GlobalXos
relationship: tosca.relationships.UsesDashboard