lp:~skatsaounis/maas

Get this repository:
git clone https://git.launchpad.net/~skatsaounis/maas
Only Stamatis Katsaounis can upload to this repository. If you are Stamatis Katsaounis please log in for upload directions.

Branches

Name Last Modified Last Commit
lp-2134484-alt 2025-12-17 08:44:58 UTC
fix: create unique host entries in dhcpd.conf for interfaces with same MAC

Author: Stamatis Katsaounis
Author Date: 2025-12-16 12:51:49 UTC

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

snapcraft-deprecation 2025-12-16 09:37:04 UTC
chore: update snapcraft pack commands

Author: Stamatis Katsaounis
Author Date: 2025-12-16 09:37:04 UTC

chore: update snapcraft pack commands

lp-2134484 2025-12-16 09:10:12 UTC
fix(dhcp): handle fixed addresses of interfaces with shared MAC

Author: Stamatis Katsaounis
Author Date: 2025-12-12 14:57:37 UTC

fix(dhcp): handle fixed addresses of interfaces with shared MAC

auto-backport-2115797-3.5 2025-12-09 16:27: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)

auto-backport-2097079-3.7 2025-07-03 13:37:41 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)

lp-2097079 2025-07-03 10:37:08 UTC
change 3.6 to 3.5

Author: Stamatis Katsaounis
Author Date: 2025-07-03 10:37:08 UTC

change 3.6 to 3.5

auto-backport-2097242-3.5 2025-06-24 11:29:49 UTC
fix: register audit events when changing boot sources and selections

Author: Alessandro Marcolini
Author Date: 2025-06-10 09:23:43 UTC

fix: register audit events when changing boot sources and selections

Resolves LP: #2097242

(cherry picked from commit 0cc14ac751226dca383f4d5d5a8a2c1f55b8759a)

auto-backport-2097242-3.6 2025-06-24 10:35:44 UTC
fix: register audit events when changing boot sources and selections

Author: Alessandro Marcolini
Author Date: 2025-06-10 09:23:43 UTC

fix: register audit events when changing boot sources and selections

Resolves LP: #2097242

(cherry picked from commit 0cc14ac751226dca383f4d5d5a8a2c1f55b8759a)

auto-backport-2056211-3.5 2025-06-23 11:52:13 UTC
fix(power): correctly detect HMC Z storage volumes when set_boot_order

Author: Stamatis Katsaounis
Author Date: 2024-07-26 09:13:37 UTC

fix(power): correctly detect HMC Z storage volumes when set_boot_order

- During set_boot_order, try to match either uuid or serial-number of storage volumes
- Strip properties returned by HMC Z client to avoid mismatches when extra white spaces are included in the response
- Raise an error if no match was found while querying storage volumes by uuid/serial

Resolves LP:2056211

(cherry picked from commit 20e8ef3a8cefc0b7e9a6ffaf2bdc671902468de5)

auto-backport-2056208-3.5 2025-06-23 11:50:04 UTC
feat(power): HMC Z option to set TLS verification

Author: Anton Troyanov
Author Date: 2024-07-24 13:14:03 UTC

feat(power): HMC Z option to set TLS verification

Resolves LP:2056208

(cherry picked from commit d0dde3b7ee0a088b96e540f86109b26981549c62)

auto-backport-2095477-3.4 2025-03-31 08:19:48 UTC
fix circular dependencies

Author: Stamatis Katsaounis
Author Date: 2025-03-31 08:19:48 UTC

fix circular dependencies

auto-backport-2095477-3.6 2025-03-14 08:34:11 UTC
fix: websocket should calculate images last deployment time once

Author: Stamatis Katsaounis
Author Date: 2025-02-20 08:55:47 UTC

fix: websocket should calculate images last deployment time once

Resolves: LP:2095477
(cherry picked from commit 7df4ca62ef783e796215f33646024bfe89caf834)

fix-get-domain-record-count 2025-02-28 19:37:44 UTC
fix: improve the calculation of domain record count

Author: Stamatis Katsaounis
Author Date: 2025-02-20 14:10:15 UTC

fix: improve the calculation of domain record count

auto-backport-2095477.2-3.5 2025-02-28 19:00:22 UTC
fix: websocket should calculate images last deployment time once

Author: Stamatis Katsaounis
Author Date: 2025-02-20 08:55:47 UTC

fix: websocket should calculate images last deployment time once

