Andy Bavier | 01685f8 | 2017-12-21 14:06:54 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
2 | |||||
3 | imports: | ||||
4 | - custom_types/servicegraphconstraint.yaml | ||||
5 | |||||
6 | description: Constraints on the Services position in the graph | ||||
7 | |||||
8 | topology_template: | ||||
9 | node_templates: | ||||
10 | |||||
11 | constraints: | ||||
12 | type: tosca.nodes.ServiceGraphConstraint | ||||
13 | properties: | ||||
14 | constraints: '{{ xos_gui_service_graph_constraints }}' |