openmano first code upload
[osm/RO.git] / scenarios / examples / simple.yaml
1 ---
2 name:            simple
3 description:     Simple network scenario consisting of a single VNF connected to an external network
4 topology: 
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