Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_cirros_multidisk_vnf / src / ubuntu_cirros_multidisk_vnfd.yaml
index da037b1..5b95440 100644 (file)
@@ -1,4 +1,4 @@
-vnfd:vnfd-catalog:
+vnfd-catalog:
     vnfd:
     -   id: ubuntu_cirros_multidisk_vnfd
         name: ubuntu_cirros_multidisk_vnfd
@@ -9,7 +9,7 @@ vnfd:vnfd-catalog:
 
         # Management interface
         mgmt-interface:
-            vdu-id: ubuntu_cirros_multidisk_vnfd-VM
+            cp: eth0
 
         # Atleast one VDU need to be specified
         vdu:
@@ -27,13 +27,14 @@ vnfd:vnfd-catalog:
             # User-data injection
             cloud-init-file: cloud_init.cfg
 
-            external-interface:
+            interface:
             # Specify the external interfaces
             # There can be multiple interfaces defined
             -   name: eth0
+                type: EXTERNAL
                 virtual-interface:
-                    type: OM-MGMT
-                vnfd-connection-point-ref: eth0
+                    type: PARAVIRT
+                external-connection-point-ref: eth0
             # Specify the volume
             # There can be multiple interfaces defined
             volumes:
@@ -50,4 +51,4 @@ vnfd:vnfd-catalog:
 
         connection-point:
             -   name: eth0
-                type: VPORT
+