Closed
Bug 1396454
Opened 8 years ago
Closed 8 years ago
t-xp32-ix-001 is unreachable
Categories
(Infrastructure & Operations :: DCOps, task)
Infrastructure & Operations
DCOps
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: slaveapi, Assigned: van)
References
Details
Attachments
(2 files)
853 bytes,
patch
|
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
977 bytes,
patch
|
mtabara
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
this host was recently reimaged but during the reimaging process, it asked me to join the domain. there was no password so i had to join the workgroup instead. i believe this is blocking something as the host is pingable but not sshable, same thing as t-xp32-ix-002. any ideas?
Assignee: server-ops-dcops → vle
Flags: needinfo?(mcornmesser)
Comment 2•8 years ago
|
||
XP machines can no longer be reimaged since opsec has asked that we tighten security. This machine should probably be decommissioned instead.
Assignee | ||
Comment 3•8 years ago
|
||
can you decommission this one too please? i've taken it offline.
Flags: needinfo?(mcornmesser) → needinfo?(spacurar)
Comment 4•8 years ago
|
||
@van: can you please decommssion this in inventroy.
Flags: needinfo?(spacurar) → needinfo?(vle)
Comment 6•8 years ago
|
||
Deleted from buildslaves as well. Should there be anything else to be done? I couldn't find anything in buildbot. Correct me if I am wrong.
Assignee | ||
Comment 7•8 years ago
|
||
decommissioned in inventory.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(vle)
Resolution: --- → FIXED
Updated•8 years ago
|
Attachment #8905522 -
Flags: review?(mtabara)
Comment 8•8 years ago
|
||
Comment on attachment 8905522 [details] [diff] [review]
puppet-xp-001.patch
@aselagea: do we still need this puppet patch or are we all good with this?
Attachment #8905522 -
Flags: feedback?(aselagea)
Comment 9•8 years ago
|
||
Comment on attachment 8905522 [details] [diff] [review]
puppet-xp-001.patch
It seems the patch has already been pushed, so that part is done.
Attachment #8905522 -
Flags: feedback?(aselagea) → checked-in+
Comment 10•8 years ago
|
||
Some bb-configs cleaning.
Since t-xp32-ix-001 and t-xp32-ix-002 were decommed, only machines in range [003-010] are still in use for XP so I removed the rest of them from bb-configs.
Attachment #8908117 -
Flags: review?(mtabara)
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•8 years ago
|
||
Also did some cleaning in slavealloc. This should be done once we land the patch above.
Updated•8 years ago
|
Attachment #8908117 -
Flags: review?(mtabara) → review+
Comment 12•8 years ago
|
||
(In reply to Alin Selagea [:aselagea][:buildduty] from comment #11)
> Also did some cleaning in slavealloc. This should be done once we land the
> patch above.
Please reference any other patches that land here as well. I intend to use this bug as a good documentation skeleton for decommissioning slaves.
Comment 13•8 years ago
|
||
Comment on attachment 8908117 [details] [diff] [review]
bb-configs.patch
https://hg.mozilla.org/build/buildbot-configs/rev/6d6b4125be72
https://hg.mozilla.org/build/buildbot-configs/rev/8f12acd50578
Attachment #8908117 -
Flags: checked-in+
Comment 14•8 years ago
|
||
(In reply to Mihai Tabara [:mtabara]⌚️GMT from comment #12)
> Please reference any other patches that land here as well. I intend to use
> this bug as a good documentation skeleton for decommissioning slaves.
There several places to do changes for this:
- inventory - :van marked these machines as decommissioned
- Nagios - see the patch attached by Sebastian [1]
- bb-configs - see the patch I attached above [2]
- slavealloc - we just need some simple commands to remove these entries from DB.
e.g. mysql> select * from slaves where name like "t-xp32-ix%" and convert(substring(name, -3), unsigned integer) > 010;
...
mysql> delete from slaves where name like "t-xp32-ix%" and convert(substring(name, -3), unsigned integer) > 010;
Query OK, 30 rows affected (0.02 sec)
[1] https://bugzilla.mozilla.org/attachment.cgi?id=8905522
[2] https://bugzilla.mozilla.org/attachment.cgi?id=8908117
Comment 15•8 years ago
|
||
I think this is done now. Thanks for previous comment, that's gonna be a good resource for docs.
Please reopen if I'm wrong.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Comment 16•8 years ago
|
||
(In reply to Mihai Tabara [:mtabara]⌚️GMT from comment #15)
> I think this is done now. Thanks for previous comment, that's gonna be a
> good resource for docs.
> Please reopen if I'm wrong.
For the record, Andrei has added the docs here - https://wiki.mozilla.org/ReleaseEngineering/How_To/Decommission_Slave
Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•