Adding cover to tox.ini default envs
[osm/RO.git] / scenarios / examples / simple.yaml
index 7cba170..e9c8768 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
+# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
 # This file is part of openmano
 # All Rights Reserved.
 #
 # contact with: nfvlabs@tid.es
 ##
 ---
-name:            simple
-description:     Simple network scenario consisting of a single VNF connected to an external network
-topology: 
-  nodes: 
+schema_version:  2
+scenario:
+  name:          simple
+  description:   Simple network scenario consisting of a single VNF connected to an external network
+  vnfs: 
     linux1:                   # vnf/net name in the scenario
-      type:      VNF          # VNF, network, external_network (if it is a datacenter network)
-      VNF model: linux        # VNF name as introduced in OPENMANO DB
-    default: 
-      type:      external_network # Datacenter net
-      model:     default
-  connections: 
-    conn1:                   # provide a name for this net or connection
-      nodes: 
-      -   default: null      # Datacenter net
-      -   linux1: eth0       # Node and its interface
+      vnf_name:  linux        # VNF name as introduced in OPENMANO DB
+  networks: 
+    default:                   # provide a name for this net or connection
+      external:  true
+      interfaces: 
+      - linux1:  eth0       # Node and its interface