8fd206f Delay enabling services until end of installer

Authored and Committed by cheimes 5 years ago
    Delay enabling services until end of installer
    
    Service entries in cn=FQDN,cn=masters,cn=ipa,cn=etc are no longer
    created as enabled. Instead they are flagged as configuredService. At
    the very end of the installer, the service entries are switched from
    configured to enabled service.
    
    - SRV records are created at the very end of the installer.
    - Dogtag installer only picks fully installed servers
    - Certmonger ignores all configured but not yet enabled servers.
    
    Fixes: https://pagure.io/freeipa/issue/7566
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+10 -2
file modified
+83 -5