lp:~seyeongkim/maas

Owned by Seyeong Kim
Get this repository:
git clone https://git.launchpad.net/~seyeongkim/maas
Only Seyeong Kim can upload to this repository. If you are Seyeong Kim please log in for upload directions.

Branches

Name Last Modified Last Commit
fixing_memory_leak_apt_get_3.2 2024-04-07 23:13:23 UTC
Fixing memory leak when we use apt_pkg in deb.py

Author: Seyeong Kim
Author Date: 2024-04-04 13:44:47 UTC

Fixing memory leak when we use apt_pkg in deb.py

(cherry picked from commit d792780dbd0571fcd94e22cb7ce559d5f69aa1a0)

fixing_memory_leak_apt_get_3.3 2024-04-07 23:12:27 UTC
Fixing memory leak when we use apt_pkg in deb.py

Author: Seyeong Kim
Author Date: 2024-04-04 13:44:47 UTC

Fixing memory leak when we use apt_pkg in deb.py

(cherry picked from commit d792780dbd0571fcd94e22cb7ce559d5f69aa1a0)

fixing_memory_leak_apt_get 2024-03-22 09:30:04 UTC
Fixing memory leak when using apt_pkg

Author: Seyeong Kim
Author Date: 2024-03-22 00:56:09 UTC

Fixing memory leak when using apt_pkg

Memory leak happens only when using deb MAAS
With current code, it keeps calling apt_pkg.init()
Checking apt_pkg = None seems not working as expected.
Moving apt_pkg.init() to the top and make it call once.

lp1999827_3.3 2023-11-06 02:10:06 UTC
Fix reverse order ip address

Author: Ubuntu
Author Date: 2023-08-11 16:31:24 UTC

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

(cherry picked from commit cfe8cf628f7189a84a98d74b3c079d744f1c1b5f)

lp1999827_3.0 2023-09-05 02:05:49 UTC
Fix reverse order ip address

Author: Ubuntu
Author Date: 2023-08-11 16:31:24 UTC

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

(cherry picked from commit cfe8cf628f7189a84a98d74b3c079d744f1c1b5f)

lp1999827_3.1 2023-08-30 23:38:30 UTC
Fix reverse order ip address

Author: Ubuntu
Author Date: 2023-08-11 16:31:24 UTC

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

(cherry picked from commit cfe8cf628f7189a84a98d74b3c079d744f1c1b5f)

lp1999827_3.2 2023-08-29 05:21:08 UTC
Fix reverse order ip address

Author: Ubuntu
Author Date: 2023-08-11 16:31:24 UTC

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

(cherry picked from commit cfe8cf628f7189a84a98d74b3c079d744f1c1b5f)

master 2023-08-28 08:14:58 UTC
Update maas-ui to 700e9c4e3

Author: Peter Makowski
Author Date: 2023-08-28 08:14:58 UTC

