ironic-python-agent/ironic_python_agent
Julia Kreger c77a7df851 Extend retries to 9, 10 seconds apart.
The download retry interval was previously five seconds which is
not long enough to recover after a hard network connectivity break
where we may be reliant upon network port forwarding hold-down
timers or even routing protocol route propogation to recover
communication.

Previously the time value was 5 seconds, with 3 attempts, meaning
15 seconds total ignoring the error detection timeouts.

Now it is 10 seconds, with 10 attempts, meaning 100 seconds before
the error detection timeouts.

Change-Id: I6d11edc9a3156f2bdc21c3d432ecc7625d652699
2020-06-23 20:27:49 +00:00
..
api Agent token support 2020-03-12 10:35:17 -07:00
cmd Agent token support 2020-03-12 10:35:17 -07:00
extensions Add full download retries 2020-06-23 20:27:41 +00:00
hardware_managers Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
shell Clear GPT and MBR headers with dd to avoid sgdisk CRC errors 2018-08-08 16:40:22 +00:00
tests Extend retries to 9, 10 seconds apart. 2020-06-23 20:27:49 +00:00
__init__.py Use # instead of """ for copyright blocks 2014-04-10 07:14:06 -07:00
agent.py Add a deploy step for writing an image 2020-06-02 15:23:54 +02:00
config.py Extend retries to 9, 10 seconds apart. 2020-06-23 20:27:49 +00:00
dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
encoding.py Create a SerializableComparable class 2015-09-11 13:44:09 -07:00
errors.py Add an ability to run in-band deploy steps 2020-04-06 10:24:08 +02:00
hardware.py Merge "Add a deploy step for writing an image" 2020-06-20 00:00:10 +00:00
inspect.py Add jitter to inspection command reporting 2020-03-31 08:13:13 -07:00
inspector.py Expose collector and hardware manager names via introspection data 2020-01-22 11:15:38 +01:00
ironic_api_client.py Merge "Move minimum ironic version to latest ocata" 2020-04-15 10:22:12 +00:00
netutils.py Get the hostname of the introspected host 2019-06-12 13:00:21 +00:00
numa_inspector.py Skip nic numa_node discovery if it's not assigned to a numa_node 2020-01-17 11:15:35 +01:00
raid_utils.py Split and move logic for partition tables 2020-05-25 08:11:28 +00:00
utils.py Split and move logic for partition tables 2020-05-25 08:11:28 +00:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00