OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.23k stars 479 forks source link

Virtual Router: change capacity of VM when instantiating Virtual Router #1088

Open OpenNebulaProject opened 6 years ago

OpenNebulaProject commented 6 years ago

Author Name: EOLE Team (EOLE Team) Original Redmine Issue: 4733, https://dev.opennebula.org/issues/4733 Original Date: 2016-08-22


Hello,

Our virtual router define capacity modification:

CONTEXT = [
  NETWORK = "YES",
  SSH_PUBLIC_KEY = "$USER[SSH_PUBLIC_KEY]" ]
CPU = "0.02"
DISK = [
  IMAGE_ID = "13884" ]
GRAPHICS = [
  LISTEN = "0.0.0.0",
  TYPE = "VNC" ]
LOGO = "images/logos/linux.png"
MEMORY = "128"
NIC = [
  NETWORK = "EOLE",
  NETWORK_UNAME = "nebula" ]
NIC = [
  NETWORK = "academie" ]
NIC_DEFAULT = [
  MODEL = "virtio" ]
USER_INPUTS = [
  CPU = "O|fixed|| |0.02",
  MEMORY = "M|range||128..512|128",
  VCPU = "O|range||2..4|2" ]
VCPU = "2"
VROUTER = "YES"

But when instantiating that virtual router template, I can not change the capacity (see attachment:instantiate-vrouter.png).

I can't poweroff the virtual router VM to change its capacity:

[VirtualMachineAction] Action "poweroff" is not supported for virtual router VMs

Regards.

OpenNebulaProject commented 6 years ago

Original Redmine Comment Author Name: EOLE Team (EOLE Team) Original Date: 2016-08-22T11:54:42Z


I just realize that the disk operations are missing too.

It may be a feature request instead of a bug.

Regards.

OpenNebulaProject commented 6 years ago

Original Redmine Comment Author Name: Carlos Martín (Carlos Martín) Original Date: 2016-08-26T08:49:05Z


Moving this to request