Skip to content

Commit

Permalink
inspector: parse lldp data, accelerators, boot_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Aug 30, 2024
1 parent 87ee0e1 commit 9c1b3f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions kolla/node_custom_config/ironic-inspector.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ keep_ports = present
# Whether to overwrite existing values in node database. Disable this
# option to make introspection a non-destructive operation. (boolean
# value)
overwrite_existing = False
overwrite_existing = true

# Whether to update the pxe_enabled value according to the
# introspection data. This option has no effect if
# [processing]overwrite_existing is set to False (boolean value)
#update_pxe_enabled = true
update_pxe_enabled = true

# The storage backend for storing introspection data. Possible values
# are: 'none', 'database' and 'swift'. If set to 'none', introspection
# data will not be stored. (string value)
store_data = database

processing_hooks = $default_processing_hooks,extra_hardware,lldp_basic,accelerators

[capabilities]
boot_mode = true

0 comments on commit 9c1b3f3

Please sign in to comment.