python-tripleoclient/releasenotes/notes/make-ssh-enablement-timeouts-configurable-326124c81ce56fca.yaml
Alex Schultz 188acfbc40 Add additional ssh timeout options
Added `--overcloud-ssh-enable-timeout` and
`--overcloud-ssh-port-timeout` to the openstack overcloud deploy command
to allow users the ability to tune these values.  The ssh port timeout
might need to be tuned if the hardware being deployed is slow to post
and takes longer than 5 minutes to become ready.

These options have been added to:

 * openstack overcloud deploy
 * openstack overcloud admin
 * openstack overcloud ffu upgrade
 * openstack overcloud upgrade

Change-Id: I56f6001b5efeed7ccb3918a5c2622c3eca613c07
Closes-Bug: #1858222
2020-01-03 16:13:36 -07:00

12 lines
520 B
YAML

---
features:
- |
Added `--overcloud-ssh-enable-timeout` to allow end users to increase the
wait time during the deploy, ffu, upgrade and admin actions. By default
this is 600 seconds.
- |
Added `--overcloud-ssh-port-timeout` to allow end users to increase the
time we wait for ssh to become ready on the hosts during the deploy, ffu,
upgrade and admin actions. On older hardware or slow booting hardware, the
300 seconds we wait by default for the port to come up may not be sufficient.