Document/script creating new VMs #244
Notifications
Due Date
No due date set.
Depends on
#203 Base images for Kosmos VMs
kosmos/chef
Reference: kosmos/chef#244
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Something along the lines of https://codeberg.org/Codeberg/build-deploy-gitea/src/branch/master/createVM.sh perhaps.
(At the moment I'm creating them from virt-manager, but not everyone here uses Linux.)
Here's what I came up with using the official Ubuntu 20.04 cloud image as a starting point and cloud-init to add our SSH keys to the ubuntu user and set up Zerotier, using
virt-install
. I created a script that takes a VM name as an argument. We probably want to add proper options parsing for the disk size, number of CPU, etchttps://gist.github.com/gregkare/be1a1063cd711e06fcde88e8bf62df39
Any reason to not open a PR that puts the script on KVM hosts? Or what's your plan for this otherwise?
I'll be opening a PR later today
I think the documentation is still missing (i.e. that there is actually a script and who can use it where).
This just needs the documentation to be closed.
@greg Want to add a line to the README, so you can get kredits and we can close this issue?