View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/maas
Members of MAAS Committers can upload to this repository. Log in for directions.

MAAS has 18 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
3.7 2026-01-12 15:40:39 UTC
fix: HTTPS connections for Intel AMT power driver

Author: Merlijn Sebrechts
Author Date: 2026-01-12 15:40:39 UTC

fix: HTTPS connections for Intel AMT power driver

Resolves: LP#2107706

(cherry-picked from e1948e3348019f4c627d66698d55e35fc79607df)

3.6 2026-01-12 15:02:39 UTC
fix: HTTPS connections for Intel AMT power driver

Author: Merlijn Sebrechts
Author Date: 2026-01-12 15:02:39 UTC

fix: HTTPS connections for Intel AMT power driver

Resolves: LP#2107706

(cherry-picked from e1948e3348019f4c627d66698d55e35fc79607df)

master 2026-01-12 14:25:58 UTC
chore: remove old procedures coming from MAAS initialized before 3.7

Author: Jacopo Rota
Author Date: 2026-01-12 14:25:58 UTC

chore: remove old procedures coming from MAAS initialized before 3.7

auto-backport-2137254-3.7 2026-01-07 14:42:24 UTC
fix: check for RBAC permissions only when it's enabled

Author: Alessandro Marcolini
Author Date: 2026-01-07 14:36:59 UTC

fix: check for RBAC permissions only when it's enabled

Resolves LP:2137254

(cherry picked from commit 81c6c67b7dc618fe502a8a7f1e8b7d22b48878dd)

onie 2026-01-07 14:36:59 UTC
fix: check for RBAC permissions only when it's enabled

Author: Alessandro Marcolini
Author Date: 2026-01-07 14:36:59 UTC

fix: check for RBAC permissions only when it's enabled

Resolves LP:2137254

auto-backport-2137017-3.7 2026-01-07 14:10:19 UTC
fix: handle null values in the network resources

Author: Alessandro Marcolini
Author Date: 2026-01-07 14:02:33 UTC

fix: handle null values in the network resources

LXD can return a null value in the upper_devices field of a bridge or in
the lower_devices field of a bond. This is not an LXD bug, see this
issue for more information: https://github.com/canonical/lxd/issues/17333

Resolves LP:2137017

(cherry picked from commit df107c3972419a8360298d2c1b8ea3e92983ca36)

auto-backport-2137017-3.6 2026-01-07 14:08:27 UTC
fix: handle null values in the network resources

Author: Alessandro Marcolini
Author Date: 2026-01-07 14:02:33 UTC

fix: handle null values in the network resources

LXD can return a null value in the upper_devices field of a bridge or in
the lower_devices field of a bond. This is not an LXD bug, see this
issue for more information: https://github.com/canonical/lxd/issues/17333

Resolves LP:2137017

(cherry picked from commit df107c3972419a8360298d2c1b8ea3e92983ca36)

auto-backport-2134484-3.7 2025-12-19 12:33:27 UTC
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC

Author: Stamatis Katsaounis
Author Date: 2025-12-19 12:28:55 UTC

fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC

The solution is leveraging the fact that host `hostname` is just an identifier for dhcpd configuration that can be anything. For interfaces that share the same MAC e.g., VLAN interfaces, which have fixed IP addresses on different VLANs, this change create a host block per interface.

For reserved IPs, to create name uniqueness in the host block hostname, a prefix "rsvd-{reserved_ip.id}-" is added to the MAC address of the reservation.

Resolves LP:2134484

(cherry picked from commit 4f99b1adbcb53f66aed706662fc72af1dbddf572)

auto-backport-2134484-3.6 2025-12-19 12:31:26 UTC
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC

Author: Stamatis Katsaounis
Author Date: 2025-12-19 12:28:55 UTC

fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC

The solution is leveraging the fact that host `hostname` is just an identifier for dhcpd configuration that can be anything. For interfaces that share the same MAC e.g., VLAN interfaces, which have fixed IP addresses on different VLANs, this change create a host block per interface.

For reserved IPs, to create name uniqueness in the host block hostname, a prefix "rsvd-{reserved_ip.id}-" is added to the MAC address of the reservation.

Resolves LP:2134484

(cherry picked from commit 4f99b1adbcb53f66aed706662fc72af1dbddf572)

3.5 2025-12-10 16:19:47 UTC
Prepare for 3.5.10 release

Author: Jacopo Rota
Author Date: 2025-12-10 16:19:47 UTC

Prepare for 3.5.10 release

auto-backport-2134059-3.7 2025-12-09 14:30:58 UTC
fix: use netplan version 2 for custom ubuntu images deployed in memory

Author: Jacopo Rota
Author Date: 2025-12-09 14:23:57 UTC

fix: use netplan version 2 for custom ubuntu images deployed in memory

Resolves: LP:2134059
(cherry picked from commit 8492ac89f5cd9c7459f4c01cd5399dc1373f5e3d)

auto-backport-2134059-3.6 2025-12-09 14:29:00 UTC
fix: use netplan version 2 for custom ubuntu images deployed in memory

Author: Jacopo Rota
Author Date: 2025-12-09 14:23:57 UTC

fix: use netplan version 2 for custom ubuntu images deployed in memory

Resolves: LP:2134059
(cherry picked from commit 8492ac89f5cd9c7459f4c01cd5399dc1373f5e3d)