Resolves: LP:2095477
(cherry picked from commit 7df4ca62ef783e796215f33646024bfe89caf834)

master 2025-02-28 18:28:25 UTC
feat(agent): parse and set resolvconf options

Author: Christian Grabowski
Author Date: 2025-02-28 18:28:25 UTC

feat(agent): parse and set resolvconf options

go-target-testargs 2025-02-27 16:55:32 UTC
feat(ci): Enable Go tests with coverage

Author: Stamatis Katsaounis
Author Date: 2025-02-27 08:51:18 UTC

feat(ci): Enable Go tests with coverage

include-pytest-coverage 2025-02-25 15:58:19 UTC
fix(ci): include pytest coverage plugin to produce reports

Author: Stamatis Katsaounis
Author Date: 2025-02-25 15:37:54 UTC

fix(ci): include pytest coverage plugin to produce reports

fix-websocket-images 2025-02-17 12:26:41 UTC
fix: websocket should calculate images last deployment time once

Author: Stamatis Katsaounis
Author Date: 2025-02-11 15:58:56 UTC

fix: websocket should calculate images last deployment time once

fix-delete-selection-message 2025-02-14 12:25:18 UTC
fix: properly inform user that commissioning image cannot be deleted

Author: Stamatis Katsaounis
Author Date: 2025-02-14 09:53:30 UTC

fix: properly inform user that commissioning image cannot be deleted

lp-2095477 2025-02-06 15:30:27 UTC
fix: improve getting last deployment of images

Author: Stamatis Katsaounis
Author Date: 2025-01-22 23:36:23 UTC

fix: improve getting last deployment of images

backport-2091001 2024-12-05 14:55:03 UTC
fix(bootresources): improve last deployment detection query

Author: Stamatis Katsaounis
Author Date: 2024-12-05 11:46:50 UTC

fix(bootresources): improve last deployment detection query

The last deployment status per boot resource (OS image) is detected by exploring the MAAS events. This fix optimizes the SQL query to get only the required data so that PostgreSQL is not heavy loaded.

Resolves LP:2091001

(cherry picked from commit 15877b66f2accc9f85324c93dc0a5994e64f66f0)

lp-2091001 2024-12-04 13:32:44 UTC
fix linting

Author: Stamatis Katsaounis
Author Date: 2024-12-04 13:30:49 UTC

fix linting

lp-2078052-35-backport 2024-08-29 11:17:44 UTC
fix: ensure squid cache is complete on every start

Author: Stamatis Katsaounis
Author Date: 2024-08-29 11:13:22 UTC

fix: ensure squid cache is complete on every start

On every maas-proxy start try to construct the missing directories, if any, of squid cache_dir

Resolves LP: 2078052

(cherry picked from commit af52215cf0b5f83f57093e735dea257bda7868d6)

lp-2078052 2024-08-29 10:35:37 UTC
fix: ensure squid cache is complete on every start

Author: Stamatis Katsaounis
Author Date: 2024-08-29 06:41:07 UTC

fix: ensure squid cache is complete on every start

fix-unit-tests 2024-08-29 09:24:12 UTC
fix: assert in unit tests of maastemporalworker

Author: Stamatis Katsaounis
Author Date: 2024-08-29 09:24:12 UTC

fix: assert in unit tests of maastemporalworker

fix-hmcz-boot-order 2024-07-26 06:58:31 UTC
fix(power): detect storage devices by serial-number

Author: Stamatis Katsaounis
Author Date: 2024-07-25 13:42:09 UTC

fix(power): detect storage devices by serial-number

MAASENG-3057-add-apiv3-perf-tests 2024-04-26 17:10:41 UTC
feat: add perf tests for API v3 machine listing

Author: Stamatis Katsaounis
Author Date: 2024-04-25 12:57:07 UTC

feat: add perf tests for API v3 machine listing

lp-2048399-3.3-2 2024-02-21 08:36:30 UTC
Use LTS channel for LXD installation on VM Hosts

Author: Stamatis Katsaounis
Author Date: 2024-02-20 16:17:36 UTC

Use LTS channel for LXD installation on VM Hosts

(cherry picked from commit a6d3acace70c77906bc68e6b7bd13d03343d3c84)
(cherry picked from commit bd8893e445f305cd89cc9d6b711c3ba5f52b4c85)

lp-2048399-3.4-2 2024-02-20 15:19:21 UTC
Use LTS channel for LXD installation on VM Hosts

