blob: 71771b7d89b1dd02bef9bb3de3e3a28d5d95cb1d [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the exampleservice
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#veg:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/vEG/xos/
# The following will concatenate with base_url automatically, if
# base_url is non-null.
models: models.py
admin: admin.py
admin_template: templates/vegadmin.html
synchronizer: synchronizer/manifest
synchronizer_run: veg-synchronizer.py
tosca_custom_types: veg.yaml
tosca_resource: tosca/resources/vegservice.py
rest_service: subdirectory:veg api/service/veg/vegservice.py
rest_tenant: subdirectory:cord api/tenant/cord/veg.py
private_key: file:///opt/xos/key_import/veg_rsa
public_key: file:///opt/xos/key_import/veg_rsa.pub