auto-backport-2134059-3.5 2025-12-09 14:26:29 UTC
fix: use netplan version 2 for custom ubuntu images deployed in memory

Author: Jacopo Rota
Author Date: 2025-12-09 14:23:57 UTC

fix: use netplan version 2 for custom ubuntu images deployed in memory

Resolves: LP:2134059
(cherry picked from commit 8492ac89f5cd9c7459f4c01cd5399dc1373f5e3d)

auto-backport-2132282-3.7 2025-12-05 03:33:11 UTC
fix: 20-maas-03-machine-resources fails for uint64 counters

Author: Anton Troyanov
Author Date: 2025-12-05 03:24:44 UTC

fix: 20-maas-03-machine-resources fails for uint64 counters

The bug is coming from LXD package we are using:
https://github.com/canonical/lxd/pull/17010

Resolves LP:2132282

(cherry picked from commit 1ecbfa5fb836fa00aaf391c834773888c97a1100)

auto-backport-2132282-3.6 2025-12-05 03:31:18 UTC
fix: 20-maas-03-machine-resources fails for uint64 counters

Author: Anton Troyanov
Author Date: 2025-12-05 03:24:44 UTC

fix: 20-maas-03-machine-resources fails for uint64 counters

The bug is coming from LXD package we are using:
https://github.com/canonical/lxd/pull/17010

Resolves LP:2132282

(cherry picked from commit 1ecbfa5fb836fa00aaf391c834773888c97a1100)

auto-backport-2132282-3.5 2025-12-05 03:29:09 UTC
fix: 20-maas-03-machine-resources fails for uint64 counters

Author: Anton Troyanov
Author Date: 2025-12-05 03:24:44 UTC

fix: 20-maas-03-machine-resources fails for uint64 counters

The bug is coming from LXD package we are using:
https://github.com/canonical/lxd/pull/17010

Resolves LP:2132282

(cherry picked from commit 1ecbfa5fb836fa00aaf391c834773888c97a1100)

auto-backport-2130621-3.7 2025-12-04 09:41:07 UTC
fix(power): DGX H200 commissioning fails due to a password policy

Author: Anton Troyanov
Author Date: 2025-11-20 12:28:09 UTC

fix(power): DGX H200 commissioning fails due to a password policy

Existing password policy:
1) Min chars - 10, Max chars - 15, Special chars - False
2) Min Chars - 15, Max chars - 20, Special chars - False
3) Min Chars - 10, Max chars - 15, Special chars - True

Unfortunately Nvidia DGX H200 password policy is a bit different:
- Min chars: 13
- Max chars: 20
- Special chars: true

Policy 3) works only when a generated password is >=13 which is not
always the case.

Modification to existing policy could break other things, so this commit
introduces a new fallback policy to support DGX H200.

Resolves LP:2130621

(cherry picked from commit 0d663db75b59ba3c00d864a271d84f2e646e732d)

auto-backport-2130621-3.6 2025-12-04 09:39:07 UTC
fix(power): DGX H200 commissioning fails due to a password policy

Author: Anton Troyanov
Author Date: 2025-11-20 12:28:09 UTC

fix(power): DGX H200 commissioning fails due to a password policy

Existing password policy:
1) Min chars - 10, Max chars - 15, Special chars - False
2) Min Chars - 15, Max chars - 20, Special chars - False
3) Min Chars - 10, Max chars - 15, Special chars - True

Unfortunately Nvidia DGX H200 password policy is a bit different:
- Min chars: 13
- Max chars: 20
- Special chars: true

Policy 3) works only when a generated password is >=13 which is not
always the case.

Modification to existing policy could break other things, so this commit
introduces a new fallback policy to support DGX H200.

Resolves LP:2130621

(cherry picked from commit 0d663db75b59ba3c00d864a271d84f2e646e732d)

auto-backport-2133828-3.5 2025-12-04 09:19:27 UTC
fix: move custom bootloaders to image-storage/custom-bootloaders to avoid cla...

Author: Jacopo Rota
Author Date: 2025-12-04 09:16:29 UTC

fix: move custom bootloaders to image-storage/custom-bootloaders to avoid clashing with custom images.

Resolves: LP#2133828
(cherry picked from commit e24f9edc90475336b6cb2974f29e6588d45ea32c)

feature_image-datamodel-changes 2025-11-19 16:16:11 UTC
rename boot resource set service method and fix tests

Author: Alessandro Marcolini
Author Date: 2025-11-19 16:16:11 UTC

rename boot resource set service method and fix tests

dns-scheduler-temporal-3.7 2025-11-18 17:19:04 UTC
fix tests

Author: Jacopo Rota
Author Date: 2025-11-18 16:17:43 UTC

fix tests

auto-backport-2107706-3.6 2025-11-17 23:00:47 UTC
fix: HTTPS connections for Intel AMT power driver

Author: Merlijn Sebrechts
Author Date: 2025-11-17 22:59:18 UTC

fix: HTTPS connections for Intel AMT power driver

Resolves: LP#2107706
(cherry picked from commit e1948e3348019f4c627d66698d55e35fc79607df)

auto-backport-2110046-3.7 2025-11-14 16:06:38 UTC
feat(dns): allow only trusted zone transfers

Author: Maik Rebaum
Author Date: 2025-11-13 21:20:10 UTC

feat(dns): allow only trusted zone transfers

