WIP: trying to get a libvirt public network running #3

Draft
missytake wants to merge 1 commit from public-ips into kvm-base
Owner
current state: messy, and I'm not 100% sure what I'm doing. I'm mostly basing this on https://git.0x90.space/links-tech/serverconf/src/branch/master/kvm, https://git.0x90.space/links-tech/serverconf/src/branch/master/create-public.sh, and https://git.0x90.space/links-tech/serverconf/src/branch/master/doc/kvm-setup.md.
missytake added 1 commit 2024-12-04 14:14:50 +00:00
missytake force-pushed public-ips from 770832f271 to 863e224855 2024-12-04 14:15:44 +00:00 Compare
missytake changed target branch from social-practices to kvm-base 2024-12-04 14:15:51 +00:00
Author
Owner

Probably we can directly write network XML files instead of running virsh net-update and virsh net-define.

This is the relevant wiki:

bridge = virtueller switch

Probably we can directly write network XML files instead of running `virsh net-update` and `virsh net-define`. This is the relevant wiki: - https://libvirt.org/formatnetwork.html - https://wiki.libvirt.org/Networking.html bridge = virtueller switch
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin public-ips:public-ips
git checkout public-ips

Merge

Merge the changes and update on Forgejo.
git checkout kvm-base
git merge --no-ff public-ips
git checkout kvm-base
git merge --ff-only public-ips
git checkout public-ips
git rebase kvm-base
git checkout kvm-base
git merge --no-ff public-ips
git checkout kvm-base
git merge --squash public-ips
git checkout kvm-base
git merge --ff-only public-ips
git checkout kvm-base
git merge public-ips
git push origin kvm-base
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x90/0x90-pyinfra#3
No description provided.