On Mon, 2010-05-03 at 16:26 +0200, Arthur Cl?ment wrote:> Hi,
>
> ovirt-node-tools provides two kickstarts with internal RH url, It might be
better with public mirrors.
>
http://ovirt.org/repos/ovirt/13/x86_64/ovirt-node-tools-1.9.1-1.fc12.noarch.rpm
>
> In /usr/share/ovirt-node-tools/ :
> #grep -R fedora.devel *
> ovirt-node-recipe.ks:repo --name="f12"
--baseurl=http://download.fedora.devel.redhat.com/pub/fedora/linux/releases/12/Everything/x86_64/os
> ovirt-node-recipe.ks:repo --name="f12-updates"
--baseurl=http://download.fedora.devel.redhat.com/pub/fedora/linux/updates/12/x86_64
> repos.ks:repo --name=f12
--baseurl=http://download.fedora.devel.redhat.com/pub/fedora/linux/releases/12/Everything/x86_64/os
> repos.ks:repo --name=f12-updates
--baseurl=http://download.fedora.devel.redhat.com/pub/fedora/linux/updates/12/x86_64
>
>
> PS : Where are the sources of ovirt-node-tools ?
>
>
>
ovirt-node-tools is a subpackage of ovirt-node. The content is
generated from the recipe subdirectory.
My latest build (using autobuild at 10 AM EDT today) shows
$ grep repo ovirt-node-recipe.ks
repo --name="f12"
--mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=x86_64
repo --name="f12-updates"
--mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=x86_64
repo --name="ovirt" --baseurl=http://ovirt.org/repos/ovirt/12/x86_64
The next release/build of ovirt-node should fix this.
Mike