Re: [packer] Re: qemu: Waiting for SSH to become available...

2017-02-07 Thread Alvaro Miranda Aguilera
hello do a manual instalation, on the boot screen press the secuence of keys on your boot command and check the installation goes un-attended once you get something that work, you will be sure packer will run them for you but there is the requirement they need to work, so better test them withou

[packer] Re: Error installing packer

2017-02-07 Thread Srinivas Reddy
Thank you for the help, Fixed it. On Tuesday, 7 February 2017 13:07:32 UTC-5, Srinivas Reddy wrote: > > I installed packer and set the path in ./bashrc_profile > PATH=$PATH:/usr/local > > under /usr/local/ > > libexec *packer* sbin share src > > I have the packer installed . When i run pac

[packer] Re: qemu: Waiting for SSH to become available...

2017-02-07 Thread Srinivas Reddy
I can access the Kickstart config file over http: On Monday, 6 February 2017 14:42:00 UTC-5, Srinivas Reddy wrote: > > I am trying to build a packer image for openstack . I am struck at " qemu: > Waiting for SSH to become available... "Can anyone please help. > > qemu: Downloading or copying

Re: [packer] Re: Error installing packer

2017-02-07 Thread Alvaro Miranda Aguilera
hello because its calling first os tool called packer use export PATH=/usr/local/bin:$PATH and put the binary on /usr/local/bin Alvaro On Tue, Feb 7, 2017 at 7:16 PM, Srinivas Reddy wrote: > here is the output > > /usr/sbin/packer > /usr/local/packer > /usr/sbin/packer > > > Thanks. > > > >

[packer] Re: Error installing packer

2017-02-07 Thread Srinivas Reddy
here is the output /usr/sbin/packer /usr/local/packer /usr/sbin/packer Thanks. On Tuesday, 7 February 2017 13:07:32 UTC-5, Srinivas Reddy wrote: > > I installed packer and set the path in ./bashrc_profile > PATH=$PATH:/usr/local > > under /usr/local/ > > libexec *packer* sbin share src

Re: [packer] Error installing packer

2017-02-07 Thread Srinivas Reddy
local]# packer -a *even packer -a hangs.* *Thanks,* *Srini.* On Tuesday, 7 February 2017 13:12:21 UTC-5, Rickard von Essen wrote: > > What's the output of: which -a packer > ? > > On Feb 7, 2017 7:07 PM, "Srinivas Reddy" > > wrote: > >> I installed packer and set the path in ./bashrc_profile

[packer] Error installing packer

2017-02-07 Thread Srinivas Reddy
I installed packer and set the path in ./bashrc_profile PATH=$PATH:/usr/local under /usr/local/ libexec *packer* sbin share src I have the packer installed . When i run packer it keeps hanging. local]# packer hangs: -- This mailing list is governed under the HashiCorp Community Guideli

Re: [packer] Error installing packer

2017-02-07 Thread Rickard von Essen
What's the output of: which -a packer ? On Feb 7, 2017 7:07 PM, "Srinivas Reddy" wrote: > I installed packer and set the path in ./bashrc_profile > PATH=$PATH:/usr/local > > under /usr/local/ > > libexec *packer* sbin share src > > I have the packer installed . When i run packer it keeps ha

[packer] Re: qemu: Waiting for SSH to become available...

2017-02-07 Thread Srinivas Reddy
correction: *"boot_command":* * [* *"",* *" append console=ttyS0,115200n8 ks=http://10.44.0.126:80/centos6-ks.cfg",* On Monday, 6 February 2017 14:42:00 UTC-5, Srinivas Reddy wrote: > > I am trying to build a packer image for openstack . I am struck at " qemu: > Waitin