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 17 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
master 2026-02-27 18:28:57 UTC
feat: replace built-in permission layer with openfga.

Author: Jacopo Rota
Author Date: 2026-02-27 18:28:57 UTC

feat: replace built-in permission layer with openfga.
Details:
- introduce a sync/async client to interact with openfga
- introduce a context cache in maasserver: when a new websocket/http request is processed, all the calls to openfga are cached so to avoid hammering the server.
- migrate existing users to the pre-defined groups users/administrators.
- grant a set of default permissions to users/administrators groups so to guarantee backwards compatibility.
- Introduce a new `check_permission` decorator so to simplify the permission checks on openfga
- minor changes to the openfga model, so to have feature parity with RBAC.
- adopting perftests to include resource pools
- Added signal handlers for automatic OpenFGA tuple management on user/resource pool creation/deletion

onie 2026-02-26 20:02:50 UTC
fix: unlink interfaces from IP addresses and delete appropriately when deleti...

Author: Maik Rebaum
Author Date: 2026-02-26 20:02:50 UTC

fix: unlink interfaces from IP addresses and delete appropriately when deleting switches

resolute 2026-02-26 12:26:49 UTC
chore: Update release configuration for Ubuntu Resolute

Author: Alexsander Silva de Souza
Author Date: 2026-02-26 02:44:07 UTC

chore: Update release configuration for Ubuntu Resolute

- Change series to resolute in CI/build configs
- Update snap base to core26 with build-base
- Update Debian changelog distribution

3.6 2026-02-25 22:42:47 UTC
fix: synchronize custom images across regions when upgrading MAAS to >= 3.5 o...

Author: Jacopo Rota
Author Date: 2026-02-25 22:42:47 UTC

fix: synchronize custom images across regions when upgrading MAAS to >= 3.5 or a new region controller is added.

Fixes: LP#2141598

(cherry-picked from 614de378463ec3f74638aaa78d19df8c0adb0ee4)

3.7 2026-02-25 20:12:49 UTC
fix: synchronize custom images across regions when upgrading MAAS to >= 3.5 o...

Author: Jacopo Rota
Author Date: 2026-02-25 20:12:49 UTC

fix: synchronize custom images across regions when upgrading MAAS to >= 3.5 or a new region controller is added.

Fixes: LP#2141598

3.5 2026-02-11 00:52:31 UTC
fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Author: Tanzeel Ur Rehman
Author Date: 2026-02-11 00:52:31 UTC

fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Fixes LP: #2136694

(cherry picked from commit fcdc3909fcbf5075ec7effc785633295e85b1424)

auto-backport-2141388-3.7 2026-02-10 11:53:57 UTC
fix(bootresources): replaced absolute href with relative in no boot image war...

Author: Ahmet Can Buyukyilmaz
Author Date: 2026-02-10 11:50:23 UTC

fix(bootresources): replaced absolute href with relative in no boot image warning message

Resolves: LP:2141388
(cherry picked from commit 26211fc623d688ac9562b06a60520cc588a9b7c3)

auto-backport-2136694-3.7 2026-02-09 15:33:57 UTC
fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Author: Tanzeel Ur Rehman
Author Date: 2026-02-09 15:26:57 UTC

fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Fixes LP: #2136694

(cherry picked from commit fcdc3909fcbf5075ec7effc785633295e85b1424)

auto-backport-2136694-3.6 2026-02-09 15:32:11 UTC
fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Author: Tanzeel Ur Rehman
Author Date: 2026-02-09 15:26:57 UTC

fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Fixes LP: #2136694

(cherry picked from commit fcdc3909fcbf5075ec7effc785633295e85b1424)

auto-backport-2136694-3.5 2026-02-09 15:29:17 UTC
fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Author: Tanzeel Ur Rehman
Author Date: 2026-02-09 15:26:57 UTC

fix(ephemeral): pass kernel options before --- marker for ephemeral deployments

Fixes LP: #2136694

(cherry picked from commit fcdc3909fcbf5075ec7effc785633295e85b1424)

auto-backport-2138910-3.7 2026-02-02 13:33:29 UTC
fix: do not duplicate the gateways in netplan when an interface has both ipv4...

Author: Jacopo Rota
Author Date: 2026-02-02 13:26:54 UTC

fix: do not duplicate the gateways in netplan when an interface has both ipv4 and ipv6 addresses

(cherry picked from commit e21bbe56828f409446b4db96b639f158301bb02d)

auto-backport-2138910-3.6 2026-02-02 13:30:16 UTC
fix: do not duplicate the gateways in netplan when an interface has both ipv4...

Author: Jacopo Rota
Author Date: 2026-02-02 13:26:54 UTC

fix: do not duplicate the gateways in netplan when an interface has both ipv4 and ipv6 addresses

(cherry picked from commit e21bbe56828f409446b4db96b639f158301bb02d)

auto-backport-2127672-3.7 2026-01-23 13:47:18 UTC
fix: performance issue in _gen_reverse_zones

Author: Aloizio Macedo
Author Date: 2026-01-21 20:08:46 UTC

fix: performance issue in _gen_reverse_zones

We deindent a part of the code that should be handled
at the end of the core loop.

There were several redundant nontrivial initializations
happening inside a hot loop in _gen_forward_zones which
are unnecessary.

We extract them out in a way to mitigate the time spent
during the hot loop

Resolves LP:2127672

(cherry picked from commit 5a1ebcbadcf49b87759cc66e20f8595f9cce1eec)

auto-backport-2127672-3.6 2026-01-23 13:38:30 UTC
fix: performance issue in _gen_reverse_zones

Author: Aloizio Macedo
Author Date: 2026-01-21 20:08:46 UTC

fix: performance issue in _gen_reverse_zones

We deindent a part of the code that should be handled
at the end of the core loop.

There were several redundant nontrivial initializations
happening inside a hot loop in _gen_forward_zones which
are unnecessary.

We extract them out in a way to mitigate the time spent
during the hot loop

Resolves LP:2127672

(cherry picked from commit 5a1ebcbadcf49b87759cc66e20f8595f9cce1eec)

auto-backport-2127672-3.5 2026-01-23 13:18:16 UTC
fix: performance issue in _gen_reverse_zones

Author: Aloizio Macedo
Author Date: 2026-01-21 20:08:46 UTC

fix: performance issue in _gen_reverse_zones

We deindent a part of the code that should be handled
at the end of the core loop.

There were several redundant nontrivial initializations
happening inside a hot loop in _gen_forward_zones which
are unnecessary.

We extract them out in a way to mitigate the time spent
during the hot loop

Resolves LP:2127672

(cherry picked from commit 5a1ebcbadcf49b87759cc66e20f8595f9cce1eec)

auto-backport-2080646-3.7 2026-01-23 10:32:47 UTC
fix: set MAAS_PATH to maas.power command

Author: Stamatis Katsaounis
Author Date: 2026-01-23 10:26:26 UTC

fix: set MAAS_PATH to maas.power command

Resolves: LP:2080646
(cherry picked from commit 9a8ac7957d9ec52c6d0fd5dddf263a12f4fd20a9)

auto-backport-2080646-3.6 2026-01-23 10:31:04 UTC
fix: set MAAS_PATH to maas.power command

Author: Stamatis Katsaounis
Author Date: 2026-01-23 10:26:26 UTC

fix: set MAAS_PATH to maas.power command

Resolves: LP:2080646
(cherry picked from commit 9a8ac7957d9ec52c6d0fd5dddf263a12f4fd20a9)

auto-backport-2080646-3.5 2026-01-23 10:28:42 UTC
fix: set MAAS_PATH to maas.power command

Author: Stamatis Katsaounis
Author Date: 2026-01-23 10:26:26 UTC

fix: set MAAS_PATH to maas.power command

Resolves: LP:2080646
(cherry picked from commit 9a8ac7957d9ec52c6d0fd5dddf263a12f4fd20a9)

auto-backport-2138738-3.7 2026-01-22 13:45:57 UTC
fix(node): handle IP addresses without subnet when updating hostname

Author: Tanzeel Ur Rehman
Author Date: 2026-01-22 13:43:31 UTC

fix(node): handle IP addresses without subnet when updating hostname

Fixes: LP:2138738
(cherry picked from commit 735b30880ce9bd66b0cf32a0781635a73348d912)

auto-backport-2135117-3.7 2026-01-22 10:25:12 UTC
fix(bootresources): exclude lost+found from cleanup

Author: Yuchi Peng
Author Date: 2026-01-21 03:37:53 UTC

fix(bootresources): exclude lost+found from cleanup

The filesystem creates lost+found for partition recovery and MAAS may lack permissions to remove it. Exclude it from cleanup like the custom directory.

Resolve LP:2135117

