blob: 51835b05cbf3c2bbf46de956f0bf1ef346d8831b [file] [log] [blame]
Andrea Campanellabd56e782017-02-23 15:43:21 +01001tosca_definitions_version: tosca_simple_yaml_1_0
2
3imports:
4 - custom_types/xos.yaml
5 - custom_types/metronet.yaml
6
7description: vnodglobal services, generated by platform-install
8
9topology_template:
10 node_templates:
11
12 bandwidthprofile#ecordbandwidthprofile:
13 type: tosca.nodes.EcordBandwidthProfile
14 requirements:
15 properties:
16 bwpcfgcbs: 100
17 bwpcfgebs: 50
18 bwpcfgcir: 600
19 bwpcfgeir: 50
20 name: ecordbandwidthprofile
21
22 service#vnodglobal:
23 type: tosca.nodes.VNodGlobalService
24 requirements:
25 - bandwith_profile:
26 node: bandwidthprofile#ecordbandwidthprofile
27 relationship: tosca.relationships.UsesBandwidthProfile
28 properties: