vagrant

  1. O

    Ansible vs. Vagrant for Proxmox automation

    Hello, I have been spending the last couple of days making a Vagrant-provider plugin work, which seems to have been originally created by a German company called TelCat GmbH (no longer exists). The code base is outdated: https://github.com/SecSamDev/vagrant-proxmox After creating a legacy...
  2. L

    Creating VMs automatically - ansible, vagrant, API .. ?

    Is anyone on here provisioning and configuring VMs on Proxmox, in a programmatic way? I'm hoping to get something going with vagrant, ansible, etc, and/or perhaps the Proxmox API. I have several proxmox nodes in a cluster. Specifying a KVM template, hardware specifics (disk size, VLAN id etc)...
  3. K

    Run Vagrant insite Proxmox VM

    Hi All, I'm trying to run a machine with Vagrant inside a Proxmox VM (Ubuntu 16.04). I set nested parameters and could enable vt-x on Ubuntu Guest. When I run "vagrant up", the process stuck at "Booting VM" and no error display on terminal or log-file. Anyone have any idea what might be going...
  4. Denny Fuchs

    API debug: Vagrant-proxmox and LXC = 400 Bad Request

    hi, we want to use Vagrant to create VMs on our Proxmox 4.1 cluster (with ZFS). So we use the vagrant-proxmox plugin, which works with KVM. If I try to get the same working with LXC, than I get a "400 Bad Request". I have no idea, how to debug on the Proxmox side. Is there a debug option, to...