[Puppet Users] bootstrap windows 2016 ami, puppet 6

2019-04-26 Thread Deo Breathnu
I have tried to boot strap a windows 2016 ec2 instance through a launch 
template. In the config I put


[Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; 
$webClient = New-Object System.Net.WebClient; 
$webClient.DownloadFile('https://:8140/packages/current/install.ps1', 'install.ps1'); .\install.ps1


I of course put my puppetmaster hostname in. I have used this with method 
of installing the agent with running ec2 servers, but I am failing here. 

I am looking for idea's as to bootstrapping a windows 2016 ec2 instance 
with puppet 6. 

Any idea's?




-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ad10c39a-de1b-4bd2-a708-651c782f40ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Bootstrap puppet client

2015-02-03 Thread aries
Hi ~

I use chef knife bootstrap a new chef client. It use ssh method to login my 
client and run script to do any thing.

# sudo knife bootstrap $CLIENT_IP -x $USER_NAME -P $PASSWORD -d $ERB_FILE


Is there like tools for puppet ?

thanks

Aries

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d4401af6-607f-436d-a4c1-947d44165e92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] bootstrap aws instance - set server address in instance puppet.conf?

2012-07-02 Thread Leej
Hello, new user here. I'm trying to bootstrap an aws instance and need to 
change the server setting in puppet.conf on the client/instance that is 
created. Is there anyway to do this beyond modifying hosts post-hoc?

puppet node_aws bootstrap --image ami-e1e8d395 --keyname mykey --login 
ubuntu --keyfile ~mykeyfile.pem --puppetagent-certname aws_server_test 
--region=eu-west-1 --type t1.micro -g webserver 

This provisions an instance but fails to register a cert request on the 
puppetmaster with :

notice: Puppet is now installed on: blahblah.eu-west-1.compute.amazonaws.com
notice: No classification method selected
notice: Signing certificate ...
err: Signing certificate ... Failed
err: Signing certificate error: Could not render to pson: getaddrinfo: Name 
or service not known

Checking the instances puppet.conf shows that the server config variable is 
set to puppet which I want to change to myserver.somewhere.com. Now I 
dont know if this behaviour is a bug, I would have thought that since I'm 
running puppet from the master server, bootstrapping should be able to 
update the server variable correctly or there should at least be a command 
line option.

I know I can run a script at somepoint and modify my hosts files but I'm 
trying to keep things automated and simple. What am I missing?

I should also note, if I ssh into the created instance I can modify the 
puppet.conf file with the correct server name and a certificate request is 
issued which I can then sign.

Any help.best practices greatly appreciated - lj.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/QHVnlhPb5lUJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-08-02 Thread Christopher Johnston
Kinda crazy.  It would be better to just build a custom embedded OS (pxe
boot it), then have a script that kicks off on boot-up to configure the
image then the other way around.  That how I handle it at my company,
stateless.

On Sat, Jul 31, 2010 at 5:30 AM, parag kale myselfpk...@gmail.com wrote:

 Hey,
 I want the puppet daemon(client) to contact the server and download the OS
 and thn boot it ..


 On Sat, Jul 31, 2010 at 6:56 AM, Patrick Mohr kc7...@gmail.com wrote:

 Do you want to run it off the server or install it on the client?  What
 OS?

 On Jul 29, 2010, at 9:02 PM, parag(PK) wrote:

  Can it be possible to boot up a bare metal client ,by downloding the
  whole OS from server .when the client is powered on .

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.compuppet-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.compuppet-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-31 Thread parag kale
Hey,
I want the puppet daemon(client) to contact the server and download the OS
and thn boot it ..

On Sat, Jul 31, 2010 at 6:56 AM, Patrick Mohr kc7...@gmail.com wrote:

 Do you want to run it off the server or install it on the client?  What OS?

 On Jul 29, 2010, at 9:02 PM, parag(PK) wrote:

  Can it be possible to boot up a bare metal client ,by downloding the
  whole OS from server .when the client is powered on .

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.compuppet-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-31 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 I want the puppet daemon(client) to contact the server and download the OS
 and thn boot it ..

and in which os should the puppet daemon run?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxULQcACgkQbwltcAfKi38aeACfcFLgTQB8wRXNdB0VbWZTkake
zlkAn0zgbdfVHiO5D+vJ0veySvzwUWJ7
=mAXD
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-31 Thread Ohad Levy
PupperOS ?:)

On Sat, Jul 31, 2010 at 10:02 PM, Peter Meier peter.me...@immerda.chwrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

  I want the puppet daemon(client) to contact the server and download the
 OS
  and thn boot it ..

 and in which os should the puppet daemon run?
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkxULQcACgkQbwltcAfKi38aeACfcFLgTQB8wRXNdB0VbWZTkake
 zlkAn0zgbdfVHiO5D+vJ0veySvzwUWJ7
 =mAXD
 -END PGP SIGNATURE-

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.compuppet-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-30 Thread Ohad Levy
If you need to save some time, have a look at theforeman.org - which should
takes care for most of the work for you.

Ohad

On Fri, Jul 30, 2010 at 12:19 PM, Daniel Pittman dan...@rimspace.netwrote:

 parag(PK) myselfpk...@gmail.com writes:

  Can it be possible to boot up a bare metal client ,by downloding the
  whole OS from server .when the client is powered on .

 Yes.  Feel free to research PXE booting, debootstrap, debconf preseeding,
 kickstart, satellite, jumpstart, FAI, and the other related technologies
 yourself.

 Regards,
Daniel
 --
 ✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155
 707
   ♽ made with 100 percent post-consumer electrons

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.compuppet-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-30 Thread Patrick Mohr
Do you want to run it off the server or install it on the client?  What OS?

On Jul 29, 2010, at 9:02 PM, parag(PK) wrote:

 Can it be possible to boot up a bare metal client ,by downloding the
 whole OS from server .when the client is powered on .

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[Puppet Users] Bootstrap

2010-07-29 Thread parag(PK)
Can it be possible to boot up a bare metal client ,by downloding the
whole OS from server .when the client is powered on .

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-29 Thread Jeff McCune
On Thu, Jul 29, 2010 at 10:02 PM, parag(PK) myselfpk...@gmail.com wrote:
 Can it be possible to boot up a bare metal client ,by downloding the
 whole OS from server .when the client is powered on .

Yes.

Nearly all unix operating systems provide a technology to provision
from bare metal through the networt.  A short list of those
technologies:

Enterprise Linux (RedHat, CentOS) - kickstart
Debian - fai (Fully Automated Install)
Solaris - jumpstart
Mac OS X - NetBoot-Install

Puppet is usually run in the post-installation phase of the
provisioning system, e.g. %post in kickstart.

-- 
Jeff McCune
http://www.puppetlabs.com/

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Bootstrap

2010-07-29 Thread Daniel Pittman
parag(PK) myselfpk...@gmail.com writes:

 Can it be possible to boot up a bare metal client ,by downloding the
 whole OS from server .when the client is powered on .

Yes.  Feel free to research PXE booting, debootstrap, debconf preseeding,
kickstart, satellite, jumpstart, FAI, and the other related technologies
yourself.

Regards,
Daniel
-- 
✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 707
   ♽ made with 100 percent post-consumer electrons

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.