| |
| {# |
| Copyright 2017-present Open Networking Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| #} |
| |
| |
| 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: 1000 |
| bwpcfgebs: 1200 |
| bwpcfgcir: 1000000 |
| bwpcfgeir: 1200000 |
| name: ecordbandwidthprofile |
| |
| bandwidthprofile#UniBandwidthprofile: |
| type: tosca.nodes.EcordBandwidthProfile |
| requirements: |
| properties: |
| bwpcfgcbs: 100 |
| bwpcfgebs: 50 |
| bwpcfgcir: 600 |
| bwpcfgeir: 50 |
| name: unibandwidthprofile |
| |
| bandwidthprofile#EvcBandwidthprofile: |
| type: tosca.nodes.EcordBandwidthProfile |
| requirements: |
| properties: |
| bwpcfgcbs: 100 |
| bwpcfgebs: 50 |
| bwpcfgcir: 600 |
| bwpcfgeir: 50 |
| name: evcbandwidthprofile |
| |
| bandwidthprofile#FlowBandwidthprofile: |
| type: tosca.nodes.EcordBandwidthProfile |
| requirements: |
| properties: |
| bwpcfgcbs: 100 |
| bwpcfgebs: 50 |
| bwpcfgcir: 600 |
| bwpcfgeir: 50 |
| name: flowbandwidthprofile |
| |
| usernetworkinterface#UserNetworkInterface1: |
| type: tosca.nodes.EcordUserNetworkInterface |
| requirements: |
| properties: |
| enabled: true |
| capacity: 10000000 |
| bw_used: 50000 |
| vlanIds: [100,200,300] |
| name: uni1 |
| location: San Rafael |
| latlng: [-122.531087, 37.973535] |
| |
| service#vnodglobal: |
| type: tosca.nodes.VNodGlobalService |
| requirements: |
| - bandwith_profile: |
| node: bandwidthprofile#ecordbandwidthprofile |
| relationship: tosca.relationships.UsesBandwidthProfile |
| properties: |