Adds descriptor translation logic from OSMv8 IM to SOL006 models
[osm/IM.git] / tests / examples / vnfd_im.yaml
index 587cb89..6742889 100644 (file)
@@ -17,7 +17,7 @@
 
 vnfd:vnfd-catalog:
   vnfd:
-      id: vnfd
+    - id: vnfd
 
       mgmt-interface:
         cp: vnf-mgmt
@@ -44,6 +44,8 @@ vnfd:vnfd-catalog:
       vdu:
         - id: mgmtVM
 
+          image: ubuntu1804
+
           interface:
             - name: mgmtVM-eth0
               position: "1"
@@ -66,6 +68,8 @@ vnfd:vnfd-catalog:
 
         - id: dataVM
 
+          image: ubuntu1804
+
           interface:
             - name: dataVM-eth0
               position: "1"