Search results

  1. L

    Proxmox 2.x planned features

    Could it be possible to add some form of hooks for events like creating, modifying and deleting containers? After each such event a user defined script would be called (with some set of arguments describing container) so I could integrate proxmox with my current infrastructure, I could for...
  2. L

    Proxmox 2.x planned features

    Can You share on what to expect from this features? Is it documented in any way at this time?
  3. L

    Proxmox 2.x planned features

    Hi, roadmap for 2.x includes such things as: HA for KVM guests User management (advanced) Resource monitoring Are this features started in any way? I would like to know few details on how are they going to work as I'm planning to use proxmox. HA for KVM guests - this probably mean that...
  4. L

    dns and dhcp integration

    To be honest I never tried to run dhcp server on the host machine, I use virtual machine or another machines that aren't bridged.
  5. L

    dns and dhcp integration

    Why do You need access to guest? You create guest with management tools, when You are setting up guest hardware and stuff You also setup it's hostname and ip address, this ip address and hostname is then added to dhcp/dns server (I use ldap as backend for both so I just add some data to ldap)...
  6. L

    dns and dhcp integration

    Yes, for guests, so when You are creating guest named 'vm1' dns and dhcp entry is created for this guest.
  7. L

    dns and dhcp integration

    Are there any plans to integrate managing of dns and dhcp entries for virtual machines into pve? I currently use simple python app that I wrote to glue ldap, dhcp3, powerdns and libvirt but it feels like reinventing a wheel to create another managemant layer so I'm looking for something better...