bbe11e1ede8ef7ae404edc6dedaa898f02a2c3ec
[osm/riftware.git] /
1 #
2 #    Copyright 2016 RIFT.IO Inc
3 #
4 #    Licensed under the Apache License, Version 2.0 (the "License");
5 #    you may not use this file except in compliance with the License.
6 #    You may obtain a copy of the License at
7 #
8 #        http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #    Unless required by applicable law or agreed to in writing, software
11 #    distributed under the License is distributed on an "AS IS" BASIS,
12 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #    See the License for the specific language governing permissions and
14 #    limitations under the License.
15 #
16 ---
17 name:            IMS-corpA
18 description:     All in one Clearwater IMS for corporation A in MWC16
19 topology: 
20   nodes: 
21     IMS-ALLIN1_2p__1:                   # vnf/net name in the scenario
22       type:      VNF          # VNF, network, external_network (if it is a datacenter network)
23       VNF model: IMS-ALLIN1_2p        # VNF name as introduced in OPENMANO DB
24     net-corp: 
25       type:      external_network # Datacenter net
26       model:     net-corp:108
27     net-mgmtOS: 
28       type:      external_network # Datacenter net
29       model:     net-mgmtOS
30   connections: 
31     data:                   # provide a name for this net or connection
32       type: link
33       nodes: 
34       -   net-corp: "0"      # Datacenter net
35       -   IMS-ALLIN1_2p__1: eth0       # Node and its interface
36     management:                   # provide a name for this net or connection
37       type: link
38       nodes: 
39       -   net-mgmtOS: "0"      # Datacenter net
40       -   IMS-ALLIN1_2p__1: eth1       # Node and its interface
41