ubuntu/+source/ubuntu-advantage-tools:ubuntu/hirsute

Last commit made on 2021-03-10
Get this branch:
git clone -b ubuntu/hirsute https://git.launchpad.net/ubuntu/+source/ubuntu-advantage-tools
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/hirsute
Repository:
lp:ubuntu/+source/ubuntu-advantage-tools

Recent commits

93b578a... by Matthias Klose

26.2 (patches unapplied)

Imported using git-ubuntu import.

482e37b... by Bryce Harrington

changelog: update version number for hirsute release

83975b0... by Chad Smith

changelog

04ce301... by Lucas Albuquerque Medeiros de Moura

Add disable_auto_attach config to all test PRO vms (#1379)

To launch a PRO machine without ua enabled, we need
to perform some operations on the base image. This PR
extends these operations by running them on all
PRO machines that we are going to test

22cd772... by Lucas Albuquerque Medeiros de Moura

Add retry when running canonical-livepatch status (#1378)

When running canonical-livepatch status, we may stumble on some
flaky errors. If this command fails, we will shown livepatch to
be disabled, which may not be true if it is indeed a flaky error.
To try to avoid that, we are now adding retries to that command when
it fails

Fixes: #1360

b0a89bc... by Lucas Albuquerque Medeiros de Moura

Add reboot notices for fips operations (#1372)

Add reboot notices for fips operations

When we enable/disable fips, we need to restart the system to properly
configure it.

We now add notices that will remind users that fips requires a reboot
after enable or disable operations.

Fixes: #1368

74ff7b2... by Lucas Albuquerque Medeiros de Moura

flake8: fix issue on features/environment.py

c33eb9c... by Chad Smith

util: use lru_cache to avoid re-reading os-release and machine-id

Use functools lru_cache to avoid repeated reading of files that will
not change except across reboot. This cuts down both on noisy
Reading file messages and costly, repeated processing of the same
static responses.

Fixes: #1329

05868c0... by Chad Smith

tests: add more log artifacts during failed integration test

d9da8e4... by Lucas Albuquerque Medeiros de Moura

Check cloudinit status after launching image (#1366)

pycloudlib is no longer checking the cloudinit status when launching
an image. Since our integration tests may perform weirdly if
cloud-init fails to run, we are explicitly checking cloud-init status after we
launch an image