private Cluster addClusterEntity(String name, String colo, String tags) throws Exception {
   Cluster cluster = EntityBuilderTestUtil.buildCluster(name, colo, tags);
   configStore.publish(EntityType.CLUSTER, cluster);
   return cluster;
 }