Skip to content

Commit

Permalink
Added support to configure the multiple lpars.
Browse files Browse the repository at this point in the history
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]>

Added support to configure the multiple lpars.

In this commit addressed review comments,
1. Removed lpar_config option.

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

Added support to configure the multiple lpars.

Addressed review comments.

1. Fixed indentation issues.
2. Removed unwanted debug print statement.

Signed-off-by: Samir Mulani <[email protected]>
  • Loading branch information
SamirMulani committed Nov 6, 2023
1 parent 7e75b5a commit b041044
Showing 1 changed file with 115 additions and 54 deletions.
Loading

0 comments on commit b041044

Please sign in to comment.