sdorsett / vagrant-centos7-powercli

Vagrantfile and scripts for installing powercli core on a Centos 7 vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compatible with latest version of vagrant-vcenter plugin 0.3.3

ferranespigares opened this issue · comments

First of all, thank you for sharing your work with us all.
I tested it today, and it seems not to be compatible with latest 0.3.3 version of vagran-vcenter plugin.

Two issues:
-. the variable computer_name has been renamed to compute_name in vagrant-vcenter 0.3.3.
-. after fixing that, the deployment fails with a "vcenter_upload_box': undefined method `name'" error, which seems to be a known problem based on issue #42 on vagrant-vcenter.

Solved it downgrading vagrant-vcenter to 0.3.2 by using:
vagrant plugin install vagrant-vcenter --plugin-version 0.3.2

Thanks!
Ferran

Thanks for pointing out this problem, Ferran. I'll update the readme.md with the command you provided.