Skip to content

Commit

Permalink
Remove ubuntu 22 requirement also from controller node
Browse files Browse the repository at this point in the history
Change-Id: Ic4806ceda46f366717417162b70ab3650877d2fc
  • Loading branch information
rudi committed May 21, 2024
1 parent 3047b7b commit ab043a0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public class NebulousAppDeployer {
*/
public static List<Requirement> getControllerRequirements(String jobID) {
return List.of(
new AttributeRequirement("image", "operatingSystem.family",
RequirementOperator.IN, OperatingSystemFamily.UBUNTU.toString()),
new AttributeRequirement("image", "name", RequirementOperator.INC, "22"),
// new AttributeRequirement("location", "name", RequirementOperator.EQ, "bgo"),
new AttributeRequirement("hardware", "ram", RequirementOperator.GEQ, "8192"),
new AttributeRequirement("hardware", "cores", RequirementOperator.GEQ, "4"));
}
Expand Down

0 comments on commit ab043a0

Please sign in to comment.