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
Auto_network works by searching configuration for the :auto_network => true parameter and replacing it with a static :ip => ... parameter. So, this would be an expected outcome: one piece of global configuration gets mapped to one static IP address.
Properly implementing this would require adding a bunch of logic that creates a copy of the configuration on each VM, deletes the global value, and then does IP assignment.
I tried to add the following to global vagrant file ~/.vagrant.d/Vagrantfile hoping this enables autonetwork for all nodes :
This is my vagrant file :
But both end up with the same ip address.
The text was updated successfully, but these errors were encountered: