Re: [packer] vsphere-iso multiple NIC support

2020-02-10 Thread Joshua Foster
https://github.com/hashicorp/packer/issues/8719

On Monday, February 10, 2020 at 5:56:17 PM UTC-5, Megan Marsh wrote:
>
> Hi, if you're interested in contributing let's put this in a feature 
> request issue on github so we can track the discussion and work closer to 
> where the eventual pull request will be! off the top of my head, turning 
> those fields into arrays of strings does seem like the right move. 
>
> I think for now we should hold off on renaming things; in general I try to 
> only rename options on non-patch releases to make it easier for people to 
> keep up with template changes.  But eventually we will want to figure out 
> how to make the options as similar to each other as possible.
>

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/b757843d-5fb5-470a-9236-06b70df8da8d%40googlegroups.com.


Re: [packer] vsphere-iso multiple NIC support

2020-02-10 Thread Megan Marsh
Hi, if you're interested in contributing let's put this in a feature
request issue on github so we can track the discussion and work closer to
where the eventual pull request will be! off the top of my head, turning
those fields into arrays of strings does seem like the right move.

I think for now we should hold off on renaming things; in general I try to
only rename options on non-patch releases to make it easier for people to
keep up with template changes.  But eventually we will want to figure out
how to make the options as similar to each other as possible.

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/CAGPV1uqd-BPAqz_rJr9chOBHra5DETJ64hLvGF%3D-Dwa429M49w%40mail.gmail.com.


Re: [packer] Using packer to copy files needed for build

2020-02-10 Thread Gautam Singh
Why not use file provisioner instead.

https://packer.io/docs/provisioners/file.html

Thanks
Gautam

On Mon, Feb 10, 2020, 2:45 PM Ralphael Johnson 
wrote:

> I have a file on a remote server that I am trying to have copied over
> during the build process. Its failing to copy the file but it is connecting
> successfully.  Is anyone using scp inside a script to copy a file from a
> remote server during the packer build?
>
> --
> 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 packer-tool+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/packer-tool/8cec51e4-7578-4ce1-be05-2a6eff92e406%40googlegroups.com
> .
>

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/CAA7kr8AvZWT7wn4YPuQBscWwCZrN%2B7Vq5rdqesF-heWnvNDhJg%40mail.gmail.com.


[packer] Using packer to copy files needed for build

2020-02-10 Thread Ralphael Johnson
I have a file on a remote server that I am trying to have copied over during 
the build process. Its failing to copy the file but it is connecting 
successfully.  Is anyone using scp inside a script to copy a file from a remote 
server during the packer build? 

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/8cec51e4-7578-4ce1-be05-2a6eff92e406%40googlegroups.com.


[packer] I am looking for a Winrm script example .. Most what I tired are not working

2020-02-10 Thread Ibrahim Buamod
I am looking for a Winrm script example .. Most what I tired are not 
working ..  

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/ac297915-997d-430d-a1f9-9979fe4ae9af%40googlegroups.com.


Re: [packer] Can I get the AMI ID from the source_ami_filter

2020-02-10 Thread Ibrahim Buamod
Thanks

On Monday, February 10, 2020 at 12:24:08 PM UTC-5, Rickard von Essen wrote:
>
> See https://packer.io/docs/builders/amazon-ebs.html#build-template-data
>
> On Mon, Feb 10, 2020, 15:17 Ibrahim Buamod  > wrote:
>
>> 
>> Can I get the AMI ID from the source_ami_filter 
>> 
>> 
>>
>> -- 
>> 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 packe...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/packer-tool/0cf87eb0-afe1-43e2-b6ea-f4ab42ad3322%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/b263baa8-ee26-4580-88de-17f1b8b5593d%40googlegroups.com.


[packer] vsphere-iso multiple NIC support

2020-02-10 Thread Joshua Foster
I would like add multiple NIC support to the vsphere-iso plugin. Is there a 
recommended way to configure this? I can make the "network" and 
"network_card" fields into array of strings. 

Should we try to start aligning the field names with the vmware-iso plugin 
(should I rename "network_card" to "network_adapter_type" if I'm making 
config changes)?

Joshua

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/a4108023-83e6-48c8-bbec-8d7d8186cdaa%40googlegroups.com.


Re: [packer] Can I get the AMI ID from the source_ami_filter

2020-02-10 Thread Rickard von Essen
See https://packer.io/docs/builders/amazon-ebs.html#build-template-data

On Mon, Feb 10, 2020, 15:17 Ibrahim Buamod 
wrote:

> 
> Can I get the AMI ID from the source_ami_filter
> 
> 
>
> --
> 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 packer-tool+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/packer-tool/0cf87eb0-afe1-43e2-b6ea-f4ab42ad3322%40googlegroups.com
> 
> .
>

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/CALz9Rt9bMkm1FM8_qeBAZppJbixB%3DRkxyHyvFPmfUvGKDUyMEg%40mail.gmail.com.


[packer] Can I get the AMI ID from the source_ami_filter

2020-02-10 Thread Ibrahim Buamod
 
Can I get the AMI ID from the source_ami_filter 



-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/0cf87eb0-afe1-43e2-b6ea-f4ab42ad3322%40googlegroups.com.