(cherry picked from commit af8274fcd9e1e8f8e6c4b5e34aab47f441b8d0dc)

auto-backport-2135117-3.6 2026-01-22 10:23:37 UTC
fix(bootresources): exclude lost+found from cleanup

Author: Yuchi Peng
Author Date: 2026-01-21 03:37:53 UTC

fix(bootresources): exclude lost+found from cleanup

The filesystem creates lost+found for partition recovery and MAAS may lack permissions to remove it. Exclude it from cleanup like the custom directory.

Resolve LP:2135117

(cherry picked from commit af8274fcd9e1e8f8e6c4b5e34aab47f441b8d0dc)

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

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)

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

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

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'

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

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

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

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)

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

branch-3.5.4-hotfix-bug-2092232 2025-04-03 12:40:51 UTC
fix: fix: use cloud-init-base package name in the debconfs to deal with the n...

Author: Jacopo Rota
Author Date: 2025-04-01 14:42:28 UTC

fix: fix: use cloud-init-base package name in the debconfs to deal with the new package name in 25.04+.

Resolves LP#2104530

branch-3.5.3-hotfix-bug-2095477 2025-02-07 12:51:55 UTC
fix: improve getting last deployment of images

Author: Stamatis Katsaounis
Author Date: 2025-02-07 09:02:13 UTC

fix: improve getting last deployment of images

Calculate the last deployment time of all images by parsing the deploy events only once. The last deployment times are placed in a map and for each image, MAAS is consulting the map to find with 1 step the last deployment time, if such time exists.

Resolves: LP#2095477
(cherry picked from commit c3e38b7500b25551d1bfe089f7fb00a108227e20)

how-to-customise-networks 2025-02-05 19:34:11 UTC
final changes to this merge before being done.

Author: Bill Wear
Author Date: 2025-02-05 19:34:11 UTC

final changes to this merge before being done.

how-to-use-maas 2025-02-04 20:35:56 UTC
updates from merge review

Author: Bill Wear
Author Date: 2025-02-04 20:33:26 UTC

updates from merge review

maas-doc-alignment 2025-01-29 17:56:26 UTC
fix(docs): align launchpad repo with Discourse updates

Author: Bill Wear
Author Date: 2025-01-29 17:56:26 UTC

fix(docs): align launchpad repo with Discourse updates

jan-15-changes 2025-01-16 19:59:23 UTC
fix(docs): remove html files from repo since they are autogenerated at build ...

Author: Bill Wear
Author Date: 2025-01-16 19:59:23 UTC

fix(docs): remove html files from repo since they are autogenerated at build time

convert-troubleshooting-to-tabular-reference 2025-01-09 23:54:39 UTC
fix(docs): typos found on merge

Author: Bill Wear
Author Date: 2025-01-09 23:54:39 UTC

fix(docs): typos found on merge

add-docs-dir-to-maas-git-main 2024-12-11 22:42:53 UTC
add docs subdir to maas repo root, per Doc Director

Author: Bill Wear
Author Date: 2024-12-11 22:42:53 UTC

add docs subdir to maas repo root, per Doc Director

add-windows-to-packer-how-to 2024-12-11 22:10:23 UTC
add link to windows packing instructions in repo template

Author: Bill Wear
Author Date: 2024-12-11 22:10:23 UTC

add link to windows packing instructions in repo template

restructure-explanation-nav 2024-12-11 19:52:49 UTC
change explanation nav format to glossary style

Author: Bill Wear
Author Date: 2024-12-11 19:52:49 UTC

change explanation nav format to glossary style

redirect-fix 2024-12-11 19:22:55 UTC
update redirects table to fix some recent errors

Author: Bill Wear
Author Date: 2024-12-11 19:22:55 UTC

update redirects table to fix some recent errors

convert-settings-to-reference-page 2024-12-10 23:30:27 UTC
change maas settings from long, drawn-out discussion to simple 'stereo settin...

Author: Bill Wear
Author Date: 2024-12-10 23:30:27 UTC

change maas settings from long, drawn-out discussion to simple 'stereo settings' table

fix-navigation-menu 2024-12-10 23:07:04 UTC
fix navigation around machine grouping pages

Author: Bill Wear
Author Date: 2024-12-10 23:07:04 UTC

fix navigation around machine grouping pages

clean-up-grouping-documents 2024-12-10 22:51:03 UTC
create 'How to group machines' article to replace seven other sprawling articles

Author: Bill Wear
Author Date: 2024-12-10 22:51:03 UTC

