You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
User:Razzi: Difference between revisions
imported>Razzi |
imported>Razzi |
||
Line 37: | Line 37: | ||
How to check vlan for a host? | How to check vlan for a host? | ||
Is it expected that when reimaging a host, we see the old name when running homer?<syntaxhighlight> | Q: Is it expected that when reimaging a host, we see the old name when running homer?<syntaxhighlight> | ||
[edit interfaces interface-range disabled] | [edit interfaces interface-range disabled] | ||
- member ge-1/0/13; | - member ge-1/0/13; | ||
Line 49: | Line 49: | ||
</syntaxhighlight>^ this is while decommissioning db1125 | </syntaxhighlight>^ this is while decommissioning db1125 | ||
A: No, I skipped some netbox steps; when I fixed them this didn't show up | |||
== Ideas == | == Ideas == | ||
Script to show what tickets are currently in progress | Script to show what tickets are currently in progress | ||
Add homer-public to codesearch | |||
Remove legacy analytics-hadoop from grafana | |||
==Random notes== | ==Random notes== |
Revision as of 01:37, 25 May 2021
Learning the Wikimedia stack!
<InputBox> type=create placeholder=Article name prefix=User:Razzi/ buttonlabel=Create new article </InputBox>
<inputbox> type=create prefix=User:Razzi/ default=2022-08-10 summary=Foo </inputbox>
Documentation
No changes were found matching these criteria.
- 2021-04-20
- 2021-05-5
- 2021-06-09
- 2021-06-1
- 2021-06-10
- 2021-06-14
- 2021-06-30
- 2021-07-01
- 2021-07-30
- 2021-08-02
- 2021-09-09
- 2021-09-24
- 2022-02-07
- 2022-03-28
- A week with the search team
- Analytics notes
- Debugging eventlogging to druid network flows internal hourly.service
- Developing cookbook locally
- Experiment: use puppet notice to show variable
- First logical volume resizing
- First pass at understanding T300164 varnishkafka alerts
- Ganeti error: Connection to console of instance datahubsearch1002.eqiad.wmnet failed
- How to depool / pool a host from etcd
- How to run systemd unit of another user
- How to show mysql host from sql query
- How to view pooled services for lvs
- Installing puppet on mac
- Learning about partitions for flerovium/furud
- Looking into The following units failed: wmf auto restart prometheus-mysqld-exporter@matomo.service
- NameNode vs DataNode
- Notes on clouddb views
- Plan to drain hadoop cluster
- Presto query logging: https://phabricator.wikimedia.org/T269832
- Puppetboard
- Set up haproxy on mediawiki-vagrant
- Setting up kerberos locally
- Spicerack python api repl
- Superset 1.3.1 upgrade recap
- T279304
- T280132 disk swap
- Triage Superset Dashboard Timeouts - T294768
- What is conftool
- alertname: Icinga/Check correctness of the icinga configuration
- an-master reimaging
- code search
- common.js
- deployment train 5-18
- firewall audit
- fm/CFSSL
- fm/SCSI
- grand SRE IC plan
- https://phabricator.wikimedia.org/T298505
- learning storage on vagrant
- logs
- new plan for reimaging an-masters
- rebase off of origin in one command
- reimage of db1125
- scratch
- snippets
- ssh config
- ssh single letter domain shortcut
- superset 1.3.1 errors
- vector.css
- working with apache atlas in docker
Lists
Questions
How does refine use salts? https://gerrit.wikimedia.org/r/c/operations/puppet/+/679939
Is /system a default directory for hadoop, or can we remove it?
Is there a place that lists the vlans?
How to check vlan for a host?
Q: Is it expected that when reimaging a host, we see the old name when running homer?
[edit interfaces interface-range disabled]
- member ge-1/0/13;
[edit interfaces interface-range vlan-analytics1-d-eqiad]
+ member ge-1/0/13;
member ge-1/0/43 { ... }
[edit interfaces]
+ ge-1/0/13 {
+ description "db1125 {#2221}";
+ }
^ this is while decommissioning db1125
A: No, I skipped some netbox steps; when I fixed them this didn't show up
Ideas
Script to show what tickets are currently in progress
Add homer-public to codesearch
Remove legacy analytics-hadoop from grafana