lp:~aittner/canonical-server-hwe-utils

Get this repository:
git clone https://git.launchpad.net/~aittner/canonical-server-hwe-utils
Only Alexandre Erwin Ittner can upload to this repository. If you are Alexandre Erwin Ittner please log in for upload directions.

Branches

Name Last Modified Last Commit
weekly-rota-init-add-retries 2022-07-26 15:52:46 UTC
weekly-rota-init: add retries and delays for network errors

Author: Alexandre Erwin Ittner
Author Date: 2022-07-26 15:52:46 UTC

weekly-rota-init: add retries and delays for network errors

update-pre-commit-config 2022-07-26 15:50:24 UTC
Update pre-commit configuration

Author: Alexandre Erwin Ittner
Author Date: 2022-07-26 15:50:24 UTC

Update pre-commit configuration

add-setup-cfg-files 2022-02-10 21:28:41 UTC
Add a README.md

Author: Alexandre Erwin Ittner
Author Date: 2022-02-10 21:28:41 UTC

Add a README.md

main 2022-01-31 23:07:04 UTC
labkey: ssh: Try each of the host IP addresses until one works

Author: dann frazier
Author Date: 2022-01-31 23:07:04 UTC

labkey: ssh: Try each of the host IP addresses until one works

We currently always try to ssh to the IP of the boot interface. But the
boot interface may not have an IP - we see this when the boot interface
is configured to be a member of a bond. Instead, let's just ping each
IP until we get a response, and ssh to that one. This is still just
a guess because, AFAIK, there's no perfect way to know which IP(s) on
the host we can route to.

labkey-show-owner-tags 2021-04-23 21:44:22 UTC
labkey: add command "show-owners"

Author: Alexandre Erwin Ittner
Author Date: 2021-04-14 20:45:21 UTC

labkey: add command "show-owners"

This command will list the owner-* tags for all machines from a given
lab in a grep-friendly format.

In the simplest form, just show all owners:
    $ labkey show-owners 1ss

We can also use it for finding the machines assigned to a particular team:
    $ labkey show-owners 1ss | grep anbox

... or unowned machines:
    $ labkey show-owners 1ss | grep -v owner-

allow-reading-atom-feed-from-stdin 2021-02-09 16:59:15 UTC
Allow reading Atom feed data from standard input

Author: Alexandre Erwin Ittner
Author Date: 2021-02-09 16:59:15 UTC

Allow reading Atom feed data from standard input

Make parameter "-r" optional so, if not given, data will be read from
stdin. This allows the user to pipe data into the script and capture
the output with a single line:

curl http://user:pwd@jenkins-addr:8080/rssAll | ./jenkins-rss-to-trello-md.py | xsel -ib

master 2021-02-01 17:44:39 UTC
pre-commit: Don't use mutable references

Author: dann frazier
Author Date: 2021-02-01 17:44:39 UTC

pre-commit: Don't use mutable references

pre-commit complains about 'rev: master' not being supported:

[WARNING] The 'rev' field of repo 'https://github.com/psf/black' appears to be a mutable reference (moving tag / branch). Mutable references are never updated after first install and are not supported. See https://pre-commit.com/#using-the-latest-version-for-a-repository for more details.
[WARNING] The 'rev' field of repo 'https://gitlab.com/pycqa/flake8' appears to be a mutable reference (moving tag / branch). Mutable references are never updated after first install and are not supported. See https://pre-commit.com/#using-the-latest-version-for-a-repository for more details.

Apparently we should just run 'pre-commit autoupdate' periodically, and
commit the config it generates.

17 of 7 results
This repository contains Public information 
Everyone can see this information.