Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to configure the multiple lpars-v3 #798

Closed
wants to merge 2 commits into from

Conversation

SamirMulani
Copy link
Contributor

@SamirMulani SamirMulani commented Nov 29, 2023

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.

@sacsant
Copy link
Contributor

sacsant commented Nov 29, 2023

Thanks Samir. LGTM

@PraveenPenguin
Copy link
Collaborator

@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
Copy link
Collaborator

@SamirMulani gentle reminder

@SamirMulani
Copy link
Contributor Author

@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.

Fixed indentation issues from existing MachineConfig.py.
To fix the indetation error i have run the below command,
->autopep8 -i MachineConfig.py

Signed-off-by: Samir Mulani <[email protected]>

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_lis=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.

Signed-off-by: Samir Mulani <[email protected]>
@PraveenPenguin
Copy link
Collaborator

@SamirMulani can you please rebase this

@SamirMulani
Copy link
Contributor Author

Update latest code found with below PR:
#829

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants