blob: 7b9bcf057dacf3636aeaf02fb4e633554722ce87 [file] [log] [blame]
Scott Baker31acc652016-06-23 15:47:56 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the exampleservice
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#ceilometer:
11 type: tosca.nodes.ServiceController
12 properties:
Scott Baker715b1932016-06-23 18:22:01 -070013 base_url: file:///opt/xos_services/monitoring/xos/
Scott Baker31acc652016-06-23 15:47:56 -070014 # The following will concatenate with base_url automatically, if
15 # base_url is non-null.
16 models: models.py
17 admin: admin.py
18 admin_template: templates/ceilometeradmin.html, templates/sflowadmin.html
19 synchronizer: synchronizer/manifest
20 synchronizer_run: monitoring_channel_synchronizer.py
21 tosca_resource: tosca/resources/ceilometerservice.py, tosca/resources/ceilometertenant.py, tosca/resources/sflowservice.py
22 rest_tenant: subdirectory:ceilometer api/tenant/ceilometer/monitoringchannel.py
23 private_key: file:///opt/xos/key_import/monitoring_channel_rsa
24 public_key: file:///opt/xos/key_import/monitoring_channel_rsa.pub
25