You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not so much a bug, but rather a simple question.
Is there a way to specify the bridge name when creating the libvirt route network mode? It seems to ignore the bridge option (your docs even say that it is only needed for a bridged mode).
It seems like it just chooses the next available virbir"x" that is available.
For some of my automation, I need to know what the bridge will be created as. I just wanted to check before I went down the route of trying to automate "getting" the next one in line.
Thank you.
The text was updated successfully, but these errors were encountered:
For such questions, I think it would be helpful to try to replciate behavior with pure libvirt using virsh -if you can specify bridge name before creating network than I believe it should be possible to do so with terraform-provider-libvirt when implemented. If not, that's limitation of libvirt that cannot be overcome here.
Out of curiosity, what's the automation you mentioned?
This is not so much a bug, but rather a simple question.
Is there a way to specify the bridge name when creating the libvirt route network mode? It seems to ignore the
bridge
option (your docs even say that it is only needed for a bridged mode).It seems like it just chooses the next available
virbir"x"
that is available.For some of my automation, I need to know what the bridge will be created as. I just wanted to check before I went down the route of trying to automate "getting" the next one in line.
Thank you.
The text was updated successfully, but these errors were encountered: