-
- Downloads
ipa[server,replica]: Support memory check from command line installers
The common_check function in the replica installer code has been changed for the new memory checker code. With this the server and replica command line installers got the option --skip-mem-check. The server and replica role now also support the memory cheker and there are new variables for server and replica: ipaserver_mem_check - for ipaserver ipareplica_mem_check - for ipaserver These bool values default to yes and can be turned off in the inventory or playbook if needed. Related to freeipa PR https://pagure.io/freeipa/issue/8404 (Detect and fail if not enough memory is available for installation) Fixes: #450 (IPA Replica Installation Fails)
Showing
- roles/ipareplica/README.md 1 addition, 0 deletionsroles/ipareplica/README.md
- roles/ipareplica/defaults/main.yml 1 addition, 0 deletionsroles/ipareplica/defaults/main.yml
- roles/ipareplica/library/ipareplica_test.py 16 additions, 1 deletionroles/ipareplica/library/ipareplica_test.py
- roles/ipareplica/tasks/install.yml 2 additions, 0 deletionsroles/ipareplica/tasks/install.yml
- roles/ipaserver/README.md 1 addition, 0 deletionsroles/ipaserver/README.md
- roles/ipaserver/defaults/main.yml 1 addition, 0 deletionsroles/ipaserver/defaults/main.yml
- roles/ipaserver/library/ipaserver_test.py 11 additions, 2 deletionsroles/ipaserver/library/ipaserver_test.py
- roles/ipaserver/module_utils/ansible_ipa_server.py 6 additions, 1 deletionroles/ipaserver/module_utils/ansible_ipa_server.py
- roles/ipaserver/tasks/install.yml 1 addition, 0 deletionsroles/ipaserver/tasks/install.yml
Loading
Please register or sign in to comment