List<VcCluster> clusters = resMgr.getAvailableClusters();
AuAssert.check(clusters != null && clusters.size() != 0);
for (VcCluster cl : clusters) {
VcResourceUtils.refreshDatastore(cl);
container.addResource(cl);
}
// check time on hosts
int maxTimeDiffInSec = Constants.MAX_TIME_DIFF_IN_SEC;
SoftwareManager softMgr =