Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
Srikanth Vavilapalli | d84b7b7 | 2016-06-28 00:19:07 +0000 | [diff] [blame] | 3 | description: Onboard the Monitoring Service |
Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_template: |
| 9 | node_templates: |
Srikanth Vavilapalli | d84b7b7 | 2016-06-28 00:19:07 +0000 | [diff] [blame] | 10 | servicecontroller#monitoring: |
Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 11 | type: tosca.nodes.ServiceController |
| 12 | properties: |
Scott Baker | 715b193 | 2016-06-23 18:22:01 -0700 | [diff] [blame] | 13 | base_url: file:///opt/xos_services/monitoring/xos/ |
Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 14 | # 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 |
Srikanth Vavilapalli | d84b7b7 | 2016-06-28 00:19:07 +0000 | [diff] [blame] | 20 | synchronizer_run: monitoring_synchronizer.py |
rdudyala | 996d70b | 2016-10-13 17:40:55 +0000 | [diff] [blame] | 21 | tosca_custom_types: monitoring_tosca_types.yaml |
| 22 | tosca_resource: tosca/resources/ceilometerservice.py, tosca/resources/ceilometertenant.py, tosca/resources/sflowservice.py, tosca/resources/openstackmonitoringpublisher.py, tosca/resources/onosmonitoringpublisher.py, tosca/resources/userservicemonitoringpublisher.py, tosca/resources/inframonitoringagentinfo.py, tosca/resources/monitoringcollectorplugininfo.py |
Srikanth Vavilapalli | 1dfc9c8 | 2016-12-20 02:58:32 +0000 | [diff] [blame] | 23 | rest_service: subdirectory:monitoring api/service/monitoring/monitoringservice.py |
Srikanth Vavilapalli | a9bbe6f | 2016-08-09 00:17:22 +0000 | [diff] [blame] | 24 | rest_tenant: subdirectory:monitoring api/tenant/monitoring/monitoringchannel.py, subdirectory:monitoring/dashboard api/tenant/monitoring/dashboard/ceilometerdashboard.py |
Srikanth Vavilapalli | d84b7b7 | 2016-06-28 00:19:07 +0000 | [diff] [blame] | 25 | private_key: file:///opt/xos/key_import/monitoringservice_rsa |
| 26 | public_key: file:///opt/xos/key_import/monitoringservice_rsa.pub |
Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 27 | |