Re: [packer] How to contribute post-processor

2016-09-18 Thread Scott Kellish
Hi Rickard,,
Thanks. I should have been more specific in my question. I've read the 
CONTRIBUTING.md which only talks about contributing changes the Packer 
source itself. My understanding that developing plug-ins (which is how I've 
implemented by post-processor) is the preferred method rather than 
submitting changes to the packer source. Do I just check me code into my 
own github account or is there something like a central "packer" github for 
publishing "plug-ins"?

Scott

On Sunday, September 18, 2016 at 10:03:02 AM UTC-4, Rickard von Essen wrote:
>
> Hi Scott,
>
> The best way is to read CONTRIBUTING.md in the repo and open a pull 
> request. 
>
> Looking forward to it.
>
> On Sep 18, 2016 3:24 PM, "Scott Kellish"  > wrote:
>
>> Hi, 
>> New to this and didnt see a guideline anywhere. I developed a 
>> post-processor for creating encrypted versions of amis produced by the 
>> amazon-ebs builder that I would like to share. 
>>
>> How do I go about doing that?
>>
>> Thanks
>> Scott
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/packer-tool/55fff251-b950-48a2-ae2c-74f7d19c852e%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/62b07e06-b51b-41c6-aec8-8c3f7f6f5367%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [packer] Re: Deploying a vm with packer with a static IP

2016-09-18 Thread Rjaydee
After doing reseach, and tests. The error seems to be at this part of the 
ks.cfg file. 
#Network Information
network --bootproto=static --device=eno16780032 --gateway=8.1.140.1 
--ip=8.1.142.187 --nameserver=8.1.44.254,8.1.32.254 --netmask=255.255.252.0 
--noipv6 --activate --hostname=myhost.com

I manually created the vm myself and used a static ip address to do it, and 
I was then able to ssh into it. So I am very sure the above credentials 
work. When I get anaconda-ks.cfg file for that, and use it as a template to 
create the vm using packer, it doesn't seem to work. These are the two 
sysconfig files for manual and packer installations. Why is the kickstart 
file not working?  Please help


>>

-- 
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/bcbee819-d9e6-414a-9d55-2a60145fe8a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
IPV6_AUTOCONG=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME=eno16780032
DEVICE=eno16780032
ONBOOT=yes
IPADDR=8.1.142.187
PREFIX=22
GATEWAY=8.1.140.1
DNS1=8.1.44.254
DNS2=8.1.32.254
DOMAIN=myhost.comTYPE=Ethernet
BOOTPROTO=dhcp
PEERDNS=yes
PEERROUTES=yes
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONG=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME=eno160
DEVICE=eno160
ONBOOT=no


Re: [packer] How to contribute post-processor

2016-09-18 Thread Rickard von Essen
Hi Scott,

The best way is to read CONTRIBUTING.md in the repo and open a pull
request.

Looking forward to it.

On Sep 18, 2016 3:24 PM, "Scott Kellish"  wrote:

> Hi,
> New to this and didnt see a guideline anywhere. I developed a
> post-processor for creating encrypted versions of amis produced by the
> amazon-ebs builder that I would like to share.
>
> How do I go about doing that?
>
> Thanks
> Scott
>
> --
> 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/55fff251-b950-48a2-ae2c-74f7d19c852e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALz9Rt9677r1jUabbkmOoXOM5Ei7Hkq_2Un3nj15xypTQjD2vQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.