summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2018-11-23 16:19:50 +0100
committerIury Gregory Melo Ferreira <imelofer@redhat.com>2018-11-27 15:18:15 +0100
commita2cffd8c4a12c2967c8424ccc2cca0189a70be75 (patch)
treef0ea416a7ec5f5823fd1f10d5b92b1810e9f5d59 /releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml
parent37f272436f4d0b7d6b33c9ce06c19fd946769a0c (diff)
downloadironic-a2cffd8c4a12c2967c8424ccc2cca0189a70be75.tar.gz
Retries and timeout for IPA command
Adds retries and timeout configuration parameters for IPA commands that can fail in case of network glitches. Change-Id: I817a07bf38c0ee1dd7e8599cf4d646a22ab7027f Story: #2004420 Task: #28071
Diffstat (limited to 'releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml')
-rw-r--r--releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml b/releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml
new file mode 100644
index 000000000..f9e87c377
--- /dev/null
+++ b/releasenotes/notes/ipa-command-retries-and-timeout-29b0be3f2c21328c.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Adds ``command_timeout`` and ``max_command_attempts`` configuration options
+ to IPA, so when connection errors occur the command will be executed again.