blob: 00fbc4a52eb69b16bf31779f533e4002c0d58a0f [file] [log] [blame]
Andy Baviere6478b22017-12-21 13:17:56 -07001tosca_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:
14 constraints: '{{ xos_gui_service_graph_constraints }}'