openmano first code upload
[osm/RO.git] / vnfs / examples / linux.yaml
diff --git a/vnfs/examples/linux.yaml b/vnfs/examples/linux.yaml
new file mode 100644 (file)
index 0000000..c157618
--- /dev/null
@@ -0,0 +1,23 @@
+---\r
+vnf:\r
+    name:        linux\r
+    description: Single-VM VNF with a traditional cloud VM based on generic Linux OS\r
+    external-connections:\r
+    -   name:              eth0\r
+        type:              bridge\r
+        VNFC:              linux-VM\r
+        local_iface_name:  eth0\r
+        description:       General purpose interface\r
+    VNFC:\r
+    -   name:        linux-VM\r
+        description: Generic Linux Virtual Machine\r
+        #Copy the image to a compute path and edit this path\r
+        VNFC image:  /path/to/imagefolder/linux.qcow2\r
+        vcpus: 1          # Only for traditional cloud VMs. Number of virtual CPUs (oversubscription is allowed).\r
+        ram: 1024         # Only for traditional cloud VMs. Memory in MBytes (not from hugepages, oversubscription is allowed)\r
+        disk: 10\r
+        bridge-ifaces:\r
+        -   name:      eth0\r
+            vpci:      "0000:00:11.0"\r
+        numas: []\r
+\r