blob: 92fcce68cf6eb88200067b6c376ff5ef661890bc [file] [log] [blame]
Luca Pretee7dba3a2017-10-26 13:51:58 -07001---
Andrea Campanellace8d6472017-10-26 18:33:39 +02002
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17tosca_definitions_version: tosca_simple_yaml_1_0
18
19imports:
20 - custom_types/xos.yaml
21 - custom_types/vnaas.yaml
22
23description: vnaasglobal services, generated by platform-install
24
25topology_template:
26 node_templates:
27
Luca Pretee7dba3a2017-10-26 13:51:58 -070028 onosmodel#onf:
Andrea Campanellace8d6472017-10-26 18:33:39 +020029 type: tosca.nodes.OnosModel
30 requirements:
31 properties:
Luca Pretee7dba3a2017-10-26 13:51:58 -070032 name: onfGlobalONOS
Andrea Campanella69ccf4b2017-10-30 18:57:47 -070033 onos_ip: onos-cord
Andrea Campanellace8d6472017-10-26 18:33:39 +020034 onos_port: 8182
35 onos_username: onos
36 onos_password: rocks
37 onos_type: global
38
39 bandwidthprofile#bronze:
40 type: tosca.nodes.BandwidthProfile
41 requirements:
42 properties:
43 cbs: 1000
44 ebs: 1200
Andrea Campanella09211e62017-11-01 11:37:32 -070045 cir: 1000
46 eir: 1200
Andrea Campanellace8d6472017-10-26 18:33:39 +020047 name: bronze
48
49 bandwidthprofile#silver:
50 type: tosca.nodes.BandwidthProfile
51 requirements:
52 properties:
53 cbs: 1500
54 ebs: 2000
Andrea Campanella09211e62017-11-01 11:37:32 -070055 cir: 10000
56 eir: 2000
Andrea Campanellace8d6472017-10-26 18:33:39 +020057 name: silver
58
59 bandwidthprofile#gold:
60 type: tosca.nodes.BandwidthProfile
61 requirements:
62 properties:
63 cbs: 2000
64 ebs: 2700
Andrea Campanella09211e62017-11-01 11:37:32 -070065 cir: 20000
66 eir: 5000
Andrea Campanellace8d6472017-10-26 18:33:39 +020067 name: gold
68
69 bandwidthprofile#platinum:
70 type: tosca.nodes.BandwidthProfile
71 requirements:
72 properties:
73 cbs: 2500
74 ebs: 3200
Andrea Campanella09211e62017-11-01 11:37:32 -070075 cir: 100000
76 eir: 10000
Andrea Campanellace8d6472017-10-26 18:33:39 +020077 name: platinum
78
Luca Pretee7dba3a2017-10-26 13:51:58 -070079 # eline#testeline:
80 # type: tosca.nodes.ELine
81 # requirements:
82 # properties:
83 # name: testeline
Andrea Campanella09211e62017-11-01 11:37:32 -070084 # connect_point_1_id: domain:10.90.1.30-cord-onos/1
85 # connect_point_2_id: domain:10.90.1.50-cord-onos/1
Luca Pretee7dba3a2017-10-26 13:51:58 -070086 # vlanids: 100
87 # cord_site_name: onfGlobalONOS
88 # bwp: gold