blob: 00fbc4a52eb69b16bf31779f533e4002c0d58a0f [file] [log] [blame]
Matteo Scandolo686f7022017-11-27 09:50:42 -08001tosca_definitions_version: tosca_simple_yaml_1_0
2
3imports:
4 - custom_types/servicegraphconstraint.yaml
5
6description: Constraints on the Services position in the graph
7
8topology_template:
9 node_templates:
10
11 constraints:
12 type: tosca.nodes.ServiceGraphConstraint
13 properties:
Zack Williams864ba252017-12-04 14:39:14 -070014 constraints: '{{ xos_gui_service_graph_constraints }}'