| tosca_definitions_version: tosca_simple_yaml_1_0 |
| |
| imports: |
| - custom_types/xos.yaml |
| - custom_types/metronet.yaml |
| |
| description: vnodglobal services, generated by platform-install |
| |
| topology_template: |
| node_templates: |
| |
| bandwidthprofile#ecordbandwidthprofile: |
| type: tosca.nodes.EcordBandwidthProfile |
| requirements: |
| properties: |
| bwpcfgcbs: 100 |
| bwpcfgebs: 50 |
| bwpcfgcir: 600 |
| bwpcfgeir: 50 |
| name: ecordbandwidthprofile |
| |
| service#vnodglobal: |
| type: tosca.nodes.VNodGlobalService |
| requirements: |
| - bandwith_profile: |
| node: bandwidthprofile#ecordbandwidthprofile |
| relationship: tosca.relationships.UsesBandwidthProfile |
| properties: |