Bug 1401554

Summary: IPA Installation message using ipa-server-docker image needs correction.
Product: Red Hat Enterprise Linux 7 Reporter: Nikhil Dehadrai <ndehadra>
Component: ipa-server-containerAssignee: Petr Vobornik <pvoborni>
Status: CLOSED CANTFIX QA Contact: Nikhil Dehadrai <ndehadra>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3Keywords: Extras
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-18 14:41:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nikhil Dehadrai 2016-12-05 14:49:28 UTC
IPA-server-docker image: ipa-server-docker-4.4.0-27


Description of problem:
IPA Installation message needs correction, currently it read "FreeIPA server configured." It should be "IPA server configured."


How reproducible:
Always

Steps to Reproduce:
1. Setup IPA-server as par of ipa-server-docker image.
2. Run command "atomic install --name=<container name> <container-name> net-host ipa-server-install <install parameters>"
3. Notice the console output log at the end.

Actual results:
Once the ipa-server setup is completed as part of ipa-server-docker image following message is displayed:
"FreeIPA server configured."

##########################
Next steps:
	1. You must make sure these network ports are open:
		TCP Ports:
		  * 80, 443: HTTP/HTTPS
		  * 389, 636: LDAP/LDAPS
		  * 88, 464: kerberos
		UDP Ports:
		  * 88, 464: kerberos
		  * 123: ntp

	2. You can now obtain a kerberos ticket using the command: 'kinit admin'
	   This ticket will allow you to use the IPA tools (e.g., ipa user-add)
	   and the web user interface.

Be sure to back up the CA certificates stored in /root/cacert.p12
These files are required to create replicas. The password for these
files is the Directory Manager password
FreeIPA server does not run DNS server, skipping update-self-ip-address.
Created symlink from /etc/systemd/system/container-ipa.target.wants/ipa-server-update-self-ip-address.service to /usr/lib/systemd/system/ipa-server-update-self-ip-address.service.
Created symlink from /etc/systemd/system/container-ipa.target.wants/ipa-server-upgrade.service to /usr/lib/systemd/system/ipa-server-upgrade.service.
Removed symlink /etc/systemd/system/container-ipa.target.wants/ipa-server-configure-first.service.
FreeIPA server configured.


Expected results:
"IPA server configured." should be displayed at the end of setup.

Additional info:
1. The message is observed for both installation process of ipa-server and ipa-replica.
2. Similar message noticed at time of failure "FreeIPA server configuration failed.", it should be "IPA server configuration failed.".

Comment 3 Petr Vobornik 2017-08-18 14:41:45 UTC
This is string coming from ipa package. It should be fixed in bug 1482998