ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
37 lines
2.3 KiB
ReStructuredText
37 lines
2.3 KiB
ReStructuredText
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _ironic-agent:
|
|
|
|
.. list-table:: Description of agent configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[agent]**
|
|
-
|
|
* - ``agent_api_version`` = ``v1``
|
|
- (StrOpt) API version to use for communicating with the ramdisk agent.
|
|
* - ``agent_pxe_append_params`` = ``nofb nomodeset vga=normal``
|
|
- (StrOpt) DEPRECATED. Additional append parameters for baremetal PXE boot. This option is deprecated and will be removed in Mitaka release. Please use [pxe]pxe_append_params instead.
|
|
* - ``agent_pxe_config_template`` = ``$pybasedir/drivers/modules/agent_config.template``
|
|
- (StrOpt) DEPRECATED. Template file for PXE configuration. This option is deprecated and will be removed in Mitaka release. Please use [pxe]pxe_config_template instead.
|
|
* - ``heartbeat_timeout`` = ``300``
|
|
- (IntOpt) Maximum interval (in seconds) for agent heartbeats.
|
|
* - ``manage_agent_boot`` = ``True``
|
|
- (BoolOpt) Whether Ironic will manage booting of the agent ramdisk. If set to False, you will need to configure your mechanism to allow booting the agent ramdisk.
|
|
* - ``memory_consumed_by_agent`` = ``0``
|
|
- (IntOpt) The memory size in MiB consumed by agent when it is booted on a bare metal node. This is used for checking if the image can be downloaded and deployed on the bare metal node after booting agent ramdisk. This may be set according to the memory consumed by the agent ramdisk image.
|
|
* - ``post_deploy_get_power_state_retries`` = ``6``
|
|
- (IntOpt) Number of times to retry getting power state to check if bare metal node has been powered off after a soft power off.
|
|
* - ``post_deploy_get_power_state_retry_interval`` = ``5``
|
|
- (IntOpt) Amount of time (in seconds) to wait between polling power state after trigger soft poweroff.
|