subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
329 stars 55 forks source link

Network management #46

Open subuk opened 5 years ago

subuk commented 5 years ago

In Networks section, instead of just viewing the networks, to be able to edit the network settings of the host - like DHCP range, reserved addresses, rules, etc. supported by libvirt network.

arafath-mk commented 5 years ago

Is this requirement really needed? Cloud service providers may use some automated mechanism for adding networks to be used for the VMs (while adding a new host node). And they may not give such add network feature for users. It is just my guess.

What attracted me to this project is its simplicity like digitalocean and use of Go language. Please don't add all fancy requirements if it is not really needed for your targeted customers.

captainwasabi commented 5 years ago

This would be a real nice to have for a lab environment where I want to set up a infrastructure that mirrors the staging/production environment.

Some cloud providers definitely allow their users to create new back-channel (bogon) networks and join their VMs to those networks.

subuk commented 5 years ago

Yeah, cloud providers may use some mechanism, but when you become cloud provider for yourself you need this mechanism too :) This is not high priority feature, but I think it should be done some day because managing libvirt xml is a pain.

arafath-mk commented 5 years ago

Yes. That is correct. Thanks for the expert opinions.