blob: d63b6d0e1b358946ca3c2eee192ab946898b8d9e [file] [log] [blame]
Yunpeng Zhanga2c27332017-08-15 23:00:11 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the vsgwu
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#vsgwu:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/vsgwu/xos/
14 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
16 xproto: ./
17 synchronizer: synchronizer/manifest
18 synchronizer_run: vsgwu-synchronizer.py
19 tosca_custom_types: tosca/custom_types/vsgwu.yaml
Omar Abdelkaderf8e51882017-09-06 19:52:57 -050020 tosca_resource: tosca/resources/vsgwutenant.py, tosca/resources/vsgwuservice.py, tosca/resources/vsgwuvendor.py
Yunpeng Zhanga2c27332017-08-15 23:00:11 -040021 private_key: file:///opt/xos/key_import/mcord_rsa
22 public_key: file:///opt/xos/key_import/mcord_rsa.pub
23