(cherry picked from commit f705e44561ab09de1b1c9bb9f16ad22c6f5a2ee1)

auto-backport-2110046-3.6 2025-11-14 16:04:43 UTC
feat(dns): allow only trusted zone transfers

Author: Maik Rebaum
Author Date: 2025-11-13 21:20:10 UTC

feat(dns): allow only trusted zone transfers

(cherry picked from commit f705e44561ab09de1b1c9bb9f16ad22c6f5a2ee1)

3.4 2025-10-31 08:36:53 UTC
fix: use ps to find dhclient pid instead of reading all the files under /proc

Author: Jacopo Rota
Author Date: 2025-10-31 08:36:53 UTC

fix: use ps to find dhclient pid instead of reading all the files under /proc

Resolves: LP#2130237
(cherry picked from commit 2013c36306f98fb43af3e46c3a22eaebbab93cdf)

auto-backport-2130237-3.7 2025-10-31 07:46:04 UTC
fix: use ps to find dhclient pid instead of reading all the files under /proc

Author: Jacopo Rota
Author Date: 2025-10-31 07:39:47 UTC

fix: use ps to find dhclient pid instead of reading all the files under /proc

Resolves: LP#2130237
(cherry picked from commit 2013c36306f98fb43af3e46c3a22eaebbab93cdf)

auto-backport-2130237-3.6 2025-10-31 07:44:44 UTC
fix: use ps to find dhclient pid instead of reading all the files under /proc

Author: Jacopo Rota
Author Date: 2025-10-31 07:39:47 UTC

fix: use ps to find dhclient pid instead of reading all the files under /proc

Resolves: LP#2130237
(cherry picked from commit 2013c36306f98fb43af3e46c3a22eaebbab93cdf)

auto-backport-2130237-3.5 2025-10-31 07:43:47 UTC
fix: use ps to find dhclient pid instead of reading all the files under /proc

Author: Jacopo Rota
Author Date: 2025-10-31 07:39:47 UTC

fix: use ps to find dhclient pid instead of reading all the files under /proc

Resolves: LP#2130237
(cherry picked from commit 2013c36306f98fb43af3e46c3a22eaebbab93cdf)

auto-backport-2130237-3.4 2025-10-31 07:42:41 UTC
fix: use ps to find dhclient pid instead of reading all the files under /proc

Author: Jacopo Rota
Author Date: 2025-10-31 07:39:47 UTC

fix: use ps to find dhclient pid instead of reading all the files under /proc

Resolves: LP#2130237
(cherry picked from commit 2013c36306f98fb43af3e46c3a22eaebbab93cdf)

auto-backport-2130269-3.7 2025-10-30 19:03:04 UTC
build: fix maas-ui pre-built asset URL

Author: Alexsander de Souza
Author Date: 2025-10-30 18:42:45 UTC

build: fix maas-ui pre-built asset URL

(cherry picked from commit c31a1201d97154792be46df53b3c0c96b727b381)

auto-backport-2130269-3.6 2025-10-30 19:01:37 UTC
build: fix maas-ui pre-built asset URL

Author: Alexsander de Souza
Author Date: 2025-10-30 18:42:45 UTC

build: fix maas-ui pre-built asset URL

(cherry picked from commit c31a1201d97154792be46df53b3c0c96b727b381)

auto-backport-2130269-3.5 2025-10-30 19:00:24 UTC
build: fix maas-ui pre-built asset URL

Author: Alexsander de Souza
Author Date: 2025-10-30 18:42:45 UTC

build: fix maas-ui pre-built asset URL

(cherry picked from commit c31a1201d97154792be46df53b3c0c96b727b381)

auto-backport-2130269-3.4 2025-10-30 18:58:46 UTC
build: fix maas-ui pre-built asset URL

Author: Alexsander de Souza
Author Date: 2025-10-30 18:42:45 UTC

build: fix maas-ui pre-built asset URL

(cherry picked from commit c31a1201d97154792be46df53b3c0c96b727b381)

auto-backport-2122720-3.7 2025-10-02 08:57:46 UTC
fix: set secondary gateway policy to priority 1000

Author: Jacopo Rota
Author Date: 2025-10-02 08:52:24 UTC

fix: set secondary gateway policy to priority 1000

Resolves: LP#2122720
(cherry picked from commit c64b18ba4581d8a966dbc86a74ce3b702c1fcdd3)

auto-backport-2122720-3.6 2025-10-02 08:56:27 UTC
fix: set secondary gateway policy to priority 1000

Author: Jacopo Rota
Author Date: 2025-10-02 08:52:24 UTC

fix: set secondary gateway policy to priority 1000

Resolves: LP#2122720
(cherry picked from commit c64b18ba4581d8a966dbc86a74ce3b702c1fcdd3)

auto-backport-2122720-3.5 2025-10-02 08:54:47 UTC
fix: set secondary gateway policy to priority 1000

Author: Jacopo Rota
Author Date: 2025-10-02 08:52:24 UTC

fix: set secondary gateway policy to priority 1000

Resolves: LP#2122720
(cherry picked from commit c64b18ba4581d8a966dbc86a74ce3b702c1fcdd3)

auto-backport-1591336-3.6 2025-09-30 15:34:28 UTC
fix(storage): validate /boot/efi on UEFI and block deployment

