blob: f36d7502ae72b87b24d5ac4501db8d3fce96f9c5 [file] [log] [blame]
Andrea Campanella45536f72017-02-23 15:20:06 +01001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the vee
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#vee:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/vEE/xos/
14 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
16 models: models.py
17 synchronizer: synchronizer/manifest
18 synchronizer_run: vee-synchronizer.py
19 tosca_resource: tosca/resources/veeservice.py
20 tosca_custom_types: vee.yaml
21