blob: 7ea2b4ba05f686b1af04362726e55b96266ca79a [file] [log] [blame]
tierno7edb6752016-03-21 17:37:52 +01001---
2name: simple
3description: Simple network scenario consisting of a single VNF connected to an external network
4topology:
5 nodes:
6 linux1: # vnf/net name in the scenario
7 type: VNF # VNF, network, external_network (if it is a datacenter network)
8 VNF model: linux # VNF name as introduced in OPENMANO DB
9 default:
10 type: external_network # Datacenter net
11 model: default
12 connections:
13 conn1: # provide a name for this net or connection
14 nodes:
15 - default: null # Datacenter net
16 - linux1: eth0 # Node and its interface
17