Re: [CentOS] Kickstarting several *different* setups

2015-01-29 Thread Les Mikesell
On Wed, Jan 21, 2015 at 8:00 AM, James B. Byrne wrote: > Ansible, Bcfg2, Chef, Cobbler, Puppet, and Salt; I notice that > Spacewalk is not mentioned. Any particular reason that it gets no > recommendations? I think with Spacewalk you are pretty much committed to not using anything but Fedora or

Re: [CentOS] Kickstarting several *different* setups

2015-01-29 Thread Les Mikesell
On Wed, Jan 21, 2015 at 7:53 AM, James B. Byrne wrote: > > On Tue, January 20, 2015 18:37, Les Mikesell wrote: >> >> There's also saltstack which is one of the newer of the bunch. It has >> some chance of working reasonably across different platforms. How >> you feel about it will probably depe

Re: [CentOS] Kickstarting several *different* setups

2015-01-21 Thread James B. Byrne
Ansible, Bcfg2, Chef, Cobbler, Puppet, and Salt; I notice that Spacewalk is not mentioned. Any particular reason that it gets no recommendations? What about CFEngine? Any comments on this one? -- *** E-Mail is NOT a SECURE channel *** James B. Byrnemailto:by

Re: [CentOS] Kickstarting several *different* setups

2015-01-21 Thread James B. Byrne
On Tue, January 20, 2015 18:37, Les Mikesell wrote: > > There's also saltstack which is one of the newer of the bunch. It has > some chance of working reasonably across different platforms. How > you feel about it will probably depend on how you feel about python in > general - and how you expe

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Charles Polisher
Les Mikesell wrote: > Gordon Messmer wrote: > >> I would suggest that the "right way" would be to kickstart all your > >> machines the same way, and then use a configuration management tool > >> (like Puppet or Chef) to customize them > > > > Seconded. > > > > Personally, I recommend either ansible

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Grant Street
don't forget you can define PXE config files based on the IP, IP range or MAC address of the server. This means that you don't have to select the correct pxeboot option from a PXE menu it will select the most precise config file automatically. see the following http://www.syslinux.org/wiki/ind

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Les Mikesell
On Tue, Jan 20, 2015 at 3:14 PM, Gordon Messmer wrote: > >> I would suggest that the "right way" would be to kickstart all your >> machines the same way, and then use a configuration management tool >> (like Puppet or Chef) to customize them > > > Seconded. > > Personally, I recommend either ansib

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Gordon Messmer
On 01/20/2015 08:41 AM, Tom Grace wrote: I would suggest that the "right way" would be to kickstart all your machines the same way, and then use a configuration management tool (like Puppet or Chef) to customize them Seconded. Personally, I recommend either ansible or bcfg2 over other tools.

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Ashley M. Kirchner
Gotcha. Thanks all! You guys gave me the answers I needed to know and hear. For the immediate futre I will likely go with multiple pxeboot options which then picks the specific kickstart file. It's easy for me to put a label on the server that says 'web' or 'mail' etc. Then just pick the same from

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Les Mikesell
On Tue, Jan 20, 2015 at 11:13 AM, Ashley M. Kirchner wrote: > Tom: Thanks for the suggestion. I'll look into those tools. > > Mark: Yes, they are using pxeboot. Right now when they boot up, the pxe > config offers two options, 32- and 64bit. Are you suggesting I create > multiple entries that one

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Ashley M. Kirchner
Tom: Thanks for the suggestion. I'll look into those tools. Mark: Yes, they are using pxeboot. Right now when they boot up, the pxe config offers two options, 32- and 64bit. Are you suggesting I create multiple entries that one selects based on what the machine is going to be? Is there a way to ha

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Les Mikesell
On Tue, Jan 20, 2015 at 10:41 AM, Tom Grace wrote: > On 20/01/2015 16:29, Ashley M. Kirchner wrote: >> >> So my question is, is there some way do determine via kickstart, what to >> install on that machine based on some criteria, possibly the IP that's >> being assigned to it, or MAC address, or s

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Tom Grace
On 20/01/2015 16:29, Ashley M. Kirchner wrote: So my question is, is there some way do determine via kickstart, what to install on that machine based on some criteria, possibly the IP that's being assigned to it, or MAC address, or something ... If you just want to use kickstart, it would be pret