vagrant plugin list vagrant-libvirt (0.11.2, system) vagrant-vmware-esxi (2.
5.5, global) Tenho esses dois plugins instalados Consigo conectar no 
vsphere client via ssh! estou usando o vagrant up --provider=vmware_esxi 
para tentar startar!!!! Ele me retorna esse erro: ==> default: --- ESXi 
host access : Verify password in Vagrantfile is correct. There was an error 
talking to ESXi. Unable to connect to ESXi host! Error: disconnected: Too 
many authentication failures (2) Estrutura do meu vagrant file: Vagrant
.configure("2") do |config| #config.vm.box = "hashicorp/precise64" 
config.vm.box 
= "centos/7" config.vm.provider "vmware_esxi" do |v| # VMware-specific 
configuration options v.vmx["memsize"] = "1024" end config.vm.provider 
:vmware_esxi do |esxi| # REQUIRED! ESXi hostname/IP esxi.esxi_hostname = 'ip 
do vsphere client' # ESXi username esxi.esxi_username = 'usuario que eu 
logo no vsphere client' esxi.esxi_password = 'passwd' config.ssh.verbosity = 
"debug" # SSH port. # esxi.esxi_hostport = 22 alguém me da uma luz!!!!

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/4d00d61c-82fb-4eef-88da-f15e41bdf659n%40googlegroups.com.

Reply via email to