Author: Tanzeel Ur Rehman
Author Date: 2025-09-30 15:32:13 UTC

fix(storage): validate /boot/efi on UEFI and block deployment

Resolves LP:1591336

(cherry picked from commit c6ab90e40dc1d5844b27c1fa1e740ea5343927f7)

auto-backport-2112193-3.7 2025-09-29 16:25:56 UTC
fix: remove disabled_components CLI help string

Author: Maik Rebaum
Author Date: 2025-09-29 13:11:43 UTC

fix: remove disabled_components CLI help string

(cherry picked from commit ded4b87aeeb7555477579c9b0b429b3501121f0e)

how-to-manage-networks-rework 2025-09-25 15:05:41 UTC
incorporate reviewer comments and worked toward the spirit of a meta-comment

Author: Bill Wear
Author Date: 2025-09-25 15:05:41 UTC

incorporate reviewer comments and worked toward the spirit of a meta-comment

3.3 2025-09-24 09:10:10 UTC
Prepare for 3.3.11 release

Author: Dariusz Gadomski
Author Date: 2025-09-24 09:10:10 UTC

Prepare for 3.3.11 release

rewrite-logging-guide 2025-09-23 21:35:30 UTC
fix(docs): revise doc a second time to respond to reviewer comments

Author: Bill Wear
Author Date: 2025-09-23 21:35:30 UTC

fix(docs): revise doc a second time to respond to reviewer comments

auto-backport-2026181-3.7 2025-09-23 21:11:25 UTC
fix: increased power-on timeouts for lxd based vms

Author: Maik Rebaum
Author Date: 2025-09-23 21:07:17 UTC

fix: increased power-on timeouts for lxd based vms

(cherry picked from commit 6ae53cf4894e43031570873c64297e30cff02067)

auto-backport-2026181-3.6 2025-09-23 21:09:31 UTC
fix: increased power-on timeouts for lxd based vms

Author: Maik Rebaum
Author Date: 2025-09-23 21:07:17 UTC

fix: increased power-on timeouts for lxd based vms

(cherry picked from commit 6ae53cf4894e43031570873c64297e30cff02067)

how-to-manage-images 2025-09-23 20:18:32 UTC
fixed issues spotted by reviewer

Author: Bill Wear
Author Date: 2025-08-27 22:40:07 UTC

fixed issues spotted by reviewer

how-to-manage-machines 2025-09-23 20:07:32 UTC
final fixes

Author: Bill Wear
Author Date: 2025-09-23 20:07:32 UTC

final fixes

real-time-kernel 2025-09-23 19:50:34 UTC
actually push the cloud-init changes for a change

Author: Bill Wear
Author Date: 2025-09-23 19:50:34 UTC

actually push the cloud-init changes for a change

enhance-maas-security 2025-09-22 16:41:02 UTC
change Settings > Configuration > Security to Settings > Security

Author: Bill Wear
Author Date: 2025-09-22 16:41:02 UTC

change Settings > Configuration > Security to Settings > Security

about-the-machine-life-cycle 2025-09-22 16:19:32 UTC
change hard-to-parse suspensive hyphenation to something more world-friendly

Author: Bill Wear
Author Date: 2025-09-22 16:19:32 UTC

change hard-to-parse suspensive hyphenation to something more world-friendly

about-deploying-machines 2025-09-16 22:02:35 UTC
fix(docs): Rewrite the deployment explanation to match the tone, style, and l...

Author: Bill Wear
Author Date: 2025-09-16 22:02:35 UTC

fix(docs): Rewrite the deployment explanation to match the tone, style, and level of detail of the other machine-related explanation pages.

about-machine-basics 2025-09-16 21:02:46 UTC
fix(docs): complete rewrite of this document, changing focus to what machines...

Author: Bill Wear
Author Date: 2025-09-16 21:02:46 UTC

fix(docs): complete rewrite of this document, changing focus to what machines are and how they operate under MAAS, independent of MAAS life-cycle stages

fips-kernel 2025-09-16 20:30:51 UTC
Walk through the whole document and improve the conversation, with the cloud-...

Author: Bill Wear
Author Date: 2025-09-16 20:30:51 UTC

Walk through the whole document and improve the conversation, with the cloud-init choices in mind.

how-to-build-ubuntu-images 2025-09-15 21:50:29 UTC
update 7872

Author: Bill Wear
Author Date: 2025-09-15 21:50:29 UTC

update 7872

how-to-build-custom-images 2025-09-10 20:31:55 UTC
Updated document to address reviewer comments.

Author: Bill Wear
Author Date: 2025-09-10 20:31:55 UTC

Updated document to address reviewer comments.

machine-groups 2025-09-10 17:24:39 UTC
fix(docs): continue fixing CLI commands to add comments defining replaceable ...

Author: Bill Wear
Author Date: 2025-09-10 17:24:39 UTC

fix(docs): continue fixing CLI commands to add comments defining replaceable params

dhcp4_dora_handler_ 2025-09-05 15:32:32 UTC
test: test if recordReader was closed

Author: Anton Troyanov
Author Date: 2025-09-05 15:28:40 UTC

test: test if recordReader was closed

auto-backport-2115797-3.6 2025-09-05 13:19:56 UTC
fix: wait for LXD to be installed in LXD VM host deployment

Author: Björn Tillenius
Author Date: 2025-09-05 10:59:20 UTC

