op-test icon indicating copy to clipboard operation
op-test copied to clipboard

Added support to configure the multiple lpars-v3

Open SamirMulani opened this issue 1 year ago • 5 comments

Added support to configure the multiple lpars-v3

This enhancement introduces support for configuring multiple lpars, such as lpar1, lpar2, and so on, especially when they are in shared mode.

To configure the multiple lpars user need to pass below two parameters, lpar_config=multi lpar_list=lpar1, lpar2 ...etc In this case, users are required to explicitly specify these two parameters in the .conf file, and it's important to ensure that all lpars have unique passwords.

SamirMulani avatar Nov 29 '23 08:11 SamirMulani

Thanks Samir. LGTM

sacsant avatar Nov 29 '23 09:11 sacsant

@SamirMulani can you please align the commit subject with what patch does like a example

1- have pylint fixex 2- Added support to configure the multiple LPAR

PraveenPenguin avatar Dec 12 '23 11:12 PraveenPenguin

@SamirMulani gentle reminder

PraveenPenguin avatar Feb 06 '24 06:02 PraveenPenguin

@SamirMulani can you please align the commit subject with what patch does like a example

1- have pylint fixex 2- Added support to configure the multiple LPAR

@PraveenPenguin Updated above commit message with correct info.

SamirMulani avatar Mar 12 '24 09:03 SamirMulani

@SamirMulani can you please rebase this

PraveenPenguin avatar Mar 28 '24 02:03 PraveenPenguin

Update latest code found with below PR: https://github.com/open-power/op-test/pull/829

SamirMulani avatar Apr 23 '24 12:04 SamirMulani