Saleil Bhat | 1c5593d | 2017-01-06 15:25:57 -0800 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Onboard the vMME service |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_template: |
| 9 | node_templates: |
| 10 | servicecontroller#vmme: |
| 11 | type: tosca.nodes.ServiceController |
| 12 | properties: |
Pingping Lin | 4cc1fae | 2017-06-09 17:42:02 -0700 | [diff] [blame] | 13 | base_url: file:///opt/xos_services/vmme/xos/ |
Saleil Bhat | 1c5593d | 2017-01-06 15:25:57 -0800 | [diff] [blame] | 14 | # The following will concatenate with base_url automatically, if |
| 15 | # base_url is non-null. |
Pingping Lin | 6cb0db9 | 2017-07-13 19:38:21 -0700 | [diff] [blame] | 16 | xproto: ./ |
Pingping Lin | 6cb0db9 | 2017-07-13 19:38:21 -0700 | [diff] [blame] | 17 | tosca_custom_types: tosca/custom_types/vmme.yaml |
Saleil Bhat | 1c5593d | 2017-01-06 15:25:57 -0800 | [diff] [blame] | 18 | synchronizer: synchronizer/manifest |
| 19 | synchronizer_run: vmme-synchronizer.py |
Omar Abdelkader | 41fa535 | 2017-08-25 12:52:40 -0600 | [diff] [blame] | 20 | tosca_resource: tosca/resources/vmmetenant.py, tosca/resources/vmmeservice.py, tosca/resources/vmmevendor.py |
Pingping Lin | 4cc1fae | 2017-06-09 17:42:02 -0700 | [diff] [blame] | 21 | private_key: file:///opt/xos/key_import/mcord_rsa |
| 22 | public_key: file:///opt/xos/key_import/mcord_rsa.pub |
Omar Abdelkader | 41fa535 | 2017-08-25 12:52:40 -0600 | [diff] [blame] | 23 | |