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: |
Yunpeng Zhang | d01f3ce | 2017-07-06 20:06:35 -0400 | [diff] [blame] | 13 | base_url: file:///opt/xos_services/vbbu/xos/ |
Pingping Lin | d28ab98 | 2016-08-29 18:42:52 +0000 | [diff] [blame] | 14 | # The following will concatenate with base_url automatically, if |
| 15 | # base_url is non-null. |
Yunpeng Zhang | d01f3ce | 2017-07-06 20:06:35 -0400 | [diff] [blame] | 16 | # models: models.py |
| 17 | xproto: ./ |
Pingping Lin | d28ab98 | 2016-08-29 18:42:52 +0000 | [diff] [blame] | 18 | admin: admin.py |
| 19 | admin_template: templates/mcordadmin.html |
| 20 | synchronizer: synchronizer/manifest |
| 21 | synchronizer_run: vbbu-synchronizer.py |
Yunpeng Zhang | 3068347 | 2017-07-15 15:26:25 -0400 | [diff] [blame^] | 22 | tosca_custom_types: tosca/custom_types/vbbu.yaml |
Yunpeng Zhang | d01f3ce | 2017-07-06 20:06:35 -0400 | [diff] [blame] | 23 | tosca_resource: tosca/resources/vbbutenant.py, tosca/resources/vbbuservice.py |
Yunpeng Zhang | d01f3ce | 2017-07-06 20:06:35 -0400 | [diff] [blame] | 24 | private_key: file:///opt/xos/key_import/mcord_rsa |
| 25 | public_key: file:///opt/xos/key_import/mcord_rsa.pub |