private static final Logger logger = Logger.getLogger(TestClusterInitializerService.class);
private static ClusterInitializerService clusterInitializerService;
@BeforeClass(groups = { "TestClusterInitializerService" })
public static void setup() {
clusterInitializerService = new ClusterInitializerService();
List<ClusterEntity> clusters = new ArrayList<ClusterEntity>();
ClusterEntity cluster01 = new ClusterEntity("cluster01");
cluster01.setStatus(ClusterStatus.PROVISION_ERROR);