blob: de66ae825225ed9d561f62bbc061f2075d91169b [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the vSGW
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
VSGWservice:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/vSGW/xos/
# The following will concatenate with base_url automatically, if
# base_url is non-null.
models: models.py
admin: admin.py
synchronizer: synchronizer/manifest
synchronizer_run: vsgw-synchronizer.py
tosca_custom_types: vsgw.yaml
tosca_resource: tosca/resources/vsgwservice.py, tosca/resources/vsgwtenant.py
rest_service: api/service/vsgwservice.py
rest_tenant: api/tenant/vsgwtenant.py
private_key: file:///opt/xos/key_import/vsgw_rsa
public_key: file:///opt/xos/key_import/vsgw_rsa.pub