Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If ssh during kickstart is enabled, validate mistakes the kickstart as complete #445

Closed
kambiz-aghaiepour opened this issue Sep 5, 2023 · 0 comments

Comments

@kambiz-aghaiepour
Copy link
Contributor

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.

@sadsfae sadsfae closed this as completed in e78c7b9 Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant