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

Support for multiple VMs #11

Open
zimbatm opened this issue Mar 6, 2024 · 2 comments
Open

Support for multiple VMs #11

zimbatm opened this issue Mar 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@zimbatm
Copy link
Member

zimbatm commented Mar 6, 2024

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

The current solution supports a single VM.

For scenarios where integration tests span across multiple VMs, it would be helpful to spin them all up inside the test environment and have a network layer over which they can communicate with each other.

Describe the solution you'd like

Something similar to the NixOS VM tests where each instance is keyed by its hostname.

Describe alternatives you've considered

Additional context

@zimbatm zimbatm added the enhancement New feature or request label Mar 6, 2024
@r-vdp
Copy link
Member

r-vdp commented Apr 16, 2024

I think we're not far from being able to do this. What's missing is configuring the vlans inside the VMs, which is a bit more annoying to do here than it is with NixOS.

@picnoir
Copy link
Member

picnoir commented Apr 16, 2024

The VLAN can be configured semi-trivially the same way we configure DHCP there:

I think the "difficult" thing here is to come up with a decent interface for the end user without making the single machine setup more complex than it currently is.

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

No branches or pull requests

3 participants