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
With vagrant 1.9.1 a kitchen create has the network interface configured, but in a DOWN state. an ifup enp0s8 will bring the interface up with the proper IP address.
Vagrant 1.8.7 does not have this problem.
The text was updated successfully, but these errors were encountered:
Nothing to do with kitchen or kitchen-vagrant, it's an upstream issue with Vagrant 1.9.1 - hashicorp/vagrant#8250. Also related to bento chef/bento#752
I have a .kitchen.yml that used to enable additional network interfaces:
With vagrant 1.9.1 a kitchen create has the network interface configured, but in a DOWN state. an
ifup enp0s8
will bring the interface up with the proper IP address.Vagrant 1.8.7 does not have this problem.
The text was updated successfully, but these errors were encountered: