blob: 51bfa34a8da27f6bfdb1423a09719f51d5178617 [file] [log] [blame]
Pingping Linc3d88002016-09-01 00:26:39 +00001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: This recipe provides additional configuration for the onboarded services.
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
Pingping Linb5a1a0a2016-09-08 01:14:48 +000010 servicecontroller#vsg:
11 type: tosca.nodes.ServiceController
12 properties:
13 no-create: true
14 synchronizer_config: /root/setup/files/vcpe_synchronizer_config
Pingping Linc3d88002016-09-01 00:26:39 +000015 servicecontroller#openstack:
16 type: tosca.nodes.ServiceController
17 properties:
18 no-create: true
19 synchronizer_config: /root/setup/files/openstack_synchronizer_config