hello

not sure i follow where you expect the vm to be registered

packer will build a vm, and generate a file.box

then vagrant will create a vm

if you want the vm that vagrant creates be on the vmware gui, you need to
enable vmware console

something like

Vagrant.configure("2") do |config|
  config.vm.box = "my-box"
  config.vm.provider "vmware_desktop" do |v|
    v.gui = true
  end
end

thanks
alvaro

On Sat, Jul 18, 2020 at 12:44 AM Spbb <bastiaann...@gmail.com> wrote:

> When I build with packer a vmware.vbox with vagrant the box is not listed
> in the vmware gui.
>
> How can I archieve this ?
>
>
>
> --
> 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/72e4e24a-7f98-462f-a1ca-61b82ee876b6o%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/72e4e24a-7f98-462f-a1ca-61b82ee876b6o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Alvaro

-- 
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/CAHqq0exEcvjq1m-XmbA0uCjM1iXGZ283afZcK8hjbJkCv4CQ9w%40mail.gmail.com.

Reply via email to