create 'How to group machines' article to replace seven other sprawling articles

clean-up-logging-documents 2024-12-10 22:10:54 UTC
remove obsolete pages from the docset

Author: Bill Wear
Author Date: 2024-12-10 22:10:54 UTC

remove obsolete pages from the docset

create-rtd-docs-in-repo-main 2024-12-10 22:10:54 UTC
remove obsolete pages from the docset

Author: Bill Wear
Author Date: 2024-12-10 22:10:54 UTC

remove obsolete pages from the docset

update-maas-root-doc-6662-1733778534 2024-12-09 21:16:51 UTC
fix(docs): update navigation menu to (1) move troubleshooting and settings to...

Author: Bill Wear
Author Date: 2024-12-09 21:16:51 UTC

fix(docs): update navigation menu to (1) move troubleshooting and settings to reference, and (2) delete all image building docs except the main one.

discedit-mp-automation-fix 2024-12-07 21:37:35 UTC
fix(discedit): change discedit automation to stop at MP step

Author: Bill Wear
Author Date: 2024-12-07 21:37:35 UTC

fix(discedit): change discedit automation to stop at MP step

discedit-mp-fix 2024-12-07 21:31:59 UTC
update discedit to insert MP process into edit automation

Author: Bill Wear
Author Date: 2024-12-07 21:31:59 UTC

update discedit to insert MP process into edit automation

zork-pingo-widdie 2024-12-06 23:19:08 UTC
doc: updating file with discourse changes

Author: Bill Wear
Author Date: 2024-12-06 23:19:08 UTC

doc: updating file with discourse changes

field-issues-nov-24 2024-12-03 20:52:54 UTC
fixed leaking 'r' character

Author: Bill Wear
Author Date: 2024-12-03 20:52:54 UTC

fixed leaking 'r' character

24.10-updates 2024-12-03 20:48:53 UTC
fix stray 'r' character in text

Author: Bill Wear
Author Date: 2024-12-03 20:48:53 UTC

fix stray 'r' character in text

how-maas-manages-networking 2024-11-25 22:19:10 UTC
docs(structural): link to installation requirements

Author: Bill Wear
Author Date: 2024-11-25 22:19:10 UTC

docs(structural): link to installation requirements

install-guide-rqmts-link 2024-11-25 22:19:10 UTC
docs(structural): link to installation requirements

Author: Bill Wear
Author Date: 2024-11-25 22:19:10 UTC

docs(structural): link to installation requirements

branch-3.5-crash-dumps-testing 2024-09-30 19:52:44 UTC
add curtin to snap

Author: Skye (Jack) Owen-Lloyd-Walters
Author Date: 2024-09-30 19:52:44 UTC

add curtin to snap

maasdocs-pulse17-work-2 2024-09-03 20:58:48 UTC
update systemd logging to modernize & handle 3.4/3.5 split better

Author: Bill Wear
Author Date: 2024-09-03 20:58:48 UTC

update systemd logging to modernize & handle 3.4/3.5 split better

global-doc-changes 2024-08-27 21:06:35 UTC
doc: updating file with discourse changes

Author: Bill Wear
Author Date: 2024-07-30 21:23:50 UTC

doc: updating file with discourse changes

maasdocs-pulse2417-work 2024-08-20 21:05:44 UTC
catchup commit

Author: Bill Wear
Author Date: 2024-08-20 21:05:44 UTC

catchup commit

branch-3.4.3-hotfix-bug-2073731 2024-07-26 13:21:08 UTC
fix: don't fail commissioning if no suitable IPMI ciphers can be detected

Author: Björn Tillenius
Author Date: 2024-07-26 13:21:08 UTC

fix: don't fail commissioning if no suitable IPMI ciphers can be detected

Some BMCs (like HPE ILO 5 3.05) seems to not report all the ciphers
that actually are enabled.

Instead of failing commissioning, we now only print out a warning.

Resolves LP:2073731

3.1 2024-07-25 19:18:25 UTC
Prepare for 3.1.4 release

Author: Mauricio Faria de Oliveira
Author Date: 2024-07-23 22:50:38 UTC

Prepare for 3.1.4 release

3.2 2024-07-25 19:16:06 UTC
Prepare for 3.2.11 release

Author: Mauricio Faria de Oliveira
Author Date: 2024-05-08 20:55:31 UTC

Prepare for 3.2.11 release

maas-3.5-docs 2024-06-24 18:30:17 UTC
docs(verification): verify completeness of 3.5 release notes, re-copy buglist...

Author: Bill Wear
Author Date: 2024-06-24 18:30:17 UTC

docs(verification): verify completeness of 3.5 release notes, re-copy buglist from collection point

3.0 2024-02-15 21:53:27 UTC
Prepare for 3.0.2 release

Author: Mauricio Faria de Oliveira
Author Date: 2024-02-15 21:53:27 UTC

Prepare for 3.0.2 release

branch-3.4.0-hotfix-bug-2053033 2024-02-14 16:07:05 UTC
Bug #2053033: Creating MAAS Virsh VM does not work (libvirt: error)

Author: Björn Tillenius
Author Date: 2024-02-14 16:07:05 UTC

Bug #2053033: Creating MAAS Virsh VM does not work (libvirt: error)

For some reason virsh prints out an error about executing
pkttyagent. This happens only on some machines, and we don't know why.

But the error seems harmless. This patch ignores the error and
lets the connection succeed.

(cherry picked from commit f0005e39bcadfc366c76e713c444739179743c84)
(cherry picked from commit 9eb3ca242e3c57f1b7ab1a1b6537ee4dfffb2aa6)

branch-3.3.5-hotfix-bug-2053033 2024-02-14 14:53:48 UTC
Bug #2053033: Creating MAAS Virsh VM does not work (libvirt: error)

Author: Björn Tillenius
Author Date: 2024-02-14 14:53:48 UTC

Bug #2053033: Creating MAAS Virsh VM does not work (libvirt: error)

For some reason virsh prints out an error about executing
pkttyagent. This happens only on some machines, and we don't know why.

But the error seems harmless. This patch ignores the error and
lets the connection succeed.

(cherry picked from commit f0005e39bcadfc366c76e713c444739179743c84)
(cherry picked from commit 9eb3ca242e3c57f1b7ab1a1b6537ee4dfffb2aa6)
(cherry picked from commit 052a895bfac55e414bf5b02e5e28122bff12a532)

1100 of 128 results

Other repositories

Name Last Modified
lp:~maas-committers/maas/+git/sqlalchemy 8 hours ago
lp:~maas-committers/maas/+git/temporalio-sdk-python 2026-02-28
lp:~troyanov/maas 2026-02-28
lp:~rehmant/maas 2026-02-27
lp:~aloiziomacedo/maas 2026-02-27
lp:~r00ta/maas 2026-02-27
lp:maas 2026-02-27
lp:~alexsander-souza/maas 2026-02-27
lp:~dincercelik/maas 2026-02-27
lp:~maas-committers/maas/+git/pylxd 2026-02-26
lp:~mrebaum/maas 2026-02-26
lp:~nehjoshi5/maas 2026-02-26
lp:~alemar99/maas 2026-02-25
lp:~zarcen/maas 2026-02-23
lp:~maas-committers/maas/+git/zhmcclient 2026-02-23
lp:~jcoleman-lw/maas 2026-02-20
lp:~alexsander-souza/maas/+git/zhmcclient 2026-02-20
lp:~pjonason/maas 2026-02-19
lp:~skatsaounis/maas 2026-02-16
lp:~javier-fs/maas 2026-02-12
lp:~acbuyukyilmaz/maas 2026-02-09
lp:~droman2026/maas 2026-02-07
lp:~wyattrees/maas 2026-02-06
lp:~andyls/maas 2026-02-04
lp:~setuid/maas 2026-02-04
lp:~maas-committers/maas/+git/tctl 2026-01-31
lp:~maas-committers/maas/+git/temporal 2026-01-29
lp:~alanbach/maas 2026-01-23
lp:~ariel-anieli/maas 2026-01-20
lp:~ypenghuber/maas 2026-01-20
lp:~maas-committers/maas/+git/maas-performance 2026-01-16
lp:~bjornt/maas/+git/maas-performance 2026-01-16
lp:~alemar99/maas/+git/maas-performance 2026-01-14
lp:~chad.smith/maas 2026-01-08
lp:~alexsander-souza/maas/+git/maas-release-tools 2026-01-06
lp:~merlijn-sebrechts/maas 2026-01-01
lp:~maas-committers/maas/+git/maas-release-tools 2025-12-19
lp:~tobydm/maas 2025-12-16
lp:~cgrabowski/maas 2025-12-10
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:~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:~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
1100 of 230 results
You can't create new repositories for MAAS.