NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.85k stars 365 forks source link

[VLAN]how to cluster virtual machine on different physical hosts? #977

Open clojurians-org opened 6 years ago

clojurians-org commented 6 years ago

i can use nixops to generate multiple virtual machine on single physical machine.

current i have 10 physical machine, i build three virtual machine on each one, how i group them to a bigger cluster for their private network using nixops configuration?

devhell commented 5 years ago

Your best bet would probably be to define an openvswitch on each of your 10 servers, then create a GRE mesh between them using openvswitch, and finally hook the VMs into each openvswitch bridge.