
Ironic Inspector has been retired and its functionality has been moved to Ironic. Added a change to service-ks-register to make password optional (to able to remove user without a password being passed in). Using the opportunity - increasing CI coverage to include inspection. Change-Id: If178c23249370c7c69744843737e61a6309d6a19 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
31 lines
1.2 KiB
Django/Jinja
31 lines
1.2 KiB
Django/Jinja
[DEFAULT]
|
|
enabled_inspect_interfaces = no-inspect, agent
|
|
default_inspect_interface = agent
|
|
|
|
[neutron]
|
|
cleaning_network = public1
|
|
inspection_network = public1
|
|
provisioning_network = public1
|
|
|
|
# This IPMI configuration has been taken from the metal3.io ironic-image
|
|
# project [1]. It is necessary to make IPMI reliable in Kolla Ansible Ironic
|
|
# jobs. Without it, we saw the following error:
|
|
# Error setting Chassis Boot Parameter 5
|
|
# [1] https://github.com/metal3-io/ironic-image/commit/6bc1499d8bb04c2c859b970b3739c3a8ed66ae2a
|
|
[ipmi]
|
|
# use_ipmitool_retries transfers the responsibility of retrying to ipmitool
|
|
# when supported. If set to false, then ipmitool is called as follows :
|
|
# $ipmitool -R 1 -N 1 ...
|
|
# and Ironic handles the retry loop.
|
|
use_ipmitool_retries = true
|
|
# The following parameters are the defaults in Ironic. They are used in the
|
|
# following way if use_ipmitool_retries is set to true:
|
|
# $ipmitool -R <X> -N <Y> ...
|
|
# where :
|
|
# X = command_retry_timeout / min_command_interval
|
|
# Y = min_command_interval
|
|
# If use_ipmitool_retries is false, then ironic retries X times, with an
|
|
# interval of Y in between each tries.
|
|
min_command_interval = 5
|
|
command_retry_timeout = 60
|