Closed
Bug 1007342
Opened 11 years ago
Closed 11 years ago
mh and device changes for relocated p3 panda racks
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: kmoir)
References
Details
Attachments
(2 files, 3 obsolete files)
19.40 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
3.44 KB,
patch
|
Callek
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
In bug 1001705, some pandas were moved to new racks in a new datacenter. This revealed a problem where the address of the mobile imaging server was a fqdn that was tied to a data center in the mozharness scripts. Also, the devices.json lists the relay hosts per device, this needs to be updated too.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kmoir
Assignee | ||
Comment 1•11 years ago
|
||
So changing
"mobile_imaging_format": "http://mobile-imaging-%03i.p%i.releng.scl1.mozilla.com",
to
"mobile_imaging_format": "http://mobile-imaging",
doesn't work will have to refactor how things work a bit.
Assignee | ||
Comment 2•11 years ago
|
||
update to relay hosts
Attachment #8419438 -
Flags: review?(bugspam.Callek)
Assignee | ||
Comment 3•11 years ago
|
||
fix mh scripts, tested in staging
Attachment #8419439 -
Flags: review?(bugspam.Callek)
Updated•11 years ago
|
Attachment #8419438 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Comment 4•11 years ago
|
||
I tested this today and this worked. Although most of the pandas on the new datacenter that I'm using for testing on my dev-master are failing to verify so testing took a really long time, I had to disable many.
Attachment #8419711 -
Flags: feedback?(bugspam.Callek)
Assignee | ||
Updated•11 years ago
|
Attachment #8419439 -
Attachment is obsolete: true
Attachment #8419439 -
Flags: review?(bugspam.Callek)
Comment 5•11 years ago
|
||
Comment on attachment 8419711 [details] [diff] [review]
bug1007342mh-3.patch
Review of attachment 8419711 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozharness/mozilla/testing/mozpool.py
@@ +33,2 @@
> raise self.MozpoolException("This panda board does not have an associated BMM.")
> + return self.mobile_imaging_format
I'd just drop the whole .getfqdn and exception here...
Or at least don't try to regex the *panda*, maybe do a fqdn = socket.getfqdn(mobile_imaging_format) and then use the fqdn in mozharness, rather than the short-CNAME? (this is optional imo, but either way, no sense in doing a matching regex and a fqdn resolution for something we're not going to actually use in code)
Attachment #8419711 -
Flags: feedback?(bugspam.Callek) → feedback+
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8419711 -
Attachment is obsolete: true
Assignee | ||
Comment 7•11 years ago
|
||
Attachment #8420364 -
Attachment is obsolete: true
Attachment #8421067 -
Flags: review?(bugspam.Callek)
Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Comment on attachment 8421067 [details] [diff] [review]
bug1007342mh-5.patch
Review of attachment 8421067 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8421067 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8421067 -
Flags: checked-in+
Assignee | ||
Comment 10•11 years ago
|
||
Verified green tests on tbpl. Not sure if this bug should stay open for the tools changes required for the next panda move.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Summary: mh and device changes for relocated panda racks → mh and device changes for relocated p3 panda racks
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 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
•