Hi, On 27 March 2012 09:23, biro lehel <[email protected]> wrote: > > Hello, > > Is there any way to set the number of created VM's that would use a > specific (same) image file? > What I want to obtain is the following: I would have some kind of an > "end-user" (the point is, NOT an OpenNebula-user), that would need to > specific three parameters (let's say, through a config file): his needed > CPU, his needed Memory, and the number of VM's he would like to have for > this configuration. Then, I would have a previously pre-set and pre-filled > OpenNebula template, which my system should complete with the CPU and Memory > information. Finally, the number of the instantiated VM's (set by the user) > should be communicated with OpenNebula - and this is what my question refers > to. > > Is there a way to do this? Also, how can an end-user communicate with > (that is, how can I "propagate" the information to) OpenNebula? Don't think > of huge security issues here, I only have a small research/test environment, > not a production one. I could even use oneadmin's credentials for him, I > just don't know how to "externally" access OpenNebula, if possible. >
You should take a look to the Self Service interface which interacts with OpenNebula through OCCI. Using this interface you can define instance types for the users and the user just have to select an image and the number of VMs of a given type. OCCI Server: http://www.opennebula.org/documentation:rel3.4:occicg#defining_compute_types Self Service UI: http://www.opennebula.org/documentation:rel3.4:selfservice Hope this helps > Thank you, and waiting for your answers, > Lehel. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
