blob: 8188cd1878c344de131c314137a81e287b98dd73 [file] [log] [blame]
Scott Baker171d35e2016-06-20 17:36:29 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the exampleservice
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#vtr:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/vtr/xos/
14 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
Sapan Bhatia084c0982017-04-21 14:47:40 +020016 xproto: ./
Scott Baker171d35e2016-06-20 17:36:29 -070017 admin: admin.py
18 admin_template: templates/vtradmin.html
Scott Baker5db44a92017-03-06 17:27:52 -080019 tosca_custom_types: tosca/custom_types/vtr.yaml
20 tosca_resource: tosca/resources/vtrservice.py
Scott Baker171d35e2016-06-20 17:36:29 -070021 private_key: file:///opt/xos/key_import/vsg_rsa
22 public_key: file:///opt/xos/key_import/vsg_rsa.pub
23