Closed
Bug 491879
Opened 17 years ago
Closed 17 years ago
Remove deleted VMs from DNS and inventory
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: oremj)
Details
The following VMs are now deleted, can you please remove them from DNS and inventory:
balsa-18branch
production-pacifica-vm02
production-prometheus-vm02
staging-crazyhorse
staging-pacifica-vm
staging-pacifica-vm02
staging-patrocles
staging-prometheus-vm
staging-prometheus-vm02
| Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → oremj
| Assignee | ||
Comment 1•17 years ago
|
||
The VMs have been deleted from inventory.
| Assignee | ||
Comment 2•17 years ago
|
||
DNS Updated.
One liner to fix reverse DNS:
for i in `cat /tmp/machines`; do perl -i -pne "s/(\d+)(.*)$i./\1\2unused-10-2-71-\1.build.mozilla.org./" /tmp/dnsss; done;
where /tmp/machines looks like:
balsa-18branch.build.mozilla.org
production-pacifica-vm02.build.mozilla.org
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•17 years ago
|
||
Urgh. Sorry, I forgot one more VM off the list. Can you also remove from DNS, inventory:
bm-centos5-unittest-01?
(hope it was ok to reopen this, seemed better then filing a new bug)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•17 years ago
|
||
removed
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•