~ltrager/maas:lp1911825

Last commit made on 2021-01-18
Get this branch:
git clone -b lp1911825 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1911825
Repository:
lp:~ltrager/maas

Recent commits

077855c... by Lee Trager

ack fix

f50b041... by Lee Trager

LP: #1911825 - Don't set BMC.ip_address when power_address contains an FQDN

When a BMC is created or edited MAAS maps its IP address to a subnet which is
stored in the model. This allows MAAS to send power commands only to rack
controllers which are on the same subnet as the BMC. If no rack controller
is on the same subnet as the BMC the power command is sent to all rack
controllers. When an FQDN or hostname were given an exception was raised as
MAAS expected an IP address. The exception is now avoided so the fallback
code is used which allow for FQDN or hostnames in the power_address.

6c68a4d... by Bill Wear

Update maas-offline-docs to 6ffda29
Fix haphazard use of quotes (legacy issue) throughout Commission machines page

0187a4d... by Bill Wear

Update maas-offline-docs to 279b386
Fix obscure RAD incursion error in Deploy machines page; causes .html versions to leak RAD tags

a9365c9... by Bill Wear

Update maas-offline-docs to fa6dc2e
Fix heading incursion in MAAS tags page

8ed88bc... by Alberto Donato

make some LXDPodDriver methods private, silence warning for unverified HTTPS connections

f58457e... by Alberto Donato

get list of MACs for LXD host from networks rather then resources

When running in a container, no card ports are reported, thus leading to an
empty MAC list.

dc18b14... by Huw Wilkins

Update maas-ui to c265fb1
feat(ui): make the network table sortable

Move the data manipulation to utils and use it in the table to set the sortable data.

Fixes: #2011.

209da24... by Lee Trager

Update Webhook power driver to use Twisted and add more options for flexibility

e4bdcaa... by Caleb Ellis

Update maas-ui to 5b1b042
refactor(ui): extract NodeDevice component from commonalities in PCI/USB components (#2050)