diff --git a/nebulous-requirements-extractor/src/main/java/eu/nebulouscloud/optimiser/kubevela/KubevelaAnalyzer.java b/nebulous-requirements-extractor/src/main/java/eu/nebulouscloud/optimiser/kubevela/KubevelaAnalyzer.java index 8ede88a..94aa38e 100644 --- a/nebulous-requirements-extractor/src/main/java/eu/nebulouscloud/optimiser/kubevela/KubevelaAnalyzer.java +++ b/nebulous-requirements-extractor/src/main/java/eu/nebulouscloud/optimiser/kubevela/KubevelaAnalyzer.java @@ -89,9 +89,6 @@ public class KubevelaAnalyzer { * @param cloudIDs the Cloud IDs to filter for. */ private static void addNebulousRequirements(List reqs, Set cloudIDs) { - reqs.add(new AttributeRequirement("image", "operatingSystem.family", - RequirementOperator.IN, OperatingSystemFamily.UBUNTU.toString())); - reqs.add(new AttributeRequirement("image", "name", RequirementOperator.INC, "22")); reqs.add(new AttributeRequirement("hardware", "ram", RequirementOperator.GEQ, "2048")); if (cloudIDs != null && !cloudIDs.isEmpty()) { reqs.add(new AttributeRequirement("cloud", "id",