We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for cloud-init. The support will probably have to be implemented in each driver.
The text was updated successfully, but these errors were encountered:
Hi, now I've solve missing feature via own function virtinstall, where is at the end called function setup_vm (which copy ssh key on guest and run init section over ssh) https://github.com/jscotka/cockpit/blob/new_test_structure/test/tests/lib/create_test_machine.sh#L120 called from https://github.com/jscotka/cockpit/blob/new_test_structure/test/tests/lib/create_test_machine.sh#L35
Regards Honza
Sorry, something went wrong.
No branches or pull requests
Add support for cloud-init. The support will probably have to be implemented in each driver.
The text was updated successfully, but these errors were encountered: