~dannf/canonical-server-hwe-utils:weekly-rota-0-pad-dates

Last commit made on 2022-01-14
Get this branch:
git clone -b weekly-rota-0-pad-dates https://git.launchpad.net/~dannf/canonical-server-hwe-utils
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Branch information

Name:
weekly-rota-0-pad-dates
Repository:
lp:~dannf/canonical-server-hwe-utils

Recent commits

31da152... by dann frazier

weekly-rota-init.py: 0-pad dates

cosmetic improvement only

402c031... by dann frazier

Introduce weekly-rota-init.py

Scan a Jenkins RSS feed and use the JIRA API to automatically generate cards
for any failures.

c33846a... by dann frazier

Add command to clear System Event Log

9c6bda6... by dann frazier

labkey: Handle default branch rename

We're renaming the default branch from "master" to "main". Handle the
migration for existing labkey users.

02b6d20... by Taihsiang Ho

Add quicksilver project

dc88c30... by dann frazier

installer-test-matrix: Drop xenial release

xenial has reached end of standard support.

06c0cb5... by dann frazier

installer-test-matrix: Add impish interim release

9912990... by dann frazier

installer-test-matrix: Add Ampere's Mt. Jade platform

3361b35... by dann frazier

sbsh: Add support for executing commands specified after "--"

Some examples:

$ sbsh -l tremont -- date
Tue May 18 14:43:00 UTC 2021
Connection to 10.228.68.60 closed.
Shared connection to 10.228.0.2 closed.

$ sbsh -l 1ss -- juju status
Model Controller Cloud/Region Version SLA Timestamp Notes
controller jenkins scalebot/default 2.7.6 unsupported 14:42:33Z upgrade available: 2.7.8

Machine State DNS Inst id Series AZ Message
0 started 10.229.192.54 cwht73 bionic default Deployed

Connection to 10.229.193.21 closed.
Shared connection to 10.229.0.101 closed.

9c42764... by dann frazier

gen_conserver_cf.py: Deactivate sol before activating it

Some BMCs have an issue where they randomly drop an active sol session,
and then refuse to start a new one claiming another sol session is
already active. Aftert his, console clients and console log files will
fail to show any console output, and just have a series of errors:

Info: SOL payload already active on another session
Info: SOL payload already active on another session
Info: SOL payload already active on another session
Info: SOL payload already active on another session

To recover, we've had to send an sol deactivate command out-of-band of
conserver so that conserver's next reconnect attempt can succeed. Let's
just teach conserver to send the deactivate command itself before every
reconnect attempt.