Closed
Bug 736629
Opened 13 years ago
Closed 13 years ago
Kickstarted machines come up without any updates
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: kmoir)
References
Details
If you run 'yum upgrade', you see a whole bunch of packages from the updates repo
I think this is due to a typo in the kickstart config, but we'll need to upgrade all of the already-kickstarted hosts, too.
| Reporter | ||
Comment 1•13 years ago
|
||
changeset: 130:ae2c07749eaa
tag: tip
user: Dustin J. Mitchell <dustin@mozilla.com>
date: Fri Mar 16 17:29:48 2012 -0500
summary: Bug 736629: Fix typo in repos causing updates repo to be skipped when kickstarting
Updated•13 years ago
|
Assignee: dustin → jhford
| Reporter | ||
Comment 2•13 years ago
|
||
That didn't fix it, because I only changed the updates in the post-install section, not the kickstart.
Doing this in the kickstart itself is "hard" - http://linuxdevcenter.com/pub/a/linux/2005/02/17/kickstart_updates.html?page=2 has a tool to do so, but it's not for the faint of heart.
I think we should just run 'yum upgrade -y' in the puppetize script.
| Reporter | ||
Comment 3•13 years ago
|
||
Success:
[root@relabs08 ~]# yum upgrade
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Upgrade Process
No Packages marked for Update
from
changeset: 132:b8b5f40db4f6
tag: tip
user: Dustin J. Mitchell <dustin@mozilla.com>
date: Fri Mar 16 18:47:11 2012 -0500
summary: Bug 726639: install updates after anaconda is done
John, all yours to do the upgrades on the existing machines. I assume cssh can make quick work of that.
Updated•13 years ago
|
Assignee: jhford → kmoir
| Assignee | ||
Comment 4•13 years ago
|
||
How can I determine the list of machines that need to be updated?
| Reporter | ||
Comment 5•13 years ago
|
||
It should be all of the bld-hp-centos6-* in the node list in hg.m.o/build/puppet. Some (that have been re-kicstarted since) won't need it, but it won't hurt them.
cssh (or csshx on osx) is the tool to use here.
| Assignee | ||
Comment 6•13 years ago
|
||
Slaves updated, closing.
| Assignee | ||
Comment 7•13 years ago
|
||
.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•