blob: bed81d9e778143d3782775825a26d052ddfc6890 [file] [log] [blame]
Srikanth Vavilapalli032facd2017-03-08 06:10:58 +00001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Setup CORD-related services -- vOLT, vCPE, vBNG.
4
5imports:
6 - custom_types/xos.yaml
7 - custom_types/monitoring_tosca_types.yaml
8
9topology_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