Sir, I am trying to help, just I can provide a solution copy/paste that will work. I did suggest a project that is created and managed by chef, where you can use templates of them as references.
So of course is some work to do to get into what you need. As for your issue, you haven't share the information required to help you, so I will formulate it in form of questions. 1. Whats your host os? I assume windows, what version? 2. Do you have installed VMWare Workstation PRO ? Its fully licensed? 3. Have you built before a virtual machine with packer and vmware? did it work? on the bento project, centos 7 templates have virtualbox, parallel and vmware providers, so you can build them. As you are in windows, I will suggest: right click on cmd.exe and open as administrator then try packer validate <templatename> packer build -only vmware-iso <templatename> And share more information if there is an error. Thanks Alvaro. On Wed, Aug 10, 2016 at 10:53 PM, Prasad Kompalli < [email protected]> wrote: > Yes Alvaro, >> > > I read that documentation and researched on those files. But After trying > that it creates one CentOS vm image on the top of Virtual box. But, I have > my requirement as creating the CentOS vm image on the top of VMWare and > install the below softwares using shell script. > > > 1. apache-tomcat-8.0.27.tar > 2. jdk8u77-linux-x64.tar > 3. xampp-linux-x64-7.0.4-0-installer > > please suggest me solution. Thank you. > > >> > -- > 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/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" 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/packer-tool/777cb8cd-a764-464a-867b-54d420b3e335%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/777cb8cd-a764-464a-867b-54d420b3e335%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro (+31)103400555 -- 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/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" 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/packer-tool/CAHqq0ewqupOAeQB8Jkh9mcjB69v-rOBBUe6wJkV3GjW6V68ZbQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
