You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highligths for this release
* New support for custom container files
* New support for podman '--dns' option
* Split __main__ in separate files for better code organization
* Documentation enhancements
Bugs Fixed since 0.2.0
* Only copy data files if configuration is generated
* Don't add '*_remove_from_domain' to ipaclient and ipareplica, due to
'delege_to' issue
* Fixed nameserver for hosts not on the first deployment
Known Issues
* When using 'dns' replica installation fails, only server and client
deployments work in this case. (Issue #2)
As of the current version, this issue is still valid, although the effect is that the replica is partially deployed, and fails during first replication.
The docker compose spec does not define dns or disable-dns for networks, instead in forces the use of external networks.
This behavior is implemented in ipalab-config, but as the goal is to have the whole configuration in a single file, this issue will be kept open until there's a better solution or containers/podman-compose#1104 gets merged and released.
When creating a deployment with a custom container file and using the
dns
option, the ipareplica role fails with:Servers and clients are correctly deployed, even if multiple deployments are used on the same configuration.
The text was updated successfully, but these errors were encountered: