blob: a40076d36836b4f280895a8ae1d570cd90ba14ed [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:
Andrea Campanellae0784552017-03-21 17:23:06 +010016 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 Campanellabd56e782017-02-23 15:43:21 +010026 bwpcfgcbs: 100
27 bwpcfgebs: 50
28 bwpcfgcir: 600
29 bwpcfgeir: 50
Andrea Campanellae0784552017-03-21 17:23:06 +010030 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 Campanellabd56e782017-02-23 15:43:21 +010063
64 service#vnodglobal:
65 type: tosca.nodes.VNodGlobalService
66 requirements:
67 - bandwith_profile:
68 node: bandwidthprofile#ecordbandwidthprofile
69 relationship: tosca.relationships.UsesBandwidthProfile
70 properties: