Re: [cobbler] how to add two repo to profile in command

2012-08-06 Thread Shake Chen
thanks. it work. On Tue, Aug 7, 2012 at 1:13 PM, James Cammarata wrote: > On Tue, Aug 7, 2012 at 12:11 AM, Shake Chen wrote: > > Hi > > > > Now I want to add two repo epel6-x86_64 epel6-x86_64-testing to profle, > but > > no working. > > > > > > cobbler profile edit --name=CentOS6.3-x86_64 >

Re: [cobbler] how to add two repo to profile in command

2012-08-06 Thread James Cammarata
On Tue, Aug 7, 2012 at 12:11 AM, Shake Chen wrote: > Hi > > Now I want to add two repo epel6-x86_64 epel6-x86_64-testing to profle, but > no working. > > > cobbler profile edit --name=CentOS6.3-x86_64 > --repos="epel6-x86_64,epel6-x86_64-testing" Lists are space-separated, so do this: --repos="e

[cobbler] how to add two repo to profile in command

2012-08-06 Thread Shake Chen
Hi Now I want to add two repo epel6-x86_64 epel6-x86_64-testing to profle, but no working. cobbler profile edit --name=CentOS6.3-x86_64 --repos="epel6-x86_64,epel6-x86_64-testing" -- Shake Chen ___ cobbler mailing list cobbler@lists.fedorahosted.or

Re: [cobbler] DHCP entries only get generated if netboot_enable = true

2012-08-06 Thread James Cammarata
> So, I'm still seeing a problem with this in that in order to netboot > machines with static interfaces I need to run "cobbler sync" after checking > the netboot enable box. This is a real pain. The original issue didn't address that. To overcome that issue, we need some sort of OMAPI implementa

Re: [cobbler] DHCP entries only get generated if netboot_enable = true

2012-08-06 Thread Orion Poplawski
On 06/08/2012 12:42 PM, Dan Rao wrote: Hi all, I upgraded my Cobbler install to 2.2.3-1.el6 (from epel-testing) last night. Interestingly, when I run cobbler sync, only machines that have netboot enabled get entries in my dhcpd.conf. The offending line(s) appear to be in /usr/lib/python2.6/sit