Add additional information

* Fix links syntax
* Add information about how to check status of the cluster
* Add info what to do if web UI redirects to internal name

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-02-15 10:37:58 +01:00
parent 29ad61a0b9
commit 3d9af9f4e1

View file

@ -20,8 +20,8 @@ Servers::
* ipa03.stg.iad2.fedoraproject.org * ipa03.stg.iad2.fedoraproject.org
URL:: URL::
* link:https://id.fedoraproject.org/ipa/ui * link:https://id.fedoraproject.org/ipa/ui[]
* link:https://id.stg.fedoraproject.org/ipa/ui * link:https://id.stg.fedoraproject.org/ipa/ui[]
Purpose:: Purpose::
IPA is used as Identity management server for Fedora users. It serves as backend for IPA is used as Identity management server for Fedora users. It serves as backend for
@ -36,6 +36,17 @@ user authentication inside Fedora Infrastructure.
Most issues regarding user data could be solved through web interface. Most issues regarding user data could be solved through web interface.
=== Web UI redirects to internal name
If web UI starts redirecting to internal name instead of link:https://id.fedoraproject.org/ipa/ui[]
you need to either run `ipa.yml` playbook or fix that in `/etc/httpd/conf.d/ipa-redirects.conf` on the
machine that the redirection is going to.
== Checking status
To check status of IPA cluster you simply need to ssh to any of the servers and run
`ipactl status`.
== Restarting == Restarting
To restart the IPA service you simply need to ssh to any of the servers and issue an To restart the IPA service you simply need to ssh to any of the servers and issue an