~bjornt/maas:set-power-config-cleanup

Last commit made on 2022-06-01
Get this branch:
git clone -b set-power-config-cleanup 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:
set-power-config-cleanup
Repository:
lp:~bjornt/maas

Recent commits

8f7ccb5... by Björn Tillenius

Remove unused code from Node.set_power_config().

There was code that checked for self.bmc, even though it couldn't really
be None, except for in unit tests.

fc2cf8f... by Björn Tillenius

Allow make_Node to create a node without a BMC.

A lot of tests passed in "" as the power type, expecting to get a node
without a BMC configured. But in reality, that created a BMC with power
type "", which is invalid.

dcca5ba... by huwshimi <email address hidden>

Update maas-ui to 32890fff
feat(ui): set up controller network tab and DCHP snippets (#3975)

Add the controller network tab component and DHCP snippets table.

Fixes: canonical-web-and-design/app-tribe#987. Fixes: canonical-web-and-design/app-tribe#993.

c866f2a... by Caleb Ellis

Update maas-ui to 0a5623d4
refactor(ui): refactor cache sets table to work with controllers (#3973)

4bcaf52... by Peter Makowski

Update maas-ui to afe2fad4
refactor: add controller take action menu (#3974)

4117bcf... by Alberto Donato

drop monkeypatch for piston emitter, since it's been fixed in piston itself

9eaf677... by Bill Wear

Update maas-offline-docs to 62f1f69d
[how-to-manage-vmware-images.html] add link to packer template repository to first paragraph

5a792ab... by Bill Wear

Update maas-offline-docs to 2f140c31
[how-to-manage-vmware-images.html] better identify packer template repo as "community contributed" for better communication of risk levels

cd97069... by Bill Wear

Update maas-offline-docs to a00e13ad
[how-to-manage-vmware-images.html] add warning that VMWare images cannot be reliably cloned

9772187... by Anton Troyanov

feat(tests): fake pci and usb devices for network

Create devices under pci and usb when creating neworks in order to fully replicate machine-resources output.