vmango icon indicating copy to clipboard operation
vmango copied to clipboard

Network management

Open subuk opened this issue 6 years ago • 4 comments

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.

subuk avatar Sep 19 '19 21:09 subuk

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.

arafath-mk avatar Oct 06 '19 17:10 arafath-mk

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.

captainwasabi avatar Oct 07 '19 00:10 captainwasabi

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.

subuk avatar Oct 07 '19 07:10 subuk

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

arafath-mk avatar Oct 08 '19 05:10 arafath-mk