~r00ta/maas:lp-2031482

Last commit made on 2024-05-06
Get this branch:
git clone -b lp-2031482 https://git.launchpad.net/~r00ta/maas
Only Jacopo Rota can upload to this branch. If you are Jacopo Rota please log in for upload directions.

Branch merges

Branch information

Name:
lp-2031482
Repository:
lp:~r00ta/maas

Recent commits

8a1ff11... by Jacopo Rota

update test_machine_boots_from_another_vlan_and_gets_updated as now more queries are executed

b355521... by Jacopo Rota

fix: lp-2031482. Move all assigned subnets to the new VLAN only if a controller interface has changed

1b31fd2... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Update maas-ui to 7e2e11836
chore(deps): bump ejs from 3.1.9 to 3.1.10 (#5423)

Signed-off-by: dependabot[bot] <email address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

a4005ad... by Jacopo Rota

Revert "fix: lp-2060297. Do not start apiserver until the unix socket has been created." 6b04c2ab4deab3c0d799215a226b4217e9139399

012430e... by Anton Troyanov

chore(deps): bump pebble to 1.10.2

Resolves LP:2064726

abbfb45... by Alexsander de Souza

feat: send heartbeats to Site Manager

5c528c6... by Jacopo Rota

fix: lp-2064281. The mac address that the rack controller communicates to the region when the machine's configuration is requested must be normalised

19c18a3... by Wyatt Rees

fix: parse the yaml metadata into json before issuing post request, remove unused 'alias' from schema.

788b445... by Björn Tillenius

Don't transition to FAILED_EXITING_RESCUE_MODE too early.

When exiting rescue mode, the node is either turned off or power cycled
in a post commit hook. Then, every 15 seconds, we check whether the
machine is on or off and updates the machine status.

If that check happens while a power cycle is happening, or before
the machine is actually turned off, the machine would go to
FAILED_EXITING_RESCUE_MODE incorrectly.

We now wait some time to elapse since the start of exiting rescue
mode before marking the node as failed.

This is a temporary fix until we write a workflow for this.

8ac98e0... by Christian Grabowski

fix: only create HW sync events when hardware has changed