blob: 348f121603876c226767196eaab40f50d5c28947 [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:
Andrea Campanellac8488c22017-06-13 15:38:51 +020010 node_templates:
Andrea Campanellabd56e782017-02-23 15:43:21 +010011
Zack Williams482d61b2017-08-08 17:16:31 -070012 onosmodel#globalONOS:
Andrea Campanellac8488c22017-06-13 15:38:51 +020013 type: tosca.nodes.OnosModel
14 requirements:
15 properties:
Zack Williams482d61b2017-08-08 17:16:31 -070016 name: globalONOS
Andrea Campanellac8488c22017-06-13 15:38:51 +020017 onos_ip: 127.0.0.1
18 onos_port: 8181
19 onos_username: onos
20 onos_password: rocks
21 onos_type: global
Andrea Campanellae0784552017-03-21 17:23:06 +010022
Andrea Campanellac8488c22017-06-13 15:38:51 +020023 bandwidthprofile#bronze:
24 type: tosca.nodes.BandwidthProfile
25 requirements:
26 properties:
27 cbs: 1000
28 ebs: 1200
29 cir: 1000000
30 eir: 1200000
31 name: bronze
Andrea Campanellabd56e782017-02-23 15:43:21 +010032
Andrea Campanellac8488c22017-06-13 15:38:51 +020033 bandwidthprofile#silver:
34 type: tosca.nodes.BandwidthProfile
35 requirements:
36 properties:
37 cbs: 1500
38 ebs: 2000
39 cir: 1500000
40 eir: 2000000
41 name: silver
42
43 bandwidthprofile#gold:
44 type: tosca.nodes.BandwidthProfile
45 requirements:
46 properties:
47 cbs: 2000
48 ebs: 2700
49 cir: 2000000
50 eir: 2700000
51 name: gold
52
53 bandwidthprofile#platinum:
54 type: tosca.nodes.BandwidthProfile
55 requirements:
56 properties:
57 cbs: 2500
58 ebs: 3200
59 cir: 2500000
60 eir: 3200000
Zack Williams482d61b2017-08-08 17:16:31 -070061 name: platinum