blob: 73545e882e098a861128fa5a9c4053c66555f864 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Enable builds for the Onboarding synchronizer
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 xos:
11 type: tosca.nodes.XOS
12 properties:
13 no-create: true
14 no-delete: true
15 enable_build: true
16