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: |
Andrea Campanella | e078455 | 2017-03-21 17:23:06 +0100 | [diff] [blame] | 16 | bwpcfgcbs: 1000 |
| 17 | bwpcfgebs: 1200 |
| 18 | bwpcfgcir: 1000000 |
| 19 | bwpcfgeir: 1200000 |
| 20 | name: ecordbandwidthprofile |
| 21 | |
| 22 | bandwidthprofile#UniBandwidthprofile: |
| 23 | type: tosca.nodes.EcordBandwidthProfile |
| 24 | requirements: |
| 25 | properties: |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 26 | bwpcfgcbs: 100 |
| 27 | bwpcfgebs: 50 |
| 28 | bwpcfgcir: 600 |
| 29 | bwpcfgeir: 50 |
Andrea Campanella | e078455 | 2017-03-21 17:23:06 +0100 | [diff] [blame] | 30 | name: unibandwidthprofile |
| 31 | |
| 32 | bandwidthprofile#EvcBandwidthprofile: |
| 33 | type: tosca.nodes.EcordBandwidthProfile |
| 34 | requirements: |
| 35 | properties: |
| 36 | bwpcfgcbs: 100 |
| 37 | bwpcfgebs: 50 |
| 38 | bwpcfgcir: 600 |
| 39 | bwpcfgeir: 50 |
| 40 | name: evcbandwidthprofile |
| 41 | |
| 42 | bandwidthprofile#FlowBandwidthprofile: |
| 43 | type: tosca.nodes.EcordBandwidthProfile |
| 44 | requirements: |
| 45 | properties: |
| 46 | bwpcfgcbs: 100 |
| 47 | bwpcfgebs: 50 |
| 48 | bwpcfgcir: 600 |
| 49 | bwpcfgeir: 50 |
| 50 | name: flowbandwidthprofile |
| 51 | |
| 52 | usernetworkinterface#UserNetworkInterface1: |
| 53 | type: tosca.nodes.EcordUserNetworkInterface |
| 54 | requirements: |
| 55 | properties: |
| 56 | enabled: true |
| 57 | capacity: 10000000 |
| 58 | bw_used: 50000 |
| 59 | vlanIds: [100,200,300] |
| 60 | name: uni1 |
| 61 | location: San Rafael |
| 62 | latlng: [-122.531087, 37.973535] |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 63 | |
| 64 | service#vnodglobal: |
| 65 | type: tosca.nodes.VNodGlobalService |
| 66 | requirements: |
| 67 | - bandwith_profile: |
| 68 | node: bandwidthprofile#ecordbandwidthprofile |
| 69 | relationship: tosca.relationships.UsesBandwidthProfile |
| 70 | properties: |