diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-08-16 10:03:36 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-08-17 13:54:57 +0200 |
| commit | d45b0efe5d5f718791d34a3e57ea723dcae8fd59 (patch) | |
| tree | cd6a2ffc057629b94886e3da74a7c0321ad2de43 /install/ui/test | |
| parent | 8ad03259fe770b222e70286fd00c3416b4ed197d (diff) | |
| download | freeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.tar.gz freeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.tar.xz freeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.zip | |
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>
Diffstat (limited to 'install/ui/test')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 77d6fce4e..efaf6b649 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -552,6 +552,8 @@ "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." }, |