Author: Stamatis Katsaounis
Author Date: 2024-02-20 13:23:00 UTC

Use LTS channel for LXD installation on VM Hosts

(cherry picked from commit a6d3acace70c77906bc68e6b7bd13d03343d3c84)

use-lts-lxd-channel 2024-02-20 09:25:51 UTC
Use LTS channel for LXD installation on VM Hosts

Author: Stamatis Katsaounis
Author Date: 2024-02-20 09:25:51 UTC

Use LTS channel for LXD installation on VM Hosts

lp-2048399-3.3 2024-02-19 07:17:46 UTC
fix: pin LXD version to 5.19

Author: Stamatis Katsaounis
Author Date: 2024-02-16 15:48:04 UTC

fix: pin LXD version to 5.19

(cherry picked from commit 9d6efa19ee764707aea8934425b3f74fc939b4e2)
(cherry picked from commit 0b6d162512fb87080fbb32497834d71cfe95d8af)

lp-2048399-3.4 2024-02-16 13:43:00 UTC
fix: pin LXD version to 5.19

Author: Stamatis Katsaounis
Author Date: 2024-02-16 12:36:13 UTC

fix: pin LXD version to 5.19

(cherry picked from commit 9d6efa19ee764707aea8934425b3f74fc939b4e2)

lp-2048399 2024-02-16 12:36:13 UTC
fix: pin LXD version to 5.19

Author: Stamatis Katsaounis
Author Date: 2024-02-16 12:36:13 UTC

fix: pin LXD version to 5.19

bump-lxd 2024-01-24 08:30:12 UTC
chore(deps): bump github.com/canonical/lxd

Author: Stamatis Katsaounis
Author Date: 2024-01-24 08:30:12 UTC

chore(deps): bump github.com/canonical/lxd

add-log-finish-image-export 2024-01-18 14:56:11 UTC
Add log when image export is finished

Author: Stamatis Katsaounis
Author Date: 2024-01-18 14:56:11 UTC

Add log when image export is finished

MAASENG-2549 2024-01-03 09:41:41 UTC
fix: Update package repositories disable_sources param

Author: Stamatis Katsaounis
Author Date: 2024-01-03 09:41:41 UTC

fix: Update package repositories disable_sources param

add-ol-support 2023-10-20 10:51:09 UTC
Add support for Oracle Linux

Author: Stamatis Katsaounis
Author Date: 2023-10-11 09:05:21 UTC

Add support for Oracle Linux

LP-1923315 2023-10-13 10:12:06 UTC
doc(api/machine): LP-1923315 remove osystem from machine API

Author: Stamatis Katsaounis
Author Date: 2023-10-13 10:12:06 UTC

doc(api/machine): LP-1923315 remove osystem from machine API

MAASENG-2167 2023-09-18 12:24:44 UTC
fix empty vlan name

Author: Stamatis Katsaounis
Author Date: 2023-09-18 09:08:57 UTC

fix empty vlan name

3.4 2023-09-08 15:06:51 UTC
Update maas-ui to 5565f5f0f

Author: Peter Makowski
Author Date: 2023-09-08 15:06:51 UTC

