Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support to configure the multiple lpars-v3
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