it seems you dnt want to use vagrant use packer, use vmware-iso, create a fodler and will be a vmx file you can open or you can use a post processor and convert ovf into ova
once you have the VM into ovf or ova format you can open or import on vmware. alvaro. > On Saturday, Jul 18, 2020 at 6:31 PM, Spbb <[email protected] > (mailto:[email protected])> wrote: > So I want the Vmware box to start with the green play button. And NOT with > vagrant up. > Like virtual box. > > Op zaterdag 18 juli 2020 om 18:23:48 UTC+2 schreef Spbb: > > > > How do I put a Vmware box I made with packer in this interface. > > > > > > Op zaterdag 18 juli 2020 om 08:43:18 UTC+2 schreef [email protected]: > > > 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 <[email protected]> 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 [email protected]. > > > > 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 [email protected] > (mailto:[email protected]). > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/940392db-e5b5-42b4-b4e0-9792f19ee0d2n%40googlegroups.com > > (https://groups.google.com/d/msgid/vagrant-up/940392db-e5b5-42b4-b4e0-9792f19ee0d2n%40googlegroups.com?utm_medium=email&utm_source=footer). -- 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/761d363a-ac99-4a6f-bb6d-cd7e50fb7f35%40Canary.
