[Ovirt-devel] [PATCH server] cleanup cobbler and put all cobbler traffic on the admin network

Joey Boggs jboggs at redhat.com
Fri Jun 26 15:47:19 UTC 2009


On 06/26/2009 11:40 AM, Michael DeHaan wrote:
> Joey Boggs wrote:
>> This set the cobbler modules dns/dhcp to dnsmasq, removes a duplicate 
>> ip replacement in /etc/cobbler/settings, and sets the ip address to 
>> the admin network instead of the guest networkwhere it should've been 
>> in the first place.
>>
>> ---
>>  installer/modules/ovirt/files/modules.conf   |    4 ++--
>>  installer/modules/ovirt/manifests/cobbler.pp |   16 ++++------------
>>  2 files changed, 6 insertions(+), 14 deletions(-)
>>
>> diff --git a/installer/modules/ovirt/files/modules.conf 
>> b/installer/modules/ovirt/files/modules.conf
>> index 236ef4c..7bfc2f8 100644
>> --- a/installer/modules/ovirt/files/modules.conf
>> +++ b/installer/modules/ovirt/files/modules.conf
>> @@ -74,7 +74,7 @@ module = authz_allowall
>>  # https://fedorahosted.org/cobbler/wiki/ManageDns
>>
>>  [dns]
>> -module = manage_bind
>> +module = manage_dnsmasq
>>
>>  # chooses the DHCP management engine if manage_dhcp is enabled
>>  # in /etc/cobbler/settings, which is off by default.
>> @@ -89,7 +89,7 @@ module = manage_bind
>>  # https://fedorahosted.org/cobbler/wiki/ManageDhcp
>>
>>  [dhcp]
>> -module = manage_isc
>> +module = manage_dnsmasq
>>
>
> You guys are using the DHCP+DNS management features now (and these are 
> turned on in settings)?
>
> I should point out -- most folks use ISC+BIND instead here.
> When we do the network objects feature for 2.0 (which will possibly 
> impact the way we template out those configs), it may no longer be 
> supported as we have to dual maintain it and ISC/BIND seems to be the 
> proper "production" option as dnsmasq says it is for "small networks".
>
>

Actually I meant to nak that part of the patch with dns/dhcp changes 
myself but forgot to. So we shouldn't have an issue at this point.





More information about the ovirt-devel mailing list