blob: df9d947711faf51896727707b79d2ea6e120597d [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
Yunpeng Zhang30683472017-07-15 15:26:25 -040022 tosca_custom_types: tosca/custom_types/vbbu.yaml
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040023 tosca_resource: tosca/resources/vbbutenant.py, tosca/resources/vbbuservice.py
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040024 private_key: file:///opt/xos/key_import/mcord_rsa
25 public_key: file:///opt/xos/key_import/mcord_rsa.pub