Kirill Satarin
Kirill Satarin
@berndfinger @marcelmamula @sean-freeman another option would be to suppress non error messages. See example https://github.com/redhat-sap/rh_operations/blob/4f2584de0651b58e4f99003e6bc0108ca4b71888/roles/sapinst/tasks/main.yml#L61 how to use parameter SAPINST_MESSAGE_CONSOLE_THRESHOLD And here is default parameter value https://github.com/redhat-sap/rh_operations/blob/4f2584de0651b58e4f99003e6bc0108ca4b71888/roles/sapinst/defaults/main.yml#L26 One can get...
@marcelmamula I am certain that it works on RHEL ;). Maybe one has to add this parameter for it to work or default is not as it is documented, SAP...
> My comment was more about what would this change do since default is already error, then enforcing same value as default, would not change a thing. When I set...
It is possible to use standard ansible functionality to measure and display execution time of any ansible task with profile_task callback plugin.
@ja9fuchs is this issue still open? I see different values for some cloud providers? for instance here https://github.com/search?q=repo%3Asap-linuxlab%2Fcommunity.sap_install%20token&type=code
@sean-freeman if possible please share this spreadsheet with me. I've been working on ansible role to test cluster configuration https://galaxy.ansible.com/ui/repo/published/sap/sap_operations/content/role/pcs_config_checks/ At the moment this role only contains rudimentary checks. This...
@berndfinger is this still an open issue?
Solution might be to use variable ansible_env (collected as part of ansible facts) instead of hard coding '/tmp'. As per SAP documentation $TEMP is used to place sapinst_instdir, not /tmp...
@berndfinger is this still open issue?