blob: e60fff5da67f99574ce9e36e23aea864be54533b [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
19 synchronizer: synchronizer/manifest
20 synchronizer_run: vtr-synchronizer.py
Scott Baker5db44a92017-03-06 17:27:52 -080021 tosca_custom_types: tosca/custom_types/vtr.yaml
22 tosca_resource: tosca/resources/vtrservice.py
Scott Baker171d35e2016-06-20 17:36:29 -070023 rest_tenant: api/tenant/truckroll.py
24 private_key: file:///opt/xos/key_import/vsg_rsa
25 public_key: file:///opt/xos/key_import/vsg_rsa.pub
26