You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a corner case in which if the foreman templates have a line such as:
sshpw --username=root my_kickstart_password
and the host is marked for build (and may be in the middle of provisioning) quads validate_env.py mistakes the kickstart as complete because validate_env.py only uses Netcat() to determine that the host is reachable. A more comprehensive check is needed to know if the host is reachable using a well known password, and a better determination can be made to know that the host may be mid-kickstart.
The text was updated successfully, but these errors were encountered:
There is a corner case in which if the foreman templates have a line such as:
sshpw --username=root my_kickstart_password
and the host is marked for build (and may be in the middle of provisioning) quads validate_env.py mistakes the kickstart as complete because validate_env.py only uses Netcat() to determine that the host is reachable. A more comprehensive check is needed to know if the host is reachable using a well known password, and a better determination can be made to know that the host may be mid-kickstart.
The text was updated successfully, but these errors were encountered: