blob: 7b9bcf057dacf3636aeaf02fb4e633554722ce87 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: Onboard the exampleservice
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
servicecontroller#ceilometer:
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_channel_synchronizer.py
tosca_resource: tosca/resources/ceilometerservice.py, tosca/resources/ceilometertenant.py, tosca/resources/sflowservice.py
rest_tenant: subdirectory:ceilometer api/tenant/ceilometer/monitoringchannel.py
private_key: file:///opt/xos/key_import/monitoring_channel_rsa
public_key: file:///opt/xos/key_import/monitoring_channel_rsa.pub