Update maas-ui to 5565f5f0f
fix(websocket): refetch on reconnect MAASENG-2142 (#5146) 3.4 backport (#5152)

- add `connectedCount` to redux store
- stop WebSocket ping on disconnect
- run invalidateQueries on disconnect
- run `useFetchActions` hook on reconnect
- test: update Preferences.test.tsx

3.1 2023-09-04 17:14:33 UTC
Prepare for 3.1.2 release

Author: Mauricio Faria de Oliveira
Author Date: 2023-09-03 00:21:47 UTC

Prepare for 3.1.2 release

3.3 2023-09-04 13:26:25 UTC
don't save hints if nothing changed

Author: Alexsander de Souza
Author Date: 2023-09-04 13:26:25 UTC

don't save hints if nothing changed

fixes LP#2028284

(cherry picked from commit 47c507d3867ba3621c7669cfacefd910757a81ae)

3.2 2023-08-28 12:40:10 UTC
improve API performance tests

Author: Alexsander de Souza
Author Date: 2023-08-28 12:40:10 UTC

improve API performance tests

2.9 2023-08-22 20:59:08 UTC
Release 2.9.3

Author: Mauricio Faria de Oliveira
Author Date: 2023-08-22 20:59:08 UTC

Release 2.9.3

sqlalchemy-spike 2023-08-21 14:23:12 UTC
Update maas-ui to 2e7778424

Author: Peter Makowski
Author Date: 2023-08-21 14:23:12 UTC

Update maas-ui to 2e7778424
fix: use MachineListGroupCount (#5109)

3.0 2023-08-10 08:08:14 UTC
cherry pick ecb92f26d3d0735188ce0dfac03698d694fa5e13 - fix dhcp make_failover...

Author: Jacopo Rota
Author Date: 2023-08-10 08:08:14 UTC

cherry pick ecb92f26d3d0735188ce0dfac03698d694fa5e13 - fix dhcp make_failover_peer_config mixing ipv4 and ipv6 addresses

machine-list-spike 2023-02-25 23:19:30 UTC
Fix test failures related to row.ips.

Author: Björn Tillenius
Author Date: 2023-01-30 09:54:13 UTC

Fix test failures related to row.ips.

temporal-spike 2022-12-05 17:28:20 UTC
Temporal spike dependencies

Author: Igor Brovtsin
Author Date: 2022-12-05 17:28:20 UTC

Temporal spike dependencies

2.8 2022-10-26 14:45:48 UTC
Release 2.8.9 RC1

Author: Heitor Alves de Siqueira
Author Date: 2022-10-26 14:45:48 UTC

Release 2.8.9 RC1

directory_layout_script 2022-08-26 11:07:50 UTC
Move to Operations, prefer git ls-files over directory traversal

Author: Adam Collard
Author Date: 2022-08-26 11:02:44 UTC

Move to Operations, prefer git ls-files over directory traversal

2.7 2022-06-29 16:51:15 UTC
Release 2.7.4 RC2

Author: Dan Streetman
Author Date: 2022-06-29 16:49:24 UTC

Release 2.7.4 RC2

rack_region_exploration 2021-08-23 21:07:51 UTC
extra IP from payload to find machine in front of rack controller

Author: Christian Grabowski
Author Date: 2021-08-23 21:07:51 UTC

extra IP from payload to find machine in front of rack controller

include remote IP in each payload to region server

2.6 2021-06-28 15:53:45 UTC
Reuse metric structures for Prometheus

Author: Victor Tapia
Author Date: 2021-06-28 15:53:45 UTC

Reuse metric structures for Prometheus

Backport of 2ad24e0

2.9.2-branch 2021-03-18 14:54:46 UTC
Set GO111MODULE to off to build with latest go snap

Author: Adam Collard
Author Date: 2021-03-18 14:54:46 UTC

Set GO111MODULE to off to build with latest go snap

2.7.1-branch 2020-05-22 17:13:43 UTC
2.7.1 with UI bits

Author: Adam Collard
Author Date: 2020-05-22 17:13:43 UTC

2.7.1 with UI bits

2.4 2020-05-16 00:56:30 UTC
Backport of 9424d23 LP: #1869958 - Run fio using the native block size of the...

Author: Lee Trager
Author Date: 2020-05-16 00:56:30 UTC

Backport of 9424d23 LP: #1869958 - Run fio using the native block size of the disk.

2.3 2020-04-17 22:27:36 UTC
Backport of c25d426 LP: #1870171 - Remove token associations when transferrin...

Author: Lee Trager
Author Date: 2020-04-17 22:27:36 UTC

Backport of c25d426 LP: #1870171 - Remove token associations when transferring ownership of a Node.

2.5 2019-05-31 15:48:23 UTC
backport 20a6b1e4ae4f4b48a6763a4915e18195ae4defb6 - LP: #1817674 - Completely...

Author: Anthony Dillon
Author Date: 2019-05-31 15:48:23 UTC

backport 20a6b1e4ae4f4b48a6763a4915e18195ae4defb6 - LP: #1817674 - Completely remove the DNS resource when deleting from the UI

1.9 2017-12-06 15:38:33 UTC
LP: #1713795 - Grub change the name of the shim, breaking image import in Trusty

Author: Andres Rodriguez
Author Date: 2017-12-06 15:38:33 UTC

LP: #1713795 - Grub change the name of the shim, breaking image import in Trusty

2.2 2017-10-30 14:51:05 UTC
Backport of 98b29059a2630ba09efc0bd34a55e6de9eadbb00 from master.

Author: Blake Rouse
Author Date: 2017-10-30 14:51:05 UTC

Backport of 98b29059a2630ba09efc0bd34a55e6de9eadbb00 from master.

Recreate RPC connection in the database when updating the running regiond processes.

2.1 2017-04-26 20:11:27 UTC
[r=andreserl][bug=1686169][author=andreserl] Revert rev5602, which fixed LP: ...

Author: Andres Rodriguez
Author Date: 2017-04-26 20:11:27 UTC

[r=andreserl][bug=1686169][author=andreserl] Revert rev5602, which fixed LP: #1686169. This causes rack controllers to fail importing images

2.0 2016-11-02 20:26:14 UTC
[r=ltrager][bug=1554636][author=ltrager] Update iSCSI targets on every import...

Author: Lee Trager
Author Date: 2016-11-02 20:26:14 UTC

[r=ltrager][bug=1554636][author=ltrager] Update iSCSI targets on every import (in case last time failed to update).

1.5 2016-09-03 00:36:16 UTC
[r=andreserl][bug=][author=ricgard] Backport: template change for generated d...

Author: Mike Pontillo
Author Date: 2016-09-03 00:36:16 UTC

[r=andreserl][bug=][author=ricgard] Backport: template change for generated docs back link to maas.io.

1.7 2016-09-03 00:35:30 UTC
[r=andreserl][bug=][author=ricgard] Backport: template change for generated d...

Author: Mike Pontillo
Author Date: 2016-09-03 00:35:30 UTC

[r=andreserl][bug=][author=ricgard] Backport: template change for generated docs back link to maas.io.

1.10 2016-03-04 21:45:27 UTC
[r=mpontillo][bug=1499934][author=mpontillo] Fix handling of null/empty value...

Author: Mike Pontillo
Author Date: 2016-03-04 21:45:27 UTC

[r=mpontillo][bug=1499934][author=mpontillo] Fix handling of null/empty values in VMware power driver, leading to incorrect URL construction. (Fixes bug #1499934.)

1.8 2015-12-22 19:09:15 UTC
[r=mpontillo][bug=1484696][author=billy-olsen] Specify the disablereuse=on fo...

Author: Billy Olsen
Author Date: 2015-12-22 19:09:15 UTC

[r=mpontillo][bug=1484696][author=billy-olsen] Specify the disablereuse=on for the websockets ProxyPass configuration to workaround upstream bug https://bz.apache.org/bugzilla/show_bug.cgi?id=55890

1.6 2014-08-25 01:56:22 UTC
[r=julian-edwards][bug=1360008][author=julian-edwards] Fix the 0088_z_backpor...

Author: Julian Edwards
Author Date: 2014-08-25 01:56:22 UTC

[r=julian-edwards][bug=1360008][author=julian-edwards] Fix the 0088_z_backport_trunk_0099 migration which gave a transaction error if matching Network records already existed.

1.3 2014-04-17 09:04:23 UTC
[r=rvb][author=rvb] Backport 1765: Documentation theme; Backport 2258: Add th...

Author: Raphaël Badin
Author Date: 2014-04-17 09:04:23 UTC

[r=rvb][author=rvb] Backport 1765: Documentation theme; Backport 2258: Add the bzr last revision, last revision date, and build date to the documentation pages; Backport 2238: Add version switcher. This only affects the documentation (i.e. not part of what gets packaged).

1.2 2014-04-16 08:32:33 UTC
Backport 1765: Documentation theme; Backport 2258: Add the bzr last revision,...

Author: Raphaël Badin
Author Date: 2014-04-16 08:32:33 UTC

Backport 1765: Documentation theme; Backport 2258: Add the bzr last revision, last revision date, and build date to the documentation pages; Backport 2238: Add version switcher. This only affects the documentation (i.e. not part of what gets packaged).

1.4 2014-04-07 18:10:37 UTC
[r=julian-edwards][bug=1302956][author=rvb] Add the version switcher widget. ...

Author: Raphaël Badin
Author Date: 2014-04-07 18:10:37 UTC

[r=julian-edwards][bug=1302956][author=rvb] Add the version switcher widget. Add the new `doc-with-versions` make target to generate a version of the documentation that includes the version switcher widget.

1.0 2012-07-06 10:31:27 UTC
Use absolute path in COMMISSIONING_SCRIPT.

Author: Raphaël Badin
Author Date: 2012-07-06 10:31:27 UTC

Use absolute path in COMMISSIONING_SCRIPT.

171 of 71 results
This repository contains Public information 
Everyone can see this information.