Srikanth Vavilapalli | 032facd | 2017-03-08 06:10:58 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Setup CORD-related services -- vOLT, vCPE, vBNG. |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | - custom_types/monitoring_tosca_types.yaml |
| 8 | |
| 9 | topology_template: |
| 10 | node_templates: |
| 11 | service_ceilometer: |
| 12 | type: tosca.nodes.CeilometerService |
| 13 | properties: |
| 14 | no-create: true |
| 15 | no-update: true |
| 16 | no-delete: true |
| 17 | |
| 18 | service#vsg: |
| 19 | type: tosca.nodes.VSGService |
| 20 | properties: |
| 21 | no-create: true |
| 22 | no-update: true |
| 23 | no-delete: true |
| 24 | |
| 25 | vsg_monitoring_publisher_tenant: |
| 26 | description: vSG Monitoring Publisher Tenant |
| 27 | type: tosca.nodes.UserServiceMonitoringPublisher |
| 28 | requirements: |
| 29 | - provider_service: |
| 30 | node: service_ceilometer |
| 31 | relationship: tosca.relationships.TenantOfService |
| 32 | - target_service: |
| 33 | node: service#vsg |
| 34 | relationship: tosca.relationships.PublishesMonitoringData |