Add warning about only one existing CA server

It is not safe to have only one CA server in topology. Therefore there is a check
and in case that there is only one CA server a warning is shown. The warning is
shown after each refreshing of servers facet.

https://fedorahosted.org/freeipa/ticket/5828

Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-08-16 10:03:36 +02:00
committed by Martin Basti
parent 8ad03259fe
commit d45b0efe5d
3 changed files with 76 additions and 1 deletions

View File

@@ -704,6 +704,8 @@ class i18n_messages(Command):
"label_singular": _("Server Role"),
},
"servers": {
"ca_warning_message": _("It is strongly recommended to keep the CA services installed on more than one server."),
"ca_warning_title": _("Warning: Only One CA Server Detected"),
"remove_server": _("Delete Server"),
"remove_server_msg": _("Deleting a server removes it permanently from the topology. Note that this is a non-reversible action.")
},