-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cloud Init #10
Comments
Blocked by clearlinux/distribution#1990. |
There is more information on this in https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html. |
I was able to unblock this by creating a Docker image for cloud-localds: https://github.com/neptune-networks/cloud-localds-docker. I'll be adding some documentation around that, but so far things are looking promising for Ubuntu. Investigating some problems with networking in Debian. |
Linking up https://lists.debian.org/debian-cloud/2020/06/msg00073.html for posterity. |
I've successfully got Debian and Ubuntu cloud images working in a test environment. Still to be tested are CentOS and Fedora (though I wonder if it would be preferable to deprecate Fedora and add ISOs for FreeBSD, OpenBSD, and VyOS). |
By using cloud init, we could significantly reduce the time it takes to get to a working shell on a VM.
It also could help us set hostnames, assign IPs, etc.
https://gist.github.com/itzg/2577205f2036f787a2bd876ae458e18e
The text was updated successfully, but these errors were encountered: