Skip to content

Commit a37d8bc

Browse files
authored
Merge pull request #1373 from rackerlabs/update-ironic-hooks
feat(ironic): add pci-devices and disable physical-network inspect hook
2 parents dac4dcd + a148895 commit a37d8bc

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)