Open Ciev opened 8 years ago
on Proxmox 4, its LXC now, not OpenVZ
I'm also trying to work this out
I blogged about my approach here, but got login errors, which I fixed
now, am getting networking/ssh errors, but the machine is created http://niccolox.org/compile-custom-vagrant-plugin-for-proxmox-provider/
Hi,
I was trying to do both examples openVZ and KVM and the process will only work with KVM... after setting up everything to work with openVZ I get the following error:
user@user-All-Series:~/vagrant-proxmox-master/dummy_box$ vagrant up --provider=proxmox Bringing machine 'box' up with 'proxmox' provider... ==> box: Creating the virtual machine... Unable to communicate with proxmox server:
Unable to create the virtual machine!
Cause: VagrantPlugins::Proxmox::ApiError::NotImplemented
my Vagrant fie is configured as:
Vagrant.configure('2') do |config|
end
Basically the example template.. I'm using
I have no idea what went wrong... If you can give me any hint, I'll appreciated.
Best