Closed
Bug 639628
Opened 15 years ago
Closed 15 years ago
create vm image to host buildbot-master4 in scl1
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bear, Assigned: bkero)
References
Details
Please create a new 64bit OS vm image so we can migrate/install buildbot-master4 on it
Comment 1•15 years ago
|
||
bkero- from hallway conversation, current 64-bit CentOS is probably the right call here.
Assignee: server-ops-releng → bkero
| Assignee | ||
Comment 2•15 years ago
|
||
dhcp/dns entries queued up for when yellow flag is raised, will commit tomorrow
| Assignee | ||
Comment 3•15 years ago
|
||
I've created a CentOS 5.5 VM for this, however since buildbot-master4 already exists and is up, this is has a DHCP-assigned address from the pool.
You can reach it at:
root@10.12.51.235
If this is going to be a more long-term situation I can put a static entry in dns/dhcp.
| Assignee | ||
Comment 5•15 years ago
|
||
set to current build password
Comment 6•15 years ago
|
||
I managed to get logged in, hooray! Performance seems decent enough (120MB/sec), so let's go with this for now. Can you update the DNS entries to point buildbot-master4 at this? I can't even access the existing machine at that name....
| Assignee | ||
Comment 7•15 years ago
|
||
Ok, the switch-over went perfectly. Just updated a single DHCP record and ran dhclient, now the box is up at:
buildbot-master4.build.scl1.mozilla.com
| Assignee | ||
Comment 8•15 years ago
|
||
handed this off, confirmed good on irc, feel free to confirm here if you like too
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 9•15 years ago
|
||
I can't see any DNS entries for this at all:
[] bhearsum@voot:~$ cat /etc/resolv.conf
# Generated by NetworkManager
search build.mozilla.org build.scl1.mozilla.com build.sjc1.mozilla.com mozilla.org mozilla.com
nameserver 10.2.74.125
nameserver 10.2.74.123
nameserver 192.168.31.1
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 206.248.154.22
nameserver 206.248.154.170
[] bhearsum@voot:~$ host buildbot-master4.build.scl1.mozilla.com
hoHost buildbot-master4.build.scl1.mozilla.com not found: 3(NXDOMAIN)
[] bhearsum@voot:~$ host buildbot-master4.build.mozilla.org
host bHost buildbot-master4.build.mozilla.org not found: 3(NXDOMAIN)
[] bhearsum@voot:~$ host buildbot-master04.build.scl1.mozilla.com
Host buildbot-master04.build.scl1.mozilla.com not found: 3(NXDOMAIN)
[] bhearsum@voot:~$ host buildbot-master04.build.mozilla.org
Host buildbot-master04.build.mozilla.org not found: 3(NXDOMAIN)
[] bhearsum@voot:~$ host 10.12.51.235
Host 235.51.12.10.in-addr.arpa. not found: 3(NXDOMAIN)
It should have:
buildbot-master4.build.scl1.mozilla.com (A record)
buildbot-master04.build.mozilla.org (CNAME to the above)
Reverse DNS pointing to the scl1 name
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•15 years ago
|
||
Sorry about that, I reused the old buildbot-master4 DNS entry, which zandr later repurposed back to the original host. I thought the old hardware was gone permanently.
I've created some new DNS records, and altered the DHCP records. The host is online now, please confirm.
[bkero@boris ~]$ host buildbot-master4.build.scl1.mozilla.com
buildbot-master4.build.scl1.mozilla.com has address 10.12.48.18
[bkero@boris ~]$ host 10.12.48.18
18.48.12.10.in-addr.arpa domain name pointer buildbot-master4.build.scl1.mozilla.com.
[bkero@boris ~]$ host buildbot-master4.build.mozilla.org
buildbot-master4.build.mozilla.org is an alias for buildbot-master4.build.scl1.mozilla.com.
buildbot-master4.build.scl1.mozilla.com has address 10.12.48.18
Comment 11•15 years ago
|
||
Yup, everything looks good!
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•