@@ -25,7 +25,7 @@ bifrost-ironic-install role.
2525testing: false
2626
2727Enables no-authentication mode where no authentication is used for accessing
28- API services. The default setting of `` true `` makes ironic and ironic-inspector
28+ API services. The default setting of `` true `` makes ironic
2929either use keystone (if `` enable_keystone `` is true) or HTTP basic auth
3030(use `` admin_username `` /`` admin_password `` and
3131`` default_username `` /`` default_password `` to configure).
@@ -196,9 +196,6 @@ remote_syslog_port: String value, default is 514. If set, custom port is
196196ironic_log_dir: String value, default undefined. If set, it specifies a
197197 a non-default log directory for ironic.
198198
199- inspector_log_dir: String value, default undefined. If set, it specifies a
200- non-default log directory for inspector.
201-
202199nginx_log_dir: String value, default /var/log/nginx. It specifies a log
203200 directory for nginx.
204201
@@ -207,9 +204,9 @@ fast_track: Boolean setting to enable ironic to leverage an already running
207204 immediately as opposed to waiting for a complete system reboot.
208205
209206power_off_after_inspection: Boolean setting governing the behavior
210- of ironic-inspector's processing .
207+ of inspection .
211208 The default is to not power-off machines
212- effectively enabling the Inspection to
209+ effectively enabling moving from Inspection to
213210 Deployment without the need to reboot
214211 the physical machine.
215212
@@ -222,22 +219,7 @@ enable_credential_less_deploy: Boolean setting that enables the experimental
222219
223220### Hardware Inspection Support
224221
225- Bifrost also supports the installation of ironic-inspector in standalone
226- mode, which enables the user to allow for identification of the system
227- properties via a workflow.
228-
229- enable_inspector: Boolean value, default true. Set this value to false to
230- prevent installing ironic-inspector.
231-
232- inspector_debug: Boolean value, default true. Enables debug level logging
233- for inspector. Note that this default may change in
234- future.
235-
236- inspector_manage_firewall: Boolean value, default false. Controls whether
237- ironic-inspector should manage the firewall
238- rules of the host. Bifrost's installation playbook
239- adds the rule to permit the callback traffic,
240- so you shouldn't need to enable this.
222+ Bifrost also supports identification of the system properties via a workflow.
241223
242224inspector_port_addition: Defines which MAC addresses to add as ports during
243225 introspection. Possible values are ` all ` , ` active ` ,
@@ -247,10 +229,6 @@ inspector_keep_ports: Defines which ports on a node to keep after
247229 introspection. Possible values are ` all ` , ` present ` ,
248230 and ` added ` . The default value is ` present ` .
249231
250- inspector_store_ramdisk_logs: Boolean value, default true. Controls if the
251- inspector agent will retain logs from the
252- ramdisk that called the inspector service.
253-
254232enable_inspector_discovery: Boolean value, default false. This instructs
255233 inspector to add new nodes that are discovered
256234 via PXE booting on the same network to ironic.
@@ -266,11 +244,6 @@ inspector_extra_kernel_options: String value, default undefined. Extra
266244 kernel parameters for the inspector default
267245 PXE configuration.
268246
269- inspector_processing_hooks: String value containing a comma-separated list,
270- default undefined. Use this to specify a
271- non-default list of comma-separated processing
272- hooks for inspector.
273-
274247### Virtual Environment Install
275248
276249Bifrost installs ironic and other services into a python virtual environment
@@ -315,10 +288,6 @@ Please note, if the hostname is set to something besides``localhost``,
315288then the playbook will not attempt to create databases, database users,
316289and grant privileges.
317290
318- Similarly, if hardware introspection support is installed, the
319- nearly identical data structure for inspector can be found in the
320- same file named `` ironic_inspector `` .
321-
322291Notes
323292-----
324293
0 commit comments