blob: d5db4269a12fd4e7816b41ee799b9a683bfa1e37 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the Monitoring Service
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#monitoring:
type: tosca.nodes.ServiceController
properties:
base_url: file:///opt/xos_services/monitoring/xos/
# The following will concatenate with base_url automatically, if
# base_url is non-null.
models: models.py
admin: admin.py
admin_template: templates/ceilometeradmin.html, templates/sflowadmin.html
synchronizer: synchronizer/manifest
synchronizer_run: monitoring_synchronizer.py
tosca_resource: tosca/resources/ceilometerservice.py, tosca/resources/ceilometertenant.py, tosca/resources/sflowservice.py
rest_tenant: subdirectory:monitoring api/tenant/monitoring/monitoringchannel.py
private_key: file:///opt/xos/key_import/monitoringservice_rsa
public_key: file:///opt/xos/key_import/monitoringservice_rsa.pub