Hi,
I'm using the latest auto deploy script for 4.2.5 from
https://github.com/jcurry/Zenoss_4.2.5_core-autodeploybut this time i' ve been tasked with being able to install zenoss totally offline.
As the github area contains the pre req downloads its going pretty well so far I think.
However I've just run into an issue when the script reaches the part:
echo Install the Zenoss dependencies - zenossdeps-4.2.x-1.$els.noarch.rpmtry yum -y localinstall zenossdeps-4.2.x-1.$els.noarch.rpmThis installs ok, but then the next yum call
yum -y localinstall epel-release-6-8.noarch.rpm
attempts to go online and then fails with
http://deps.zenoss.com/yum/4.2.x/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "Failed to connect to 10.108.19.5: Network is unreachable"Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: zenossdeps-repo. Please verify its path and try againI think this is because the installed zenossdeps hasn't got all the info files about its repository?
Is there a way to install this so it doesn't need to go online?
Or do I need to retreive the missing files manually and place them somewhere?
Any help much appreciated.
UPDATE
The files listed online in the zenossdeps repository
http://deps.zenoss.com/yum/4.2.x/centos/6/os/x86_64/are, with the exception of quilt-0.48-2.el6.x86_64.rpm, all already present in the pre_req directory in the github download, and many are newer versions in the pre-req directory - so I'm wondering if the zenossdeps install is actually needed anymore with this new pre req setup?
And Quilt doesn;t actually seemed to be used at all
Thanks
Dafydd