blob: f1897b13904230cd38b71101c6f94a39708a15e2 [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:
14 constraints: '{{xos_gui_service_graph_constranints}}'