blob: 86b0454d7eec78c57bf398b7d540f3fae4cd8142 [file] [log] [blame]
Pingping Lind28ab982016-08-29 18:42:52 +00001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the vBBU service
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
Pingping Lin99ed5592016-09-01 01:41:34 +000010 servicecontroller#vbbu:
Pingping Lind28ab982016-08-29 18:42:52 +000011 type: tosca.nodes.ServiceController
12 properties:
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040013 base_url: file:///opt/xos_services/vbbu/xos/
Pingping Lind28ab982016-08-29 18:42:52 +000014 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040016 # models: models.py
17 xproto: ./
Pingping Lind28ab982016-08-29 18:42:52 +000018 admin: admin.py
19 admin_template: templates/mcordadmin.html
20 synchronizer: synchronizer/manifest
21 synchronizer_run: vbbu-synchronizer.py
22 #tosca_custom_types: exampleservice.yaml
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040023 tosca_resource: tosca/resources/vbbutenant.py, tosca/resources/vbbuservice.py
Pingping Lind28ab982016-08-29 18:42:52 +000024 #rest_service: subdirectory:vsg api/service/vsg/vsgservice.py
25 #rest_tenant: subdirectory:cord api/tenant/cord/vsg.py
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040026 private_key: file:///opt/xos/key_import/mcord_rsa
27 public_key: file:///opt/xos/key_import/mcord_rsa.pub