Update maas-ui to 700e9c4e3
ci: update install command for cypress (#5125)

* ci: update install command for cypress

* test run on current branch

* Revert "test run on current branch"

This reverts commit 62037bcbc88b6d743973a87a8f8cb3644ba72902.

lp1999827 2023-07-23 05:24:06 UTC
Fix reverse order ip address

Author: Ubuntu
Author Date: 2023-06-12 00:19:58 UTC

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

lp2020397 2023-06-01 07:31:55 UTC
Handling custom images

Author: Seyeong Kim
Author Date: 2023-06-01 06:42:15 UTC

Handling custom images

Allow custom images to deploy.

lp1979403_to_3_2 2023-05-11 23:33:50 UTC
Adding Lan_Conf_Channel_1 to 3

Author: Seyeong Kim
Author Date: 2023-02-02 19:46:52 UTC

Adding Lan_Conf_Channel_1 to 3

BMC with multiple channel can't find ip
so added Lan_Conf_Channel_1 to 3 to support them

(cherry picked from commit 9597b3b7457ccf202724f4b6dd8a7470695a6c24)

lp1979403_to_3.0 2023-02-21 01:41:14 UTC
Adding Lan_Conf_Channel_1 to 3

Author: Seyeong Kim
Author Date: 2023-02-02 19:46:52 UTC

Adding Lan_Conf_Channel_1 to 3

BMC with multiple channel can't find ip
so added Lan_Conf_Channel_1 to 3 to support them

(cherry picked from commit 9597b3b7457ccf202724f4b6dd8a7470695a6c24)

lp1979403_to_3.1 2023-02-21 01:35:46 UTC
Adding Lan_Conf_Channel_1 to 3

Author: Seyeong Kim
Author Date: 2023-02-02 19:46:52 UTC

Adding Lan_Conf_Channel_1 to 3

BMC with multiple channel can't find ip
so added Lan_Conf_Channel_1 to 3 to support them

(cherry picked from commit 9597b3b7457ccf202724f4b6dd8a7470695a6c24)

lp1929478_to_3.1 2023-01-18 00:27:58 UTC
Fix utf-8 character error when bmc-config

Author: Seyeong Kim
Author Date: 2022-06-23 15:49:04 UTC

Fix utf-8 character error when bmc-config

Related LP and article

https://bugs.launchpad.net/bugs/1892983
https://bugs.launchpad.net/bugs/1929478
https://discourse.maas.io/t/maas-failed-commissioning/4904

lp1929478_to_3.0 2023-01-18 00:16:30 UTC
Fix utf-8 character error when bmc-config

Author: Seyeong Kim
Author Date: 2022-06-23 15:49:04 UTC

Fix utf-8 character error when bmc-config

Related LP and article

https://bugs.launchpad.net/bugs/1892983
https://bugs.launchpad.net/bugs/1929478
https://discourse.maas.io/t/maas-failed-commissioning/4904

multiple_lan_conf_channel 2023-01-13 04:57:43 UTC
reformatted

Author: Seyeong Kim
Author Date: 2022-12-09 06:09:19 UTC

reformatted

2.9-raid2 2022-09-02 02:44:50 UTC
Two flaky tests fixes.

Author: Adam Collard
Author Date: 2021-06-24 11:45:04 UTC

Two flaky tests fixes.

When put in a RAID, the minimum partition size becomes too small due
to RAID overhead: ensure we're not picking the minimum size.

Ensure that no generated NodeDevices clash with test fixtures - testing that filters work wasn't taking in to account potential clash with factory-generated NodeDevices.

(cherry picked from commit b359717e2775279651776fa90d07fb08cea5e4fd)

2.9 2022-08-25 03:25:57 UTC
Fix utf-8 character error when bmc-config

Author: Seyeong Kim
Author Date: 2022-06-23 15:49:04 UTC

Fix utf-8 character error when bmc-config

Related LP and article

https://bugs.launchpad.net/bugs/1892983
https://bugs.launchpad.net/bugs/1929478
https://discourse.maas.io/t/maas-failed-commissioning/4904
(cherry picked from commit 3eec5b5161515a23f58c72638a5ff8aac7486622)

2.9.3 2022-08-23 02:46:41 UTC
Fix utf-8 character error when bmc-config

Author: Seyeong Kim
Author Date: 2022-06-23 15:49:04 UTC

Fix utf-8 character error when bmc-config

Related LP and article

https://bugs.launchpad.net/bugs/1892983
https://bugs.launchpad.net/bugs/1929478
https://discourse.maas.io/t/maas-failed-commissioning/4904
(cherry picked from commit 3eec5b5161515a23f58c72638a5ff8aac7486622)

lp1929478 2022-06-22 23:34:40 UTC
Fix utf-8 character error when bmc-config

Author: Seyeong Kim
Author Date: 2022-06-22 09:10:29 UTC

Fix utf-8 character error when bmc-config

Related LP and article

https://bugs.launchpad.net/bugs/1892983
https://bugs.launchpad.net/bugs/1929478
https://discourse.maas.io/t/maas-failed-commissioning/4904

120 of 20 results
This repository contains Public information 
Everyone can see this information.

Subscribers