setting up local OMSA repo for an internal network
nathan at marketprecision.net
nathan at marketprecision.net
Tue Apr 1 13:23:05 CDT 2008
Has anyone set set up a local repo for the OMSA repo? Like many admins,
I like to bless packages from a local source before pushing them to my
servers.
I'm rsync'ing the the repo through a cronjob (rsync -avzL
rsync://linux.dell.com/repo/hardware/latest/* $docroot/OMSA/) to my
local update server (and put the GPG keys in the $docroot), but the yum
repo client configuration is a little more difficult than the CentOS
update repo (since it's not immediately obvious what all the flags are
here).
Could anyone offer a correction to my host configuration?
Thanks!
----
#cat /etc/yum.repos.d/dell-hw-indep-repository.repo
[dell-hardware-main]
name=Dell unofficial hardware repository - hardware independent repo
baseurl=http://int-repo.int/OMSA/osname=el$releasever&basearch=$basearch&repo_config=$repo_config&dellsysidpluginver=$dellsysidpluginver
enabled=1
gpgcheck=1
gpgkey=http://int-repo.int/RPM-GPG-KEY-dell
http://int-repo.int/RPM-GPG-KEY-libsmbios
#cat /etc/yum.repos.d/dell-hw-specific-repository.repo
[dell-hardware-auto]
name=Dell unofficial hardware repository - hardware specific repo
baseurl=http://int-repo.int/OMSA/sys_ven_id=$sys_ven_id&sys_dev_id=$sys_dev_id&osname=el$releasever&basearch=$basearch&repo_config=$repo_config&dellsysidpluginver=$dellsysidpluginver
enabled=1
gpgcheck=1
gpgkey=http://int-repo.int/RPM-GPG-KEY-dell
http://int-repo.int/RPM-GPG-KEY-libsmbios
More information about the Linux-PowerEdge
mailing list