Search results

  1. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    So after some time I've migrated vagrant to git submodules and it works, I've made first changes to pve-manager and it seems to be fairly easy :) Thanks for pointing instructions that helped me to start development environment
  2. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    Modified vagrant with instruction from: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch works fine, but I'm not sure that it will be good base for development, as I don't have latest source from git
  3. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    I'm talking about this instruction: https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD (which doesn't work on stretch, but goes completly fine on jessie)
  4. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    Well, on stretch I can't even install prerequisities from instruction above, also, those repositories are listed in this README - so I think, that it's outdated I'll try first to install it without development files, then I add rest ;)
  5. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    First of all I wanted to create development VM - I've used vagrant for it: github.com/consi/proxmox-devel-vagrant But well, documentation is incomplete (5.x does not use jessie, it uses other apt key and so on) - that was easy to fix, but I don't have read access to some repositories defined...
  6. M

    Custom Variables Tab in VM, Template, Container, Host, Storage etc.

    Hello, Is there a possibility to define variable, that is accessible by proxmox API in each object type like VM, Template, Container, Host or Datastore? If no, simple tab with key and value added to all objects in proxmox gui will be awesome, because this will allow to build extensions for...
  7. M

    Installer does not comply with RFC3021

    Hello everyone, Is there any way to force installer to use /31 netmask (we are using p-t-p ethernet links rfc3021). Only way for now is to install proxmox with wrong netmask and then edit /etc/network/interfaces after install which is not the best way to do it Thanks for help!