// XXX hack to approve bootstrap instance id, should be moved out of Configuration
Configuration.approveBootstrapInstanceId(Configuration.BootstrapUsage.ALLOWED);
Configuration.approveBootstrapInstanceId(Configuration.BootstrapUsage.FINALIZED);
VcContext.initVcContext();
new VcEventRouter();
CmsWorker.addPeriodic(new VcInventory.SyncInventoryRequest());
VcInventory.loadInventory();
try {
Thread.sleep(1000);