Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

README-config.md

Blame
    • Rafael Guterres Jeffman's avatar
      65271a01
      ipaconfig: Allow execution of plugin in client host. · 65271a01
      Rafael Guterres Jeffman authored
      Update config README file and add tests for executing plugin with
      `ipaapi_context` set to `client`.
      
      A new test playbook can be found at:
      
          tests/config/test_config_client_context.yml
      
      The new test file can be executed in a FreeIPA client host that is
      not a server. In this case, it should be defined in the `ipaclients`
      group, in the inventory file.
      
      As the tests for ipaconfig may render the server in an inconsistent
      state if they fail, the tests in tests/config/test_config.yml were
      wrapped in a way that if one test fails, the default FreeIPA
      configuration is restored to the server.
      65271a01
      History
      ipaconfig: Allow execution of plugin in client host.
      Rafael Guterres Jeffman authored
      Update config README file and add tests for executing plugin with
      `ipaapi_context` set to `client`.
      
      A new test playbook can be found at:
      
          tests/config/test_config_client_context.yml
      
      The new test file can be executed in a FreeIPA client host that is
      not a server. In this case, it should be defined in the `ipaclients`
      group, in the inventory file.
      
      As the tests for ipaconfig may render the server in an inconsistent
      state if they fail, the tests in tests/config/test_config.yml were
      wrapped in a way that if one test fails, the default FreeIPA
      configuration is restored to the server.