Pingping Lin | d28ab98 | 2016-08-29 18:42:52 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Onboard the vBBU service |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_template: |
| 9 | node_templates: |
Pingping Lin | 99ed559 | 2016-09-01 01:41:34 +0000 | [diff] [blame] | 10 | servicecontroller#vbbu: |
Pingping Lin | d28ab98 | 2016-08-29 18:42:52 +0000 | [diff] [blame] | 11 | type: tosca.nodes.ServiceController |
| 12 | properties: |
| 13 | base_url: file:///opt/xos_services/vBBU/xos/ |
| 14 | # The following will concatenate with base_url automatically, if |
| 15 | # base_url is non-null. |
| 16 | models: models.py |
| 17 | admin: admin.py |
| 18 | admin_template: templates/mcordadmin.html |
| 19 | synchronizer: synchronizer/manifest |
| 20 | synchronizer_run: vbbu-synchronizer.py |
| 21 | #tosca_custom_types: exampleservice.yaml |
Pingping Lin | 895c606 | 2016-09-17 00:37:13 +0000 | [diff] [blame] | 22 | tosca_resource: tosca/resources/vbbucomponent.py, tosca/resources/mcordservice.py |
Pingping Lin | d28ab98 | 2016-08-29 18:42:52 +0000 | [diff] [blame] | 23 | #rest_service: subdirectory:vsg api/service/vsg/vsgservice.py |
| 24 | #rest_tenant: subdirectory:cord api/tenant/cord/vsg.py |
| 25 | private_key: file:///opt/xos/key_import/vBBU_rsa |
| 26 | public_key: file:///opt/xos/key_import/vBBU_rsa.pub |
| 27 | |