Skip to content

Commit

Permalink
Added support to configure the multiple lpars-v3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
SamirMulani committed Mar 12, 2024
1 parent 051b5e8 commit 738b80e
Showing 1 changed file with 116 additions and 54 deletions.
Loading

0 comments on commit 738b80e

Please sign in to comment.