fix: wait for LXD to be installed in LXD VM host deployment

When the machine is booting up, installing snaps sometimes fails
with a 'context cancelled' error. Retry the installation until
it succeeds (or times out).

The previous fix in 2b3bf04be3c1b0530dad206f4cb303bdb67c6e9c
did resolve the issue, but it retried 'lxc info', which in
turn did install lxd implicitly, but not from the channel we
want. Now it's more explicit where the problem is.

Resolves: LP:2115797
(cherry picked from commit b0427c945a220c5f7afc9349622fbbb3f7d23a5d)

auto-backport-2115797-3.7 2025-09-05 11:29:58 UTC
fix: wait for LXD to be installed in LXD VM host deployment

Author: Björn Tillenius
Author Date: 2025-09-05 10:59:20 UTC

fix: wait for LXD to be installed in LXD VM host deployment

When the machine is booting up, installing snaps sometimes fails
with a 'context cancelled' error. Retry the installation until
it succeeds (or times out).

The previous fix in 2b3bf04be3c1b0530dad206f4cb303bdb67c6e9c
did resolve the issue, but it retried 'lxc info', which in
turn did install lxd implicitly, but not from the channel we
want. Now it's more explicit where the problem is.

Resolves: LP:2115797
(cherry picked from commit b0427c945a220c5f7afc9349622fbbb3f7d23a5d)

feature_image-sync-workflow 2025-09-04 13:51:06 UTC
Merge branch 'master' into feature_image-sync-workflow

Author: Alessandro Marcolini
Author Date: 2025-09-04 10:24:52 UTC

Merge branch 'master' into feature_image-sync-workflow

Fix conflicts on src/maastemporalworker/workflow/bootresource.py and
adjust tests.

about-machine-groups 2025-09-03 22:26:34 UTC
fix(docs): update 'about machine groups' just because it fell out of updating...

Author: Bill Wear
Author Date: 2025-09-03 22:26:34 UTC

fix(docs): update 'about machine groups' just because it fell out of updating 'how to manage machine groups'

auto-backport-2098967-3.7 2025-09-03 15:16:11 UTC
fix: improve performances of domain.`resource_record_count`

Author: Alessandro Marcolini
Author Date: 2025-08-11 15:46:51 UTC

fix: improve performances of domain.`resource_record_count`

Switch to a single raw SQL query instead of fetching and looping over
multiple entities.

Resolves LP:2098967

(cherry picked from commit 7289b33863ae8f603ee86e89d86e402b17a99e27)

auto-backport-2120556-3.7 2025-09-03 09:13:28 UTC
fix: when deleting a DNS record, do not delete the static IP if there are oth...

Author: Jacopo Rota
Author Date: 2025-09-03 09:08:08 UTC

fix: when deleting a DNS record, do not delete the static IP if there are other DNS records pointing to the same IP

Resolves: LP:2120556
(cherry picked from commit 636d0995a742196eef23ab3877dc6db3836df61d)

auto-backport-2120556-3.6 2025-09-03 09:13:01 UTC
fix: when deleting a DNS record, do not delete the static IP if there are oth...

Author: Jacopo Rota
Author Date: 2025-09-03 09:08:08 UTC

fix: when deleting a DNS record, do not delete the static IP if there are other DNS records pointing to the same IP

Resolves: LP:2120556
(cherry picked from commit 636d0995a742196eef23ab3877dc6db3836df61d)

auto-backport-2118833-3.7 2025-08-29 15:34:20 UTC
fix(dns): disable forwarders in authoritative zones

Author: Jack-Skye Owen-Lloyd-Walters
Author Date: 2025-08-29 14:50:19 UTC

fix(dns): disable forwarders in authoritative zones

- Disable forwarding in authoritative zones so NS delegations are respected
- Avoid writing an empty forwarders{} block in forward zones with no valid servers

Resolves: LP:2118833
(cherry picked from commit 58a762d021a6a76857178ec4efea5d189a6a92dd)

about-maas-events 2025-08-28 22:25:11 UTC
fix(docs): improve exposition and style in 'about maas events'

Author: Bill Wear
Author Date: 2025-08-28 22:25:11 UTC

fix(docs): improve exposition and style in 'about maas events'

about-maas-performance 2025-08-28 21:49:22 UTC
fix(docs): rewrite 'about maas performance' to simplify and improve style'

Author: Bill Wear
Author Date: 2025-08-28 21:49:22 UTC

fix(docs): rewrite 'about maas performance' to simplify and improve style'

configure-storage-layouts 2025-08-28 21:20:10 UTC
fix(docs): rewrite 'how to configure storage layouts' to actually give advice...

Author: Bill Wear
Author Date: 2025-08-28 21:20:10 UTC

fix(docs): rewrite 'how to configure storage layouts' to actually give advice on how to do that, instead of just parroting the storage reference catalog

how-to-contact-us 2025-08-28 21:00:10 UTC
fix(docs): rewrite+simplify 'how to contact us'

Author: Bill Wear
Author Date: 2025-08-28 21:00:10 UTC

fix(docs): rewrite+simplify 'how to contact us'

how-to-manage-ha 2025-08-27 22:33:19 UTC
updated how-to-manage-high-availability with reviewer comments

Author: Bill Wear
Author Date: 2025-08-27 22:33:19 UTC

updated how-to-manage-high-availability with reviewer comments

