Hello everyone!!!
I´m try to integrated vagrant with the vsphere client!!! but it´s not
working!!!
vagrant plugin list
vagrant-libvirt (0.11.2, system)
vagrant-vmware-esxi (2.5.5, global)
It´s working connection ssh vsphere client!
I use this commando for to run vagrant up --provider=vmware_esxi!!!!
Error:
==> 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)
My 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
help me!!!!
thanks a lot!!
Em quarta-feira, 6 de dezembro de 2023 às 15:41:43 UTC-3, joao paulo sapi
de paula escreveu:
> 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/7cd50cd1-8278-467d-a4b9-53872e6e9f45n%40googlegroups.com.