blob: c1a7387842b8988e8af2cc2e80136514be78d237 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the vnodlocal service
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#vnodlocal:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/metronet-local/xos/
# The following will concatenate with base_url automatically, if
# base_url is non-null.
models: models.py
admin: admin.py
rest_service: subdirectory:vnodlocalservice api/service/vnodlocalservice/vnodlocalservice.py
synchronizer: synchronizer/manifest
synchronizer_run: vnodlocal-synchronizer.py
tosca_resource: tosca/resources/vnodlocalservice.py
tosca_custom_types: vnodlocal.yaml