air-gapped-maas 2025-08-26 22:52:32 UTC
fix(docs): rewrite air-gap guide to match new style

Author: Bill Wear
Author Date: 2025-08-26 22:52:32 UTC

fix(docs): rewrite air-gap guide to match new style

how-to-monitor-maas 2025-08-26 22:28:38 UTC
fix(docs): rewrite 'how to monitor maas' in new style

Author: Bill Wear
Author Date: 2025-08-26 22:28:38 UTC

fix(docs): rewrite 'how to monitor maas' in new style

how-to-report-bugs 2025-08-26 21:15:58 UTC
fix(docs): rewrite page to match new document style

Author: Bill Wear
Author Date: 2025-08-25 18:12:02 UTC

fix(docs): rewrite page to match new document style

how-to-manage-networks 2025-08-26 21:13:26 UTC
partial updates based on last review

Author: Bill Wear
Author Date: 2025-08-26 21:13:26 UTC

partial updates based on last review

repoint-internal-links 2025-08-26 18:55:43 UTC
test

Author: Bill Wear
Author Date: 2025-08-26 18:55:43 UTC

test

authenticate-to-maas-api 2025-08-25 19:45:58 UTC
fix(docs): rewrite maas api auth how-to in new style

Author: Bill Wear
Author Date: 2025-08-25 19:45:58 UTC

fix(docs): rewrite maas api auth how-to in new style

how-to-request-features 2025-08-25 18:28:26 UTC
fix(docs): rewrite 'how to request features' to match new style

Author: Bill Wear
Author Date: 2025-08-25 18:28:26 UTC

fix(docs): rewrite 'how to request features' to match new style

expl-landing-page-update 2025-08-18 22:11:39 UTC
fix(docs): fix MP review comments

Author: Bill Wear
Author Date: 2025-08-18 22:11:39 UTC

fix(docs): fix MP review comments

backup-guide-rewrite 2025-08-18 20:58:23 UTC
fix(docs): rewrite 'How to back up MAAS' in more professional style

Author: Bill Wear
Author Date: 2025-08-18 20:58:23 UTC

fix(docs): rewrite 'How to back up MAAS' in more professional style

install-guide-rewrite 2025-08-18 20:19:04 UTC
fix(docs): rewrite 'How to get MAAS up and running' in more professional style

Author: Bill Wear
Author Date: 2025-08-18 20:19:04 UTC

fix(docs): rewrite 'How to get MAAS up and running' in more professional style

test-item 2025-08-12 15:00:04 UTC
Merge branch 'test-item' of git+ssh://git.launchpad.net/maas into test-item

Author: Bill Wear
Author Date: 2025-08-12 15:00:04 UTC

Merge branch 'test-item' of git+ssh://git.launchpad.net/maas into test-item

update-ref-landing-page 2025-08-11 20:05:22 UTC
fix(docs): standardize reference landing page

Author: Bill Wear
Author Date: 2025-07-29 19:18:24 UTC

fix(docs): standardize reference landing page

auto-backport-2117200-3.7 2025-08-01 15:47:40 UTC
fix: when the machine is configured with redfish and the bmc_config commissio...

Author: Jacopo Rota
Author Date: 2025-08-01 15:39:42 UTC

fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address.

(cherry picked from commit 47f80921846ad87abcd6364fdc8e8f2381408a1c)

auto-backport-2117200-3.6 2025-08-01 15:46:07 UTC
fix: when the machine is configured with redfish and the bmc_config commissio...

Author: Jacopo Rota
Author Date: 2025-08-01 15:39:42 UTC

fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address.

(cherry picked from commit 47f80921846ad87abcd6364fdc8e8f2381408a1c)

auto-backport-2117200-3.5 2025-08-01 15:42:06 UTC
fix: when the machine is configured with redfish and the bmc_config commissio...

Author: Jacopo Rota
Author Date: 2025-08-01 15:39:42 UTC

fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address.

(cherry picked from commit 47f80921846ad87abcd6364fdc8e8f2381408a1c)

checkpoint-updates-from-discourse 2025-07-29 18:39:02 UTC
fix(docs): updating doc repo with latest discourse changes

Author: Bill Wear
Author Date: 2025-07-24 22:36:26 UTC

fix(docs): updating doc repo with latest discourse changes

auto-backport-1964644-3.7 2025-07-28 13:24:33 UTC
fix: do now allow overlapping subnets.

Author: Jacopo Rota
Author Date: 2025-07-28 13:22:12 UTC

fix: do now allow overlapping subnets.

Resolves LP:1964644

(cherry picked from commit 956c5339d23faeaf543145e84dad7d5ddd553bc0)

auto-backport-2118408-3.7 2025-07-24 20:00:17 UTC
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...

Author: Jacopo Rota
Author Date: 2025-07-24 19:53:34 UTC

fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients

(cherry picked from commit 6151ba7eeab58eed47ea78acd82f3b8f2accdc2c)

auto-backport-2118408-3.6 2025-07-24 19:58:49 UTC
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...

Author: Jacopo Rota
Author Date: 2025-07-24 19:53:34 UTC

fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients

(cherry picked from commit 6151ba7eeab58eed47ea78acd82f3b8f2accdc2c)

auto-backport-2118408-3.5 2025-07-24 19:55:30 UTC
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...

