Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_epa_virtio_vnf / src / ubuntu_epa_virtio_vnfd.yaml
index 7d57eb6..0a7f30f 100644 (file)
@@ -1,4 +1,4 @@
-vnfd:vnfd-catalog:
+vnfd-catalog:
     vnfd:
     -   id: ubuntu_epa_virtio_vnf
         name: ubuntu_epa_virtio_vnf
@@ -12,7 +12,7 @@ vnfd:vnfd-catalog:
 
         # Management interface
         mgmt-interface:
-            vdu-id: ubuntu_epa_virtio_vnf-VM
+            cp: eth0
 
         # Atleast one VDU need to be specified
         vdu:
@@ -33,8 +33,9 @@ vnfd:vnfd-catalog:
             # Specify the external interfaces
             # There can be multiple interfaces defined
             -   name: eth0
+                type: EXTERNAL
                 virtual-interface:
-                    type: OM-MGMT
+                    type: PARAVIRT
                     bandwidth: '0'
                     vpci: 0000:00:0a.0
                 external-connection-point-ref: eth0
@@ -65,4 +66,4 @@ vnfd:vnfd-catalog:
 
         connection-point:
             -   name: eth0
-                type: VPORT
+