[one-users] disable the deletion of an instance

2014-11-14 Thread vincent
Hi, On our ONE cloud we deploy images that are part of our core infrastructure (dns, DB's, Git, ...)and are not volatile at all. Currently these instances are viewable between all the other instances that come and go. Is there a way to disable the deletion of such instances so that it's not

[one-users] CfP FOSDEM '15

2014-11-14 Thread Jaime Melis
Dear all, as you may already know, OpenNebula participates annually in FOSDEM [1]. We are preparing our talk proposals and we would like to invite you to join the fun! We'd like to invite you to come meet us in FOSDEM this year and if you are up for it to send talk proposals. There are many

Re: [one-users] disable the deletion of an instance

2014-11-14 Thread Steven Timm
We added an Are You Sure command to the onevm delete, oneimage delete, and onetemplate delete commands, that in itself has helped a lot. I believe we contributed it back to upstream but don't know the status. In general we try to have the important vm's owned by a different user group than the

Re: [one-users] Bulk delete of vCenter VM's leaves stray VM's

2014-11-14 Thread Javier Fontan
There was a bug in the driver that caused error when deploying several VMs at the same time. To fix it change the file /var/lib/one/remotes/vmm/vcenter/vcenter_driver.rb at line 120 from this code: def find_vm_template(uuid) vms =

Re: [one-users] disable the deletion of an instance

2014-11-14 Thread Jaime Melis
Hi Vincent, maybe you're looking for the image persistent option? By setting an image persistent it will not be deleted when the vm ends. On Fri, Nov 14, 2014 at 9:30 AM, vinc...@vanderkussen.org wrote: Hi, On our ONE cloud we deploy images that are part of our core infrastructure (dns,

Re: [one-users] disable the deletion of an instance

2014-11-14 Thread Jaime Melis
Right, after re-reading the email, I don't think that's what you're looking for. In this page you can see that the deletion of a VM requires the MANAGE permissions: http://docs.opennebula.org/4.10/integration/system_interfaces/api.html#onevm I can only think of removing the MANAGE permission of