configurations/nvme_p4000: Match against manufacturer as well
Make sure that the manufacturer is Intel. Use a regex that matches
"Intel" as well as "INTEL CORPORATION" or other abbreviations.
On P4510 the manufacturer is simply "INTEL".
Change-Id: I6ee17c8973cc71700ccf6467dbd3758da85a5e78
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/nvme_p4000.json b/configurations/nvme_p4000.json
index a75e87a..5a26c8e 100644
--- a/configurations/nvme_p4000.json
+++ b/configurations/nvme_p4000.json
@@ -42,7 +42,7 @@
],
"Logging": "Off",
"Name": "NVMe $index",
- "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P\\d{4}\\w?'})",
+ "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P\\d{4}\\w?', 'PRODUCT_MANUFACTURER': '(Intel|INTEL).*'})",
"Type": "NVMe",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$PRODUCT_MANUFACTURER",