Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | imports: |
| 4 | - custom_types/xos.yaml |
| 5 | - custom_types/metronet.yaml |
| 6 | |
| 7 | description: vnodglobal services, generated by platform-install |
| 8 | |
| 9 | topology_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: |