shipyard/src/bin
Bryan Strassner 1aa814491b Change k8s node status to be a positive check
When checking for deployed nodes, the kubernetes join check was
only performing a negative check - and would wait for up to the timeout
even in the event that nodes that were not part of the current
processing before proceeding. This had the drawback of being overall
likely to add wait time in any complex deployment scenario, as well as
(and more importantly) miss the case where a node never started to try
to join, and assume that was a success.

This patchset flips the logic to positively look for an expected set of
nodes instead, and will not wait upon nodes that are not currently being
checked. The end result should remedy both of the drawbacks listed
above.

Change-Id: Ib07e4e2677ec4f773d695d57893fdfa5e4b7ff76
2018-06-30 00:14:54 -05:00
..
shipyard_airflow Change k8s node status to be a positive check 2018-06-30 00:14:54 -05:00
shipyard_client Add Keystone options to registration of config 2018-06-06 14:50:54 -05:00