Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2017-10-25 Thread Rastislav Hodul
Hi Sing, that was 4 years ago, I don't know where to find valid links this time :(. Sorry. -- Rastio On Tue, Oct 24, 2017 at 10:13 AM, Sing Do wrote: > Hi Ratio, > Can you update the url.. all are not working now. > > Thanks, > Sing > > On Monday, September 16, 2013 at 11:57:26 AM UTC-5, Rast

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2017-10-25 Thread Sing Do
Hi Ratio, Can you update the url.. all are not working now. Thanks, Sing On Monday, September 16, 2013 at 11:57:26 AM UTC-5, Rastio Hodul wrote: > > Hi everybody, > thanks for all your responses. Sorry for coming back this late, I was out > of commission for a while... > > At the end I am going

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-16 Thread Rastio Hodul
Hi everybody, thanks for all your responses. Sorry for coming back this late, I was out of commission for a while... At the end I am going with the solution described here http://www.linuxuser.co.uk/tutorials/unattended-ubuntu-installations The first commenter there created a script to do the w

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-16 Thread jcbollinger
On Saturday, September 14, 2013 8:38:31 AM UTC-5, Rich Siegel wrote: > > > the Puppet code by which you achieve the OS installation is totally > different from what you would use to maintain any part of the installed > system post installation, via a client running on it? > > Yes but within o

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-14 Thread Rich Siegel
> the Puppet code by which you achieve the OS installation is totally different > from what you would use to maintain any part of the installed system post > installation, via a client running on it? Yes but within our gitrepo, using the same tooling and contributions via the same workflow an

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-13 Thread jcbollinger
On Thursday, September 12, 2013 7:49:19 PM UTC-5, Rich Siegel wrote: > > So I have done a full os install using baremetal on a seemingly harder > platform- windows. > > https://github.com/rismoney/puppet-baremetal-windows > > Now windows has a lot of nuances so it should be easier in theory to d

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-12 Thread Rich Siegel
So I have done a full os install using baremetal on a seemingly harder platform- windows. https://github.com/rismoney/puppet-baremetal-windows Now windows has a lot of nuances so it should be easier in theory to do something similar starting from *nix. In essence I use a linux pxe server to bo

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-12 Thread Daniel Pittman
On Thu, Sep 12, 2013 at 4:03 AM, Steven Nemetz wrote: > Take a look at razor > https://puppetlabs.com/solutions/next-generation-provisioning > https://github.com/puppetlabs/razor > http://www.slideshare.net/PuppetLabs/puppetandrazor > http://www.slideshare.net/PuppetLabs/razor-puppet You should p

RE: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-12 Thread Steven Nemetz
Take a look at razor https://puppetlabs.com/solutions/next-generation-provisioning https://github.com/puppetlabs/razor http://www.slideshare.net/PuppetLabs/puppetandrazor http://www.slideshare.net/PuppetLabs/razor-puppet Steven Subject: Re: [Puppet Users] Re: Is it possible to install actual OS

Re: [Puppet Users] Re: Is it possible to install actual OS using puppet?

2013-09-11 Thread Stuart Cracraft
One popular standard method is: + LDAP initial boot a box from Kickstart or equivalent deploying an appropriate basic OS image + Ensure the post-image-install script includes a puppet agent package and changes to let the box talk with a known puppet master and autostart the puppet agent