[Ovirt-devel] [PATCH server] remove reliance on ovirt-pxe and clean up one more q/a installer variable problem

Joey Boggs jboggs at redhat.com
Tue Mar 31 15:41:05 UTC 2009


Alan Pevec wrote:
>> -    admin_dns_server = admin_ip.scan(/\s*inet addr:([\d.]+)/)
>> +    admin_dns_server = interfaces[admin_dev]
>>     
>
> is that "clean up one more q/a installer variable problem" ?  Please
> explain and put in a separate commit :)
>
>   

I'll break that one out then
>> +        single_exec { "node_image_iso_to_pxe" :
>> +                cwd => "/usr/share/ovirt-node-image/",
>> +                command => "/usr/bin/livecd-iso-to-pxeboot ovirt-node-image.iso; /usr/bin/cobbler sync",
>> +                require => [Package[ovirt-node-image],Package[livecd-tools],Package[cobbler]]
>> +        }
>>     
>
> would be good if this could be exposed, so that user can run it when
> ovirt-node-image is updated
>   
So could we rename ovirt-pxe to ovirt-update-pxe or something? Since 
it's really the same functionality




More information about the ovirt-devel mailing list