Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / vnfd / hackfest_basic_vnf / src / hackfest_basic_vnfd.yaml
index b407a84..998c2d8 100644 (file)
@@ -8,11 +8,14 @@ vnfd:vnfd-catalog:
         logo: osm.png
         connection-point:
         -   name: vnf-cp0
-            type: VPORT
+
         vdu:
         -   id: hackfest_basic-VM
             name: hackfest_basic-VM
             image: ubuntu1604
+            alternative-images:
+            -   vim-type: aws
+                image: ubuntu/images/hvm-ssd/ubuntu-artful-17.10-amd64-server-20180509
             count: '1'
             vm-flavor:
                 vcpu-count: '1'
@@ -22,7 +25,7 @@ vnfd:vnfd-catalog:
             -   name: vdu-eth0
                 type: EXTERNAL
                 virtual-interface:
-                    type: VIRTIO
+                    type: PARAVIRT
                 external-connection-point-ref: vnf-cp0
         mgmt-interface:
             cp: vnf-cp0