blob: 4608141f830c957d583bdda62ab205e8accabe1b [file] [log] [blame]
Rizwan Haider30b33792016-08-18 02:11:18 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the metronetwork service
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
Andrea Campanella65e91e62017-05-22 17:50:37 +020010 # this is the culprit probably
11 metronet:
Rizwan Haider30b33792016-08-18 02:11:18 -040012 type: tosca.nodes.ServiceController
13 properties:
14 base_url: file:///opt/xos_services/metro-net/xos/
15 # The following will concatenate with base_url automatically, if
16 # base_url is non-null.
Sapan Bhatiaf3699482017-05-02 21:20:31 +020017 xproto: ./
Rizwan Haider30b33792016-08-18 02:11:18 -040018 synchronizer: synchronizer/manifest
Andrea Campanella65e91e62017-05-22 17:50:37 +020019 synchronizer_run: metronetwork-synchronizer.py
Sapan Bhatiaf3699482017-05-02 21:20:31 +020020 tosca_custom_types: metronet.yaml
Andrea Campanella65e91e62017-05-22 17:50:37 +020021 tosca_resource: tosca/resources/metronetservice.py
22 #admin: admin.py