~bjornt/maas:deploy-controller-nodes-db-patch

Last commit made on 2021-07-28
Get this branch:
git clone -b deploy-controller-nodes-db-patch https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
deploy-controller-nodes-db-patch
Repository:
lp:~bjornt/maas

Recent commits

6540d6b... by Björn Tillenius

Default to creating controllers as DEPLOYED in tests.

cbe9fb0... by Björn Tillenius

Add a DB patch to migrate old controllers to DEPLOYED.

In 3.0, and previous versions, whenever a node was created to track the
state of the controller, it was created in a NEW state.

Now we created such nodes as DEPLOYED, and this patch migrates to
controllers that were create in 3.0 and below.

If a controller is linked to a machine that wasn't automatically
created, it's not updated.

5530928... by Alberto Donato

release nodes to NEW status if there's no commissioning data

d3368be... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 7a6965c6
fix(deps): update dependency @types/node to v14.17.6 (#2904)

Co-authored-by: Renovate Bot <email address hidden>

54fa3ac... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to f9517b14
fix(deps): update dependency @types/jest to v26.0.24 (#2903)

Co-authored-by: Renovate Bot <email address hidden>

459bf3f... by Alberto Donato

validate that machine has interfaces if power type being set to something other
than IPMI

2065bc5... by Huw Wilkins

Update maas-ui to 0cbd2831
feat(ui): add intro redirects

Add redirects to the correct part of the intro or exit. Fix spacing after images form.

Fixes: canonical-web-and-design/app-squad#159. Fixes: canonical-web-and-design/app-squad#166.

567818a... by Huw Wilkins

Update maas-ui to 8d186dd4
feat(ui): update intro page to use reusable components

Update each section of the intro to use the reusable intro components

Fixes: canonical-web-and-design/app-squad#171

2a410ac... by Alberto Donato

add patch to set dynamic=True if conrollers/vm hosts power type is unknown

26a3349... by Diego Mascialino

Add maas.power cli tool to rack-controller pacakge