blob: 1fbeb9e2823ffebeef8824537c3e8523688a9545 [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 synchronizer: synchronizer/manifest
19 synchronizer_run: vbbu-synchronizer.py
Yunpeng Zhang30683472017-07-15 15:26:25 -040020 tosca_custom_types: tosca/custom_types/vbbu.yaml
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040021 tosca_resource: tosca/resources/vbbutenant.py, tosca/resources/vbbuservice.py
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040022 private_key: file:///opt/xos/key_import/mcord_rsa
Omar Abdelkader9bd2c8d2017-08-07 19:21:02 -060023 public_key: file:///opt/xos/key_import/mcord_rsa.pub