Skip to content

Commit

Permalink
Added missing part numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Nov 2, 2023
1 parent 98f6ad6 commit d18bf77
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/main/resources/com/suse/matcher/rules/drools/PartNumbers.drl
Original file line number Diff line number Diff line change
Expand Up @@ -3575,6 +3575,20 @@ rule "Add subscription data for part number 662644477628"
};
end

//AC SLE LP PWR INH VRT RQ PR S 3Y
rule "Add subscription data for part number 662644478463"
agenda-group "PartNumbers"
when
$subscription : Subscription(partNumber == "662644478463")
then
modify($subscription) {
policy = Policy.INHERITED_VIRTUALIZATION,
supportLevel = "priority",
cpus = 2,
stackable = true
};
end

//ec vla suse linux ent srvr 9 ibm zseries-s/390 z900/z990 1cpu 1yr
rule "Add subscription data for part number 874-002993-001"
agenda-group "PartNumbers"
Expand Down Expand Up @@ -13462,6 +13476,20 @@ rule "Add subscription data for part number 874-007259"
};
end

//SLE SAP PWR 1-2S ULVM L3PR S 1Y
rule "Add subscription data for part number 874-007282"
agenda-group "PartNumbers"
when
$subscription : Subscription(partNumber == "874-007282")
then
modify($subscription) {
policy = Policy.UNLIMITED_VIRTUALIZATION,
supportLevel = "l3-priority",
cpus = 2,
stackable = true
};
end

//STORAGE EXP ARM 1N1-2S PR S 5Y
rule "Add subscription data for part number 874-007351"
agenda-group "PartNumbers"
Expand Down Expand Up @@ -15820,6 +15848,20 @@ rule "Add subscription data for part number 874-008037"
};
end

//SLE SAP W/LP X86-64 1-2S/VM PR S 1Y
rule "Add subscription data for part number 874-008055"
agenda-group "PartNumbers"
when
$subscription : Subscription(partNumber == "874-008055")
then
modify($subscription) {
policy = Policy.ONE_TWO,
supportLevel = "priority",
cpus = 2,
stackable = true
};
end

//novell linux desktop 9 managed by zenworks 7 linux management 1-device 1-year maintenance
rule "Add subscription data for part number 877-001213"
agenda-group "PartNumbers"
Expand Down

0 comments on commit d18bf77

Please sign in to comment.