blob: 6628d7eea735d2c18b3e97439293c9e942f9830c [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.
xproto: ./
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