|
31 | 31 | #inspector_ipa_ramdisk_checksum_algorithm: |
32 | 32 |
|
33 | 33 | ############################################################################### |
34 | | -# Ironic inspector processing configuration. |
| 34 | +# Ironic inspector processing configuration for the inspector implementation |
| 35 | +# built-in to Ironic. |
35 | 36 |
|
36 | | -# List of of default inspector processing plugins. |
37 | | -#inspector_processing_hooks_default: |
| 37 | +# List of hooks to enable for inspection. Default is [$default_hooks, memory, |
| 38 | +# boot-mode, cpu-capabilities, pci-devices, parse-lldp]. |
| 39 | +#inspector_hooks_default: |
38 | 40 |
|
39 | | -# List of of additional inspector processing plugins. |
40 | | -#inspector_processing_hooks_extra: |
| 41 | +# List of extra inspection hooks to enable. Default is an empty list. |
| 42 | +#inspector_hooks_extra: |
41 | 43 |
|
42 | | -# List of of additional inspector processing plugins. |
43 | | -#inspector_processing_hooks: |
| 44 | +# List of of additional inspector hooks to enable. Default is |
| 45 | +# {{ inspector_hooks_default + inspector_hooks_extra }}. |
| 46 | +#inspector_hooks: |
| 47 | + |
| 48 | +############################################################################### |
| 49 | +# Common Ironic Inspector processing configuration. |
44 | 50 |
|
45 | 51 | # Which MAC addresses to add as ports during introspection. One of 'all', |
46 | | -# 'active' or 'pxe'. |
| 52 | +# 'active' or 'pxe'. Default is 'pxe'. |
47 | 53 | #inspector_add_ports: |
48 | 54 |
|
49 | 55 | # Which ports to keep after introspection. One of 'all', 'present', or 'added'. |
| 56 | +# Default is 'added'. |
50 | 57 | #inspector_keep_ports: |
51 | 58 |
|
52 | | -# Whether to enable discovery of nodes not managed by Ironic. |
| 59 | +# Whether to enable discovery of nodes not managed by Ironic. Default is true. |
53 | 60 | #inspector_enable_discovery: |
54 | 61 |
|
55 | | -# The Ironic driver with which to register newly discovered nodes. |
| 62 | +# The Ironic driver with which to register newly discovered nodes. Default is |
| 63 | +# 'ipmi'. |
56 | 64 | #inspector_discovery_enroll_node_driver: |
57 | 65 |
|
58 | 66 | ############################################################################### |
59 | | -# Ironic inspector configuration. |
| 67 | +# Ironic inspector introspection rules configuration. |
60 | 68 |
|
61 | 69 | # Ironic inspector option to enable IPMI rules. Set to 'True' by default. |
62 | 70 | #inspector_rules_ipmi_enabled: |
|
90 | 98 | # Redfish CA setting. Set to 'True' by default |
91 | 99 | #inspector_rule_var_redfish_verify_ca: |
92 | 100 |
|
93 | | -############################################################################### |
94 | | -# Ironic inspector introspection rules configuration. |
95 | | - |
96 | 101 | # Ironic inspector rule to set IPMI credentials. |
97 | 102 | #inspector_rule_ipmi_credentials: |
98 | 103 |
|
|
102 | 107 | # Ironic inspector rule to set deployment ramdisk. |
103 | 108 | #inspector_rule_deploy_ramdisk: |
104 | 109 |
|
105 | | -# Ironic inspector rule to initialise root device hints. |
106 | | -#inspector_rule_root_hint_init: |
107 | | - |
108 | 110 | # Ironic inspector rule to set serial root device hint. |
109 | 111 | #inspector_rule_root_hint_serial: |
110 | 112 |
|
|
143 | 145 | # applied. |
144 | 146 | #inspector_dell_switch_lldp_workaround_group: |
145 | 147 |
|
146 | | -############################################################################### |
147 | | -# Inspection store configuration. |
148 | | -# The inspection store provides a Swift-like service for storing inspection |
149 | | -# data which may be useful in environments without Swift. |
150 | | - |
151 | | -# Whether the inspection data store is enabled. |
152 | | -inspector_store_enabled: false |
153 | | - |
154 | | -# Port on which the inspection data store should listen. |
155 | | -#inspector_store_port: |
156 | | - |
157 | 148 | ############################################################################### |
158 | 149 | # Dummy variable to allow Ansible to accept this file. |
159 | 150 | workaround_ansible_issue_8743: yes |
0 commit comments