Closed
Bug 560908
Opened 16 years ago
Closed 16 years ago
Install puppet on moz2-linux64-slave05
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: armenzg)
References
Details
Looks like it got missed when installing puppet on the already-cloned VMs.
| Reporter | ||
Updated•16 years ago
|
Assignee: nobody → armenzg
| Assignee | ||
Comment 1•16 years ago
|
||
The epel repository does have anymore the 0.24.8 version of puppet that we have and I had to modify the install steps that I mention in:
https://bugzilla.mozilla.org/show_bug.cgi?id=505232#c9
wget http://linux.web.psi.ch/dist/scientific/5/beta/puppet-0.24.8-1.el5.1.noarch.rpm
rpm -i puppet-0.24.8-1.el5.1.noarch.rpm
I will leave the slave on staging for few days to see how it behaves.
| Assignee | ||
Updated•16 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•16 years ago
|
||
I left the machine running but it was not being able to upload anything to staging-stage (waiting on adding to known_hosts).
I will leave it for another night.
Priority: P2 → --
Comment 3•16 years ago
|
||
Perhaps we should be keeping a copy of the the puppet package somewhere ? The private CVS repo would be a candidate.
| Assignee | ||
Comment 4•16 years ago
|
||
I have put the slave back into the pool.
(In reply to comment #3)
> Perhaps we should be keeping a copy of the the puppet package somewhere ? The
> private CVS repo would be a candidate.
Done.
[root@staging-puppet dist]# cvs add puppet-0.24.8-1.el5.1.noarch.rpm
cvs add: scheduling file `puppet-0.24.8-1.el5.1.noarch.rpm' for addition
cvs add: use 'cvs commit' to add this file permanently
[root@staging-puppet dist]# pwd
/N/puppet-files/dist
[root@staging-puppet dist]# cvs ci -m "Bug 560908. Store puppet 0.24.8. r=bhearsum"
cvs commit: Examining .
RCS file: /mofo/puppet-files/dist/puppet-0.24.8-1.el5.1.noarch.rpm,v
done
Checking in puppet-0.24.8-1.el5.1.noarch.rpm;
/mofo/puppet-files/dist/puppet-0.24.8-1.el5.1.noarch.rpm,v <-- puppet-0.24.8-1.el5.1.noarch.rpm
initial revision: 1.1
done
| Reporter | ||
Comment 5•16 years ago
|
||
Please use the '-kb' flag when adding binary files to CVS!
| Assignee | ||
Comment 6•16 years ago
|
||
The machine was moved to production for quite some time.
Closing since it is all done in here.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•