Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 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
  • v1.8.3
21 results

ipadnsforwardzone.py

Blame
    • Rafael Guterres Jeffman's avatar
      da45d74f
      ipadnsforwardzone: Allow execution of plugin in client host. · da45d74f
      Rafael Guterres Jeffman authored
      Update dnsforwardzone README file and add tests for executing plugin with
      `ipaapi_context` set to `client`.
      
      A new test playbook can be found at:
      
          tests/dnsforwardzone/test_dnsforwardzone_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.
      
      Due to differences in data returned when running ipadnsforwardzone in
      a client context, some values had to be modified so that comparision
      works, avoiding unnecessary IPA API calls.
      da45d74f
      History
      ipadnsforwardzone: Allow execution of plugin in client host.
      Rafael Guterres Jeffman authored
      Update dnsforwardzone README file and add tests for executing plugin with
      `ipaapi_context` set to `client`.
      
      A new test playbook can be found at:
      
          tests/dnsforwardzone/test_dnsforwardzone_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.
      
      Due to differences in data returned when running ipadnsforwardzone in
      a client context, some values had to be modified so that comparision
      works, avoiding unnecessary IPA API calls.