Scott Baker | 78ea35a | 2016-07-25 08:55:16 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
2 | |||||
3 | description: This recipe provides additional configuration for the onboarded services. | ||||
4 | |||||
5 | imports: | ||||
6 | - custom_types/xos.yaml | ||||
7 | |||||
8 | topology_template: | ||||
9 | node_templates: | ||||
10 | servicecontroller#exampleservice: | ||||
11 | type: tosca.nodes.ServiceController | ||||
12 | properties: | ||||
13 | no-create: true | ||||
14 | synchronizer_config: /root/setup/files/exampleservice_config |