blob: 01d8786a8fd21c0048a0cffecdb0fe11ae010156 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the vSGW
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#vsgw:
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
admin_template: templates/VSGWAdmin.html
synchronizer: synchronizer/manifest
synchronizer_run: vsgw-synchronizer.py
#tosca_custom_types: vsgw.yaml
tosca_resource: tosca/resources/vsgwtenant.py, tosca/resources/vsgwservice.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