Skip to content

Commit a148895

Browse files
committed
feat(ironic): add pci-devices and disable physical-network inspect hook
Removed the physical-network inspection hook. The physical-network hook requires specific configuration to map the physical-network based on the IP addresses that the provisioning network is and this likely won't be the best way to determine the physical network. Add pci-devices hook to load the PCI device information into the inventory.
1 parent dac4dcd commit a148895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ironic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ conf:
8888
loader_file_paths: "snponly.efi:/usr/lib/ipxe/snponly.efi"
8989
inspector:
9090
extra_kernel_params: ipa-collect-lldp=1
91-
hooks: "$default_hooks,parse-lldp,local-link-connection,physical-network,resource-class"
91+
hooks: "$default_hooks,pci-devices,parse-lldp,local-link-connection,resource-class"
9292
# enable sensors and metrics for redfish metrics - https://docs.openstack.org/ironic/latest/admin/drivers/redfish/metrics.html
9393
sensor_data:
9494
send_sensor_data: true

0 commit comments

Comments
 (0)