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 wrote: > Hey, > I want the

Re: [Puppet Users] Bootstrap

2010-07-31 Thread Ohad Levy
PupperOS ?:) On Sat, Jul 31, 2010 at 10:02 PM, Peter Meier wrote: > -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

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

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 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: > > > Ca

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 y

Re: [Puppet Users] Bootstrap

2010-07-29 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 wrote: > "parag(PK)" writes: > > > Can it be possible to boot up a bare metal client ,by downloding the > > whole OS from se

Re: [Puppet Users] Bootstrap

2010-07-29 Thread Daniel Pittman
"parag(PK)" 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 technol

Re: [Puppet Users] Bootstrap

2010-07-29 Thread Jeff McCune
On Thu, Jul 29, 2010 at 10: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 . Yes. Nearly all unix operating systems provide a technology to provision from bare metal through the networt.