Skip to content
Snippets Groups Projects
  1. Jul 14, 2023
  2. Jul 13, 2023
  3. Jul 12, 2023
  4. Jul 10, 2023
    • Rafael Guterres Jeffman's avatar
      ipauser: Add support to modify GECOS field. · 9a8a1db3
      Rafael Guterres Jeffman authored
      This patch adds a new parameter to ipauser, 'gecos', which can be used
      to set the 'gecos' field of an IPA user. The default behavior of
      automatically set the GECOS field to "<first> <last>" is not modified,
      it is only possible to change the field to a custom value.
      
      No validation on the value provided is done, as it is with FreeIPA.
      9a8a1db3
  5. Jun 15, 2023
  6. Jun 07, 2023
  7. Jun 06, 2023
  8. Jun 05, 2023
  9. May 30, 2023
  10. May 16, 2023
    • Rafael Guterres Jeffman's avatar
      upstream CI: Disable ansible-lint var-naming check · 306522ac
      Rafael Guterres Jeffman authored
      Latest ansible-lint version (6.16.1) started to raise an error when
      variable names from within roles are not prefixed with  the role name.
      Error: var-naming[no-role-prefix].
      
      As Ansible sanity check does not enforce this, it will be disabled, for
      now on ansible-freeipa's upstream CI.
      
      A future effort to reduce the checks that are not being evaluated should
      be done as preparation for future Ansible Galaxy and Automation Hub
      requirements.
      306522ac
  11. May 15, 2023
    • Rafael Guterres Jeffman's avatar
      Upstream CI: Disable execution of pytest tests. · a1553241
      Rafael Guterres Jeffman authored
      The tests under 'tests/pytests' were a POC to bring tests that evaluate
      the result of playbook execution on the IPA environment. This is
      currently only implemented for dnszone tests, and similar test coverage
      is obtained with other tests.
      
      As there is an ongoing issue with Ansible's docker pluging
      ("the connection plugin 'docker' was not found"), which is stil under
      investigation, by removing the pytest tests we'll remove the consistent
      failures currently seen on upstream CI, and will not loose test
      coverage, specially if we take into account downstream tests.
      
      Also, a new version for the pytests will be available once multihost
      testing is implemented for upstream.
      a1553241
  12. May 08, 2023
  13. May 05, 2023
  14. Apr 28, 2023
  15. Apr 27, 2023
Loading