proxmox_vm_qemu - Create network interfaces and assign IP address lists dynamically (based on network block) #1167
simicivan173
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Qemu VM ip addresses can be assigned to the qemu proxmox VM block (interface0-interface15), but network block needs to create these interfaces.
It would give tighter coupling if we would control IP addresses on the level of interface instead of a VM.
example:
current
reason
This way we can define the IP address, but we don't have control over interfaces (it's not coupled tightly)
suggestion
reason
This is pseudo code example of the idea.
Here we can define single or multiple IP addresses per interface and always have IP tightly coupled with interface.
Please correct me if I'm wrong, and I'm curious to see how we can control IPs to interfaces assignment in one block.
Curious what you think.
Cheers,
Ivan
Beta Was this translation helpful? Give feedback.
All reactions