[packer] Packer file provisioner error on Amazon AWS: Bad Source not a directory

2018-03-09 Thread andre
do with Relative Paths / Absolute Paths on Packer but I couldn't figure out what is wrong... Thanks in advance, Andre -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidel

Re: [packer] Packer file provisioner error on Amazon AWS: Bad Source not a directory

2018-03-09 Thread andre
gt;> >> >> It works like a charm. But I must have all my Packer files inside of a >> packer folder within my app folder for organization purposes. >> >> What am I doing wrong? >> >> >> My app folder is like this: >> >> >&

Re: [packer] Packer file provisioner error on Amazon AWS: Bad Source not a directory

2018-03-09 Thread andre
l my Packer files inside of a >>> packer folder within my app folder for organization purposes. >>> >>> What am I doing wrong? >>> >>> >>> My app folder is like this: >>> >>> >>> api_v1 >>> ├── template.json >>> ├

Re: [packer] Windows golden images UserPreferencesMask

2022-11-29 Thread Andre Leblanc
t; > Sent from my iPhone > > > On Nov 25, 2022, at 2:05 PM, Andre Leblanc wrote: > >  > > Building a windows image with packer and ansible. > > I try to customize the border window without sucess... > > - name: Apply WindowBorders property > ansible.wi

[packer] Windows golden images UserPreferencesMask

2022-11-25 Thread Andre Leblanc
Building a windows image with packer and ansible. I try to customize the border window without sucess... - name: Apply WindowBorders property ansible.windows.win_regedit: *hive: C:\Users\Default\ntuser.dat * *path: HKCU:\Control Panel\Desktop* name: "{{ item.name }}" data:

Re: [packer] Help - Timeout Waiting SSH virtualbox-ovf

2019-09-03 Thread Andre Moraes (ICARO TECH)
: > > Does that image start ssh on boot? Is network working? Can you manually > ssh with the given credentials to the VM? > > Could you rerun with PACKER_LOG=1 set and provide the full output here. > > What's the VM? Is it something public? > > On Mon, Sep 2, 2019, 20:0

[packer] Help - CoreOS/Hyperv-iso not working # Timeout waiting for SSH.

2019-10-08 Thread Andre Moraes (ICARO TECH)
Hello everyone, I’m new in Packer world and I’m stuck in a few days trying to create an hyperv image using CoreOS as ‘iso’. Here’s the template that I’m using right now: { "description": "CoreOS image for a VirtualBox platform.", "builders": [{ "type": "hyperv-iso", "iso_url":

[packer] Re: ssh_name vs ssh_username

2019-10-09 Thread Andre Moraes (ICARO TECH)
Yes, it was. On Wednesday, October 9, 2019 at 7:31:32 AM UTC-3, Mauricio Tavares wrote: > > Has ssh_name been deprecated for ssh_username? > -- Your privacy is important to us. That is why we have taken appropriate measures to ensure the data you provide to us is kept secure. To learn more

[packer] Re: Help - CoreOS/Hyperv-iso not working # Timeout waiting for SSH.

2019-10-09 Thread Andre Moraes (ICARO TECH)
for the IT guys get this done. Soon as I have this updated I'll keep here posted. On Tuesday, October 8, 2019 at 1:56:17 PM UTC-3, Andre Moraes (ICARO TECH) wrote: > > Hello everyone, > > I’m new in Packer world and I’m stuck in a few days trying to create an > hyperv image using