**Recurring standard work items:** - [ ] Pin Update Warning Message to slack channel - [ ] monitoring.coe.muc.redhat.com (VM) - dnf update (running on sf1) - [ ] sf1 - dnf update - [ ] sf2 - dnf update - [ ] ISAR Cluster - cluster update to latest channel - [ ] ISAR Cluster - Update operators - [ ] Upgrade keycloak operator (check channel) - [ ] Upgrade LVM Storage (check channel) - [ ] Upgrade ODF (check channel) - [ ] Upgrade AAP (check channel) - [ ] Upgrade ACM (check channel) - [ ] Upgrade Quay (check channel) - [ ] Upgrade OCPVirt (check channel) - [ ] NetApp CSI driver (check channel) - [ ] Backup switch config <details> <summary>Steps: How to backup</summary> ## Backup switch config to `Google Drive/My Drive/COE/Backups/arista-sfp` ``` echo -e "enable\nshow running-config" | ssh admin@arista-sfp.coe.muc.redhat.com > $(date -I)-arista-sfp-config.txt ``` to `Google Drive/My Drive/COE/Backups/arista-rj45` ``` echo -e "enable\nshow running-config" | ssh admin@arista-rj45.coe.muc.redhat.com > $(date -I)-arista-rj45-config.txt ``` Source: https://github.com/stormshift/support/issues/320#issuecomment-3675329717 </details> - [ ] Backup DHCP config (see [here] <details> <summary>Steps: How to backup</summary> Use local Google Drive sync or upload to <https://drive.google.com/drive/folders/1Q45CiLYSrihd8uCW6z9OpJ-BvNh4uBkN?usp=drive_link> ```shell cd Google Drive/My Drive/COE/Backups/ mkdir -p "./kea-dhcp-$(date -I)"; scp "root@sf1.coe.muc.redhat.com:/etc/kea/kea-*.conf" "./kea-dhcp-$(date -I)" ``` Source: https://github.com/stormshift/support/issues/336#issuecomment-3841000053 </details> - [ ] Check argocd and cleanup out-of-sync - [ ] Create follow up issue and calendar blocker for next update on the first tue of following month - [ ] Un-Pin Update Warning Message in slack channel **Special work Items for this update:** - [ ] power on ucs57 and approve CSRs - its currently powered down and removed due to AC limitations - [ ] power off ucs57 againand delete node - its currently powered down and deleted due to AC limitations Follow up to #404
Recurring standard work items:
Pin Update Warning Message to slack channel
monitoring.coe.muc.redhat.com (VM) - dnf update (running on sf1)
sf1 - dnf update
sf2 - dnf update
ISAR Cluster - cluster update to latest channel
ISAR Cluster - Update operators
Upgrade keycloak operator (check channel)
Upgrade LVM Storage (check channel)
Upgrade ODF (check channel)
Upgrade AAP (check channel)
Upgrade ACM (check channel)
Upgrade Quay (check channel)
Upgrade OCPVirt (check channel)
NetApp CSI driver (check channel)
Backup switch config
Steps: How to backup
Backup switch config
to
Google Drive/My Drive/COE/Backups/arista-sfpto
Google Drive/My Drive/COE/Backups/arista-rj45Source: Lab updates 2025-12-16 #320 (comment)
Backup DHCP config (see [here]
Steps: How to backup
Use local Google Drive sync or upload to https://drive.google.com/drive/folders/1Q45CiLYSrihd8uCW6z9OpJ-BvNh4uBkN?usp=drive_link
Source: Lab updates 2026-02-03 #336 (comment)
Check argocd and cleanup out-of-sync
Create follow up issue and calendar blocker for next update on the first tue of following month
Un-Pin Update Warning Message in slack channel
Special work Items for this update:
Follow up to #404