WIP: Use Ubuntu 22.04 for new VMs #521

Draft
raucao wants to merge 1 commits from jammy_jellyfish into master
Owner

The current create_vm script was failing on the new Jammy host, but I found the --cloud-init options for virt-install, which is a much cleaner way of using cloud init anyway.

Also, OS type and variant options have been deprecated.

This PR isn't actually work in progress anymore, but I'm not sure if we should merge it before testing more cookbooks with Jammy. At the moment, it's only a Garage node and new RSKj nodes that are running on it.

The current `create_vm` script was failing on the new Jammy host, but I found the `--cloud-init` options for `virt-install`, which is a much cleaner way of using cloud init anyway. Also, OS type and variant options have been deprecated. This PR isn't actually work in progress anymore, but I'm not sure if we should merge it before testing more cookbooks with Jammy. At the moment, it's only a Garage node and new RSKj nodes that are running on it.
raucao added 1 commit 2023-11-03 17:18:18 +00:00
Also, remove the custom config image generation and replace it with
`--cloud-init` options.
raucao added 1 commit 2023-11-03 17:20:28 +00:00
Accidentally added to the previous commit
raucao added 1 commit 2023-11-04 14:10:56 +00:00
raucao added 1 commit 2023-12-05 13:22:32 +00:00
raucao added 1 commit 2024-06-07 18:45:17 +00:00
raucao force-pushed jammy_jellyfish from 37f9229fac to 71391ce323 2024-06-07 18:49:30 +00:00 Compare
raucao force-pushed jammy_jellyfish from 71391ce323 to 401b03cc1e 2024-06-07 18:53:28 +00:00 Compare
This pull request has changes conflicting with the target branch.
  • site-cookbooks/kosmos_kvm/attributes/default.rb

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin jammy_jellyfish:jammy_jellyfish
git checkout jammy_jellyfish
Sign in to join this conversation.
No description provided.