blob: 5b29c3de0374d13483aea75b2227f1cd85fdd4f9 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the PassiveTest
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
passivetest:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/PassiveTest/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: passivetest-synchronizer.py
tosca_custom_types: PassiveTest.yaml
tosca_resource: tosca/resources/passivetest.py, tosca/resources/passivetesttenant.py
rest_service: api/service/passivetest.py
rest_tenant: api/tenant/passivetesttenant.py
private_key: file:///opt/xos/key_import/passivetest_rsa
public_key: file:///opt/xos/key_import/passivetest_rsa.pub