clusterEntity.setInterfaces(interfaces);
Location location = new Location();
location.setName("staging");
location.setPath("/projects/falcon/staging");
Locations locs = new Locations();
locs.getLocations().add(location);
location = new Location();
location.setName("working");
location.setPath("/projects/falcon/working");
locs.getLocations().add(location);
clusterEntity.setLocations(locs);
}