blob: f597d70649f8f7ab69f623c17d00f76e3b34f2f1 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Disable 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: false
16