Rizwan Haider | 30b3379 | 2016-08-18 02:11:18 -0400 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Onboard the metronetwork service |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_template: |
| 9 | node_templates: |
Andrea Campanella | 65e91e6 | 2017-05-22 17:50:37 +0200 | [diff] [blame^] | 10 | # this is the culprit probably |
| 11 | metronet: |
Rizwan Haider | 30b3379 | 2016-08-18 02:11:18 -0400 | [diff] [blame] | 12 | 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 Bhatia | f369948 | 2017-05-02 21:20:31 +0200 | [diff] [blame] | 17 | xproto: ./ |
Rizwan Haider | 30b3379 | 2016-08-18 02:11:18 -0400 | [diff] [blame] | 18 | synchronizer: synchronizer/manifest |
Andrea Campanella | 65e91e6 | 2017-05-22 17:50:37 +0200 | [diff] [blame^] | 19 | synchronizer_run: metronetwork-synchronizer.py |
Sapan Bhatia | f369948 | 2017-05-02 21:20:31 +0200 | [diff] [blame] | 20 | tosca_custom_types: metronet.yaml |
Andrea Campanella | 65e91e6 | 2017-05-22 17:50:37 +0200 | [diff] [blame^] | 21 | tosca_resource: tosca/resources/metronetservice.py |
| 22 | #admin: admin.py |