bifrost/releasenotes/notes/introspection-timeout-parameter-8e86afffd2f1d947.yaml
Julia Kreger 46a552c891 Test timeout extension for inspection
The default introspection time for shade may be too short for some
environments. As such, extending the timeout to be longer to provide
nodes an opportunity to boot, check-in, and reply with results.

The library default, which I believe is 900 seconds, was also based
on basic tests where I determined that _most_ systems should check-in
with-in based on:

 - 300 seconds to POST
 - 300 seconds to PXE
 - 300 seconds to Boot and start IPA.

Change-Id: If17c9d7c6acc19ec05a33fa57cb4bbbef1fa43d0
2016-11-28 15:52:41 +00:00

7 lines
232 B
YAML

---
fixes:
- Some users have encountered issues with introspection
periodically timing out for systems. As a result, we have
added a new parameter ``inspection_wait_timeout`` that is
now defaulted to ``1800`` seconds.