mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #34] Support for editing and creating custom virtual machine specifications #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JJClements on GitHub (Mar 1, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/34
Currently WebVirtMgr only allows for 6 predefined virtual machine specifications to be created:
micro
mini
small
medium
large
xlarge
It would be good to have a separate template file where these are stored making it easier to edit them or add our own custom virtual machine specification. At the moment this is only possible by editing:
/var/www/webvirtmgr/virtmgr/views.py
To add a new virtual machine specification (called webnode in this example) I would have to edit the above file like so:
@retspen commented on GitHub (Mar 1, 2013):
You may create Custom VM without code changes.
@JJClements commented on GitHub (Mar 1, 2013):
But every time you would have to manually specify all settings for the virtual machine. It is much quicker to allow us to easily create our own specification as per in the example above!?
@retspen commented on GitHub (Mar 1, 2013):
You use WebVirtMgr in production?
@JJClements commented on GitHub (Mar 1, 2013):
We are currently testing it, but we would like to use in production :)
@retspen commented on GitHub (Mar 1, 2013):
OK.I will try to do it all.
@JJClements commented on GitHub (Mar 1, 2013):
Thank you!!!
@retspen commented on GitHub (Mar 15, 2013):
Add this function.