install kvm infra

Change-Id: I96d7c17cd7a2808812d00929d8a0f350be3803e6
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 250c3a4..aa37f87 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -105,6 +105,11 @@
         // linux,openssh,salt.minion.ntp
 
         orchestrate.installFoundationInfra(saltMaster)
+
+        if (INSTALL.toLowerCase().contains('kvm')) {
+            orchestrate.installFoundationKvm(saltMaster)
+        }
+
         orchestrate.validateFoundationInfra(saltMaster)
     }