blob: 9afb87758ff1ce012d7c77575ded2fb6fa196a0c [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the ActiveTest
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
activetest:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/ActiveTest/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: activetest-synchronizer.py
tosca_custom_types: ActiveTest.yaml
tosca_resource: tosca/resources/activetest.py, tosca/resources/activetesttenant.py, tosca/resources/qt600tenant.py, tosca/resources/vpmatenant.py, tosca/resources/vtatenant.py
rest_service: api/service/activetest.py
rest_tenant: api/tenant/activetesttenant.py
private_key: file:///opt/xos/key_import/activetest_rsa
public_key: file:///opt/xos/key_import/activetest_rsa.pub