blob: e61d98d723852873b61437dd980df6c0502396a4 [file] [log] [blame]
Andy Bavierf80542f2017-03-31 11:57:48 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the example service
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 exampleservice:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/exampleservice/xos/
14 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
16 tosca_custom_types: tosca/custom_types/sample.yaml
17 tosca_resource: tosca/resources/sample.py
18 private_key: file:///opt/xos/key_import/exampleservice_rsa
19 public_key: file:///opt/xos/key_import/exampleservice_rsa.pub
20 no_build: true
21 image: xosproject/exampleservice-synchronizer