f6d5f7fb393f44a3148d98f2951660452411273b
[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-corpB
18 description:     All in one Clearwater IMS for corporation B in MWC16
19 topology: 
20   nodes: 
21     IMS-ALLIN1__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        # VNF name as introduced in OPENMANO DB
24     net-corpB: 
25       type:      external_network # Datacenter net
26       model:     net-corpB
27   connections: 
28     conn1:                   # provide a name for this net or connection
29       type: link
30       nodes: 
31       -   net-corpB: "0"      # Datacenter net
32       -   IMS-ALLIN1__1: eth0       # Node and its interface
33