~troyanov/maas:restart-agent-from-rack

Last commit made on 2023-11-21
Get this branch:
git clone -b restart-agent-from-rack https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
restart-agent-from-rack
Repository:
lp:~troyanov/maas

Recent commits

e8bd420... by Anton Troyanov

fix: restart agent when config is changed by rack

761ad6e... by Anton Troyanov

refactor: update powerActivityDuration

Set powerActivityDuration to 5 minutes to cope with broken BMCs.

134d067... by Björn Tillenius

Don't reference self inside of a @transaction block.

Inside a @transaction block, a new transaction is being created
and 'self' is a stale reference from an old transaction.

9fa6a54... by Anton Troyanov

refactor: remove default wf retries, use timeout

When a Workflow Execution is spawned, it is not associated with a default
Retry Policy and thus does not retry by default. The intention is that a
Workflow Definition should be written to never fail due to intermittent issues;
an Activity is designed to handle such issues.

https://docs.temporal.io/retry-policies#default-behavior
https://docs.temporal.io/workflows#workflow-execution-timeout

fead703... by Adam Collard

chore: bump Pebble to 1.5.0

2a9cfa6... by Javier Fuentes

Bug: missing "certificate" and "key" LXD parameters in the CLI documentation of the VM-create-host command.

Reproduce it running:

> maas admin vm-hosts create --help

The output will show neither certificate nor key. However, both arguments are accepted when a VM of type LXD is created.

0d3fffe... by Peter Makowski

Update maas-ui to 56c3913e5
test: use single testing-library/dom (#5209)

ce678c8... by Anton Troyanov

fix: add power-off-mode to ipmi settings

c694a48... by Anton Troyanov

fix: change temporal db connection params

Set maxConnLifetime to "5m" (as regiond)

It appears that maxConns and maxIdleConns are set for each service (x4)
Lower the values so we don't exhaust DB connection pool
maxConns: 5
maxIdleConns: 5

Resolves LP:2043696

f646662... by Nick De Villiers

Update maas-ui to d8c92085f
ci: bump node from v16 to v20 LTS (#5210)

Co-authored-by: Peter Makowski <email address hidden>