Interresting.

In the meantime, I did the following:
on head:
yum install squid
added the 2 following lines to /etc/squid/squid.conf

acl our_networks src 192.168.1.0/24 192.168.2.0/24
http_access allow our_networks

Then on nodes, added the following lines to /etc/yum.conf
# Specific config to oscarnodes:
proxy=http://192.168.1.150:3128/


Then a cexec yum -y install my_package should do the trick.

Olivier.

Le dimanche 16 mai 2010 00:21:04 Chuck Ritter, vous avez écrit :
> I remember reading in the systemimager documentation somewhere that it
> is possible to update an image and  have that pushed to clients. That
> might be the way to deal with it.
> 
> I'll see if I can find that reference.
> 
> On Wed, Apr 28, 2010 at 9:01 AM, Olivier LAHAYE <olivier.lah...@cea.fr> wrote:
> >
> > Hi,
> >
> > Is there an efficient way to push rpms on clients in an oscar server 
> > knowing the fact that the nodes are on a private network with no access to 
> > any repository outside the head?
> > I mean is yume for example able to qury deps on clients, download requried 
> > rpms and push thoses rpms on clients?
> >
> > Or am I stcuk to:
> > - either clone EPEL, rpmforge, oscar on my head
> > - or make my nodes public so they can use yum to install rpms?
> >
> > Olivier.
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> 

-- 
        Olivier LAHAYE
        CEAEA Saclay
        DRT-LIST-DCSI-DIR

------------------------------------------------------------------------------

_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to