[pve-devel] [RFC v2 cloudinit pve-manager 0/2] Updates

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Aug 19 12:56:36 CEST 2015


*) Instead of a generate/regenrate button there's an 'enabled' checkbox now.
   (still needs some tweaking)

*) There's a 'commit config' button to commit changes when the machine is
   running. (Ejects the current disk and inserts a newly generated one.)

*) Kept the Edit/Revert buttons as they work the same as in the hardware view.

Wolfgang Bumiller (2):
  cloudinit: draft
  cloudinit: replace add/delete/remove with enabled

 www/css/ext-pve.css                  |   6 +
 www/images/Makefile                  |   1 +
 www/images/cloudinit.png             | Bin 0 -> 193 bytes
 www/manager/Makefile                 |   3 +
 www/manager/Parser.js                |  85 ++++++++++
 www/manager/Utils.js                 |  27 ++-
 www/manager/qemu/CloudInit.js        | 321 +++++++++++++++++++++++++++++++++++
 www/manager/qemu/CloudInitCreator.js |  84 +++++++++
 www/manager/qemu/Config.js           |   5 +
 www/manager/qemu/HardwareView.js     |  52 ++----
 www/manager/qemu/IPConfigEdit.js     | 233 +++++++++++++++++++++++++
 11 files changed, 780 insertions(+), 37 deletions(-)
 create mode 100644 www/images/cloudinit.png
 create mode 100644 www/manager/qemu/CloudInit.js
 create mode 100644 www/manager/qemu/CloudInitCreator.js
 create mode 100644 www/manager/qemu/IPConfigEdit.js

-- 
2.1.4





More information about the pve-devel mailing list