~bjornt/maas:snap-test-build

Last commit made on 2021-04-27
Get this branch:
git clone -b snap-test-build 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:
snap-test-build
Repository:
lp:~bjornt/maas

Recent commits

2f9bffb... by Björn Tillenius

Always call update_node_interfaces().

7ab7225... by Alberto Donato

rename snap revision key to snap_revision in websocket for clarity

25dcbaf... by Caleb Ellis

Update maas-ui to 7fe37a6
fix(ui): use pod.resources for VM compose validation (#2578)

3976850... by Huw Wilkins

Update maas-ui to ff57aad
feat(ui): add upgrade notifications

Handle upgrade notifications in the React client. Cleanup of notification types.

Fixes: #2494.

8bc050e... by Huw Wilkins

Update maas-ui to c4fe43e
feat(proxy): dev console messages

Display message when loading clients in the console.

Fixes: #858.

2b51c17... by Huw Wilkins

Update maas-ui to 985c258
refactor(ui): add util for cleaning payloads

Add a util to prepare payload for API submission

Fixes: #2334.

3b3b1c1... by Bill Wear

Update maas-offline-docs to 517691f
Change out screenshots and narrative around 'Machine summary' tabs for 3.0: new screenshots throughout (mostly) because of the PCI/USB tabs; also changed discussion about static link 'View logs' to the dropdown 'View details' in two places, and changed the discussion on pagination for Event logs.

fecba9e... by Bill Wear

Update maas-offline-docs to 3f080e4
Added LXD DHCP turn-off instructions to 'Tips, Tricks, and Traps' in case users don't find it in the VM hosting section; gratuitously fixed an extra space in the MAAS Nav menu, causing the 'Troubleshooting' section to inadvertently double-space.

718b688... by Björn Tillenius

Allow update_node_interfaces() to process non-controller machines.

For now I made it so that deployed nodes work the same as controllers,
so that all new interfaces are marked as 'acquired'.

Then for non-deployed machines, I assume that they are commissioning and
new physical interfaces are not marked as acquired.

I kept all other types of interfaces as 'acquired' while commissioning,
but we might want allow users to set up the networking in a
commissioning script, so that things like vlan interfaces and bonds
might be created automatically.

5f66158... by Björn Tillenius

update_node_interfaces() now handle NICs without any ports.

This happens when you run MAAS inside a container. You'll see the
physical NICs in there, but without any ports.