Search results

  1. florian-n

    [SOLVED] 500 Internal Server Error: unable to find configuration file for VM 1000 on node 'alfa'

    Hi we're trying to deploy a linked clone via Ansible's "community.general.proxmox_kvm" module. The template vm (disk and cloudinit disk) is laid out on a cluster wide accessible RBD storage. During the creation step we receive a "500 Internal Server Error": Unable to clone vm fam-dev from...
  2. florian-n

    [SOLVED] Cluster template "VM with name = debian-10 does not exist in cluster"

    I am experimenting a while with different configurations and setups trying to use a central VM template for the whole cluster. We are using a cluster with enabled Ceph integration. Currently the template VM is being installed on a RBD storage which is available to every node. Unfortunately the...
  3. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    Hi, currently we're trying to create template based clones using Ansible's community.general.proxmox_kvm. To make the clones configurable we stick with cloud-init. We are building the template using a hand rolled Packer configuration which deploys fine (locally as well as in our production...