OpenNebula / one-swap

Migrate VMware workloads to OpenNebula/KVM
Apache License 2.0
5 stars 1 forks source link

B #31: add fallback context injection method #32

Closed onenhansen closed 3 months ago

onenhansen commented 3 months ago

adds a fallback context injection to install on firstboot compresses context command to remove duplicate commands

comes up because depending on the environment and probably other factors, the internal networking of the temporary VM it boots up isn't getting set up correctly and so any apt or dnf commands fail. This should let them use the new networking and install it on first boot. It's possibly the internal VM will end up using DHCP on it's first boot, so there are a couple other considerations for this as well.