novajoin/doc/source
Harry Rybacki c9299d5c37 Add configurable delay to connection rety attempts with IPA
Presently, when novajoin fails to make a connection with the IPA
server, for any reason, it will immediately re-attempt to make
the connection when the backoff is unset (it is off by default).
As a result, any timing related issues could be the source of
the connection issues will likely result in no connection at all.

This change adds a new configuration option, retry_delay, which
will halt subsequent connection attempts for N seconds where N
is the retry_delay. By default this is set to 5 seconds, mirroring
internal ipalib behavior[1].

[1] - https://github.com/freeipa/freeipa/blob/master/ipalib/install/kinit.py#L29-L30

Change-Id: Iec96e4bd6643c0a657c8db424cc72deb10f170bd
2019-10-21 10:21:51 -04:00
..
conf.py Remove some references to the ara project 2016-11-10 18:54:05 +00:00
configuration.rst Add configurable delay to connection rety attempts with IPA 2019-10-21 10:21:51 -04:00
faq.rst Add sphinx documentation 2016-11-10 14:39:41 +00:00
index.rst Add README to docs and use rst format for it 2017-03-29 16:19:25 +03:00
installation.rst Fix project URL 2018-10-25 22:18:06 +02:00