[Kubevirt] Install nfs-common

Related-PROD: KUBV-107
Change-Id: I990577cd37a466caa44e2acecaced511c950b6bc
diff --git a/hco/fragments/VMInstanceCeph.yaml b/hco/fragments/VMInstanceCeph.yaml
index 5db84f8..199d10d 100644
--- a/hco/fragments/VMInstanceCeph.yaml
+++ b/hco/fragments/VMInstanceCeph.yaml
@@ -83,6 +83,8 @@
                     sgdisk --zap-all /dev/${ceph_store_drive}
                 fi
             fi
+          
+            apt install nfs-common -y
             
             STATUS="SUCCESS"
             REASON="The node has been successfully deployed"