Author: Jacopo Rota
Author Date: 2025-07-24 19:53:34 UTC

fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients

(cherry picked from commit 6151ba7eeab58eed47ea78acd82f3b8f2accdc2c)

how-to-set-up-power-drivers 2025-07-15 20:57:01 UTC
fix(docs): Add "How to set up power types" back to the doc set and menu, remo...

Author: Bill Wear
Author Date: 2025-07-15 20:57:01 UTC

fix(docs): Add "How to set up power types" back to the doc set and menu, removing the relevant sections from the machine management page.

about-power-drivers 2025-07-15 20:08:19 UTC
fix review comments

Author: Bill Wear
Author Date: 2025-07-15 20:08:19 UTC

fix review comments

feature_boot-sources 2025-07-11 12:54:11 UTC
fix(maasserver): remove empty file

Author: Javier Fuentes
Author Date: 2025-07-11 12:54:11 UTC

fix(maasserver): remove empty file

auto-backport-2097079-3.6 2025-07-03 13:30:48 UTC
fix: turn 0030_drop_all_old_funcs.py to noop

Author: Stamatis Katsaounis
Author Date: 2025-07-03 13:23:00 UTC

fix: turn 0030_drop_all_old_funcs.py to noop

Turn this migration as a noop to avoid dropping the entire list of functions belonging to pg_proc table. Since the same table can contain functions from PostgreSQL plugins, like pgaudit, btree_gin, it is dangerous to blindly dropping all of them.

Resolves LP:2097079

(cherry picked from commit 401d6695e50c7a515e79ef43f382553e49669f49)

auto-backport-2097079-3.5 2025-07-03 13:25:47 UTC
fix: turn 0030_drop_all_old_funcs.py to noop

Author: Stamatis Katsaounis
Author Date: 2025-07-03 13:23:00 UTC

fix: turn 0030_drop_all_old_funcs.py to noop

Turn this migration as a noop to avoid dropping the entire list of functions belonging to pg_proc table. Since the same table can contain functions from PostgreSQL plugins, like pgaudit, btree_gin, it is dangerous to blindly dropping all of them.

Resolves LP:2097079

(cherry picked from commit 401d6695e50c7a515e79ef43f382553e49669f49)

auto-backport-2112206-3.6 2025-06-24 12:10:05 UTC
fix: reuse POWER_ACTION_ACTIVITY_TIMEOUT across power and deploy workflows to...

Author: Jacopo Rota
Author Date: 2025-06-24 12:04:55 UTC

fix: reuse POWER_ACTION_ACTIVITY_TIMEOUT across power and deploy workflows to deal with slow BMCs.

Resolves LP:2112206

(cherry picked from commit cb418d929c0477009b4b97723a7f810730fd5a92)

branch-3.5.6-hotfix-bug-2056211 2025-06-24 11:29:11 UTC
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...

Author: Jacopo Rota
Author Date: 2025-06-23 14:00:33 UTC

fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter.

Resolves LP#2112637

(cherry picked from commit d909307b6d03eaf039722212e38d78259fd0bd62)

auto-backport-2112637-3.5 2025-06-23 12:17:12 UTC
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...

Author: Jacopo Rota
Author Date: 2025-06-23 11:08:10 UTC

fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter.

Resolves LP#2112637

(cherry picked from commit d909307b6d03eaf039722212e38d78259fd0bd62)

auto-backport-2112637-3.6 2025-06-23 11:09:47 UTC
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...

Author: Jacopo Rota
Author Date: 2025-06-23 11:08:10 UTC

fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter.

Resolves LP#2112637

(cherry picked from commit d909307b6d03eaf039722212e38d78259fd0bd62)

auto-backport-2113894-3.6 2025-06-11 08:27:25 UTC
fix(amt): specify the port in amttool commands and fix the snap layout for perl

Author: Jacopo Rota
Author Date: 2025-06-11 08:24:57 UTC

fix(amt): specify the port in amttool commands and fix the snap layout for perl

(cherry picked from commit b672c75d2a562354acf4982a25b9e77dff406f01)

patch3.5 2025-05-08 16:11:04 UTC
use cloud-init daily ppa

Author: Jacopo Rota
Author Date: 2025-05-08 16:11:04 UTC

use cloud-init daily ppa

branch-3.6.0 2025-04-12 20:37:51 UTC
Prepare for 3.6.0 release

Author: Javier Fuentes
Author Date: 2025-04-12 20:37:51 UTC

Prepare for 3.6.0 release

1100 of 163 results

Other repositories

