Re: [CentOS] Kickstarting several *different* setups

2015-01-29 Thread Les Mikesell
On Wed, Jan 21, 2015 at 8:00 AM, James B. Byrne byrn...@harte-lyne.ca 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

Re: [CentOS] Kickstarting several *different* setups

2015-01-29 Thread Les Mikesell
On Wed, Jan 21, 2015 at 7:53 AM, James B. Byrne byrn...@harte-lyne.ca 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

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. Byrne

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 expect

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

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Les Mikesell
On Tue, Jan 20, 2015 at 10:41 AM, Tom Grace lists...@deathbycomputers.co.uk 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

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

[CentOS] Kickstarting several *different* setups

2015-01-20 Thread Ashley M. Kirchner
I'm currently using kickstart for installing new servers and have run into the following scenario: all the machines will have the same basic setup of packages, however they will each be configured for a specific task. For example, some will be mail-serving machines and won't need things like a web

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 ash...@pcraft.com 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

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 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 or bcfg2 over

Re: [CentOS] Kickstarting several *different* setups

2015-01-20 Thread Les Mikesell
On Tue, Jan 20, 2015 at 3:14 PM, Gordon Messmer gordon.mess...@gmail.com 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

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