blob: 980e0b519cf4863bbcd1d75459495f2495a12384 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the OpenVPN Service
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#openvpn:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos/onboard/vsg/
# The following will concatenate with base_url automatically, if
# base_url is non-null.
models: models.py
admin: admin.py
admin_template: templates/connect.vpn.j2
synchronizer: synchronizer/manifest
synchronizer_run: openvpn-synchronizer.py
#tosca_custom_types: exampleservice.yaml
rest_tenant: subdirectory:openvpn api/tenant/openvpn/openvpn.py
private_key: file:///opt/xos/key_import/openvpn_rsa
public_key: file:///opt/xos/key_import/openvpn_rsa.pub