Name Last Modified
lp:~maas-committers/maas/+git/temporal 39 minutes ago
lp:~alexsander-souza/maas 1 hour ago
lp:~maas-committers/maas/+git/sqlalchemy 2 hours ago
lp:maas 4 hours ago
lp:~maas-committers/maas/+git/maas-performance 4 hours ago
lp:~bjornt/maas/+git/maas-performance 5 hours ago
lp:~r00ta/maas 6 hours ago
lp:~skatsaounis/maas 8 hours ago
lp:~nehjoshi5/maas 9 hours ago
lp:~alemar99/maas 9 hours ago
lp:~ypenghuber/maas 16 hours ago
lp:~maas-committers/maas/+git/temporalio-sdk-python 17 hours ago
lp:~ariel-anieli/maas 21 hours ago
lp:~aloiziomacedo/maas 2026-01-09
lp:~alanbach/maas 2026-01-09
lp:~chad.smith/maas 2026-01-08
lp:~mrebaum/maas 2026-01-07
lp:~alexsander-souza/maas/+git/maas-release-tools 2026-01-06
lp:~maas-committers/maas/+git/tctl 2026-01-02
lp:~merlijn-sebrechts/maas 2026-01-01
lp:~maas-committers/maas/+git/pylxd 2025-12-22
lp:~maas-committers/maas/+git/maas-release-tools 2025-12-19
lp:~rehmant/maas 2025-12-18
lp:~javier-fs/maas 2025-12-18
lp:~tobydm/maas 2025-12-16
lp:~zarcen/maas 2025-12-16
lp:~wyattrees/maas 2025-12-15
lp:~cgrabowski/maas 2025-12-10
lp:~troyanov/maas 2025-12-04
lp:~acbuyukyilmaz/maas 2025-12-03
lp:~nickdv99/maas 2025-11-24
lp:~cjl-cn/maas 2025-11-04
lp:~vinodcyamd/maas 2025-11-03
lp:~lloydwaltersj/maas 2025-10-24
lp:~bjornt/maas 2025-10-15
lp:~andyls/maas 2025-10-09
lp:~maas-committers/maas/+git/pyvmomi 2025-09-30
lp:~dgadomski/maas/+git/maas-1 2025-09-23
lp:~ghadi-rahme/maas 2025-09-06
lp:~huynda2fpt/maas 2025-08-06
lp:~mitchellaugustin/maas/+git/maas-1 2025-07-14
lp:~thorsten-merten/maas 2025-07-07
lp:~maas-committers/maas/+git/maas-test-db 2025-07-01
lp:~wyattrees/maas/+git/maas-release-tools 2025-07-01
lp:~mitchellaugustin/maas/+git/maas-3 2025-07-01
lp:~mitchellaugustin/maas/+git/maas-2 2025-06-30
lp:~mitchellaugustin/maas 2025-06-30
lp:~billwear/maas/+git/maas-1 2025-06-23
lp:~suvidya-mhatre/maas 2025-06-23
lp:~yings17/maas/+git/maas-1 2025-06-23
lp:~ariloudev/maas 2025-05-21
lp:~yings17/maas 2025-05-19
lp:~emdw/maas 2025-04-03
lp:~javier-fs/maas/+git/maas-release-tools 2025-04-03
lp:~billwear/maas 2025-02-27
lp:~kasia1/maas 2025-02-19
lp:~fadil369/maas/+git/maas-1 2025-02-17
lp:~adrianoco/maas 2025-02-13
lp:~fadil369/maas 2025-02-09
lp:~mostaffatarek142/maas 2025-01-30
lp:~dockerpine123/maas 2025-01-22
lp:~skatsaounis/maas/+git/maas-release-tools 2025-01-17
lp:~dnegreira/maas 2025-01-10
lp:~javier-fs/maas/+git/maas-test-db 2024-12-13
lp:~maas-committers/maas/+git/temporalio-sdk-python-packaging 2024-12-06
lp:~troyanov/maas/+git/temporalio-sdk-python-packaging 2024-12-06
lp:~alexsander-souza/maas/+git/maas-test-db 2024-11-25
lp:~prantiknag/maas 2024-11-22
lp:~cjl-cn/maas/+git/maas-1 2024-11-21
lp:~gboutry/maas 2024-11-12
lp:~seyeongkim/maas 2024-11-01
lp:~dgadomski/maas 2024-10-29
lp:~maas-committers/maas/+git/python-pyvmomi-packaging 2024-10-24
lp:~dnegreira/maas/+git/maas-1 2024-10-07
lp:~nicolasbock/maas 2024-10-04
lp:~jorhett/maas 2024-10-03
lp:~lloydwaltersj/maas/+git/maas-test-db 2024-09-12
lp:~andrew-blueantmedia/maas 2024-08-30
lp:~arturshadnik/maas 2024-08-23
lp:~nobuto/maas 2024-08-07
lp:~sugaf1204/maas 2024-07-28
lp:~mfo/maas 2024-07-25
lp:~lloydwaltersj/maas/+git/maas-release-tools 2024-07-24
lp:~pjonason/maas 2024-07-19
lp:~maas-committers/maas/+git/zhmcclient 2024-07-15
lp:~maas-committers/maas/+git/temporal-packaging 2024-07-15
lp:~alexsander-souza/maas/+git/temporalio-sdk-python-packaging 2024-07-15
lp:~alexsander-souza/maas/+git/temporal-packaging 2024-07-15
lp:~rathore4u/maas 2024-07-12
lp:~maas-committers/maas/+git/sqlalchemy-packaging 2024-07-11
lp:~grahamhayes/maas 2024-07-02
lp:~jhusakowski/maas 2024-06-27
lp:~kali-t/maas 2024-06-09
lp:~xypron/maas 2024-03-19
lp:~calvinmwadime/maas 2024-03-18
lp:~petermakowski/maas 2024-02-28
lp:~adam-collard/maas 2024-02-23
lp:~troyanov/maas/+git/temporal-packaging 2024-02-23
lp:~hypothetical-lemon/maas 2024-02-08
lp:~troyanov/maas/+git/maas-release-tools 2024-01-19
1100 of 225 results
You can't create new repositories for MAAS.