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

Enhancement Request: Supporting network devices as guests in Vagrant #11771

Open
briancain opened this issue Jul 16, 2020 · 0 comments
Open

Enhancement Request: Supporting network devices as guests in Vagrant #11771

briancain opened this issue Jul 16, 2020 · 0 comments

Comments

@briancain
Copy link
Member

Is your feature request related to a problem? Please describe.

Because of how different network device file systems can be compared to a Linux guest, and how much of Vagrant relies on having bash easily available on the system for provisioning and other guest automation tasks, Vagrant currently cannot configure and provision network device guests beyond just bringing up or powering off the virtual machine. In some cases, Vagrant can't properly detect the network device guest with it's typical guest detection actions due to shell issues not executing properly1 2

This enhancement should focus on writing a plugin or enhancement to Vagrant core that can support network device guests.

Describe the solution you'd like

Vagrant should be able to handle provisioning and other common file system operations on network devices like any other guest

Describe alternatives you've considered

N/A

Additional context

1: Related issue: #11762
2: An example of using NX-OS with Vagrant https://blogs.cisco.com/developer/open-nx-os-journey-1

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

No branches or pull requests

1 participant