Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant 1.9.1 does not enable additional network interfaces for centos 7 #287

Closed
jslusher opened this issue Feb 23, 2017 · 2 comments
Closed

Comments

@jslusher
Copy link

I have a .kitchen.yml that used to enable additional network interfaces:

    driver:
      require_chef_omnibus: 12.18.31
      name: vagrant
      vm_hostname: myhost
    ...
      network:
        - ["private_network", {ip: "10.100.0.53"}]

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.

@cheeseplus
Copy link
Contributor

cheeseplus commented Feb 23, 2017

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

@jslusher
Copy link
Author

Thanks! @cheeseplus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants