You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/05/10 18:19:10 UTC

ambari git commit: AMBARI-11027. cleanup Manual kerb req text. (rlevas via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 3383a2f58 -> 4c247ba19


AMBARI-11027. cleanup Manual kerb req text. (rlevas via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4c247ba1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4c247ba1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4c247ba1

Branch: refs/heads/trunk
Commit: 4c247ba19c020e578f6d65766073751bdc9a7987
Parents: 3383a2f
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Sun May 10 09:18:46 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Sun May 10 09:18:46 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/messages.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4c247ba1/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 90d43e2..252e75f 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1000,11 +1000,11 @@ Em.I18n.translations = {
   'admin.kerberos.wizard.step1.option.kdc.condition.2': 'KDC administrative credentials are on-hand.',
   'admin.kerberos.wizard.step1.option.kdc.condition.3': 'The Java Cryptography Extensions (JCE) have been setup on the Ambari Server host and all hosts in the cluster.',
   'admin.kerberos.wizard.step1.option.manual': 'Manage Kerberos principals and keytabs manually',
-  'admin.kerberos.wizard.step1.option.manual.condition.1': 'Hosts in my cluster can reach my KDC server',
-  'admin.kerberos.wizard.step1.option.manual.condition.2': 'I have the Kerberos Client utilities (such as kinit) installed on my hosts',
-  'admin.kerberos.wizard.step1.option.manual.condition.3': 'JCE is installed on the Ambari Server and all cluster hosts',
-  'admin.kerberos.wizard.step1.option.manual.condition.4': 'I plan to create the Service and Ambari principals in my KDC',
-  'admin.kerberos.wizard.step1.option.manual.condition.5': 'I plan to create keytabs for the principals and distribute to the hosts in my cluster',
+  'admin.kerberos.wizard.step1.option.manual.condition.1': 'Cluster hosts have network access to the KDC',
+  'admin.kerberos.wizard.step1.option.manual.condition.2': 'Kerberos client utilities (such as kinit) have been installed on every cluster host',
+  'admin.kerberos.wizard.step1.option.manual.condition.3': 'The Java Cryptography Extensions (JCE) have been setup on the Ambari Server host and all hosts in the cluster',
+  'admin.kerberos.wizard.step1.option.manual.condition.4': 'The Service and Ambari Principals will be manually created in the KDC before completing this wizard',
+  'admin.kerberos.wizard.step1.option.manual.condition.5': 'The keytabs for the Service and Ambari Principals will be manually created and distributed to cluster hosts before completing this wizard',
   'admin.kerberos.wizard.step1.option.ad': 'Existing Active Directory',
   'admin.kerberos.wizard.step1.option.ad.condition.1': 'Ambari Server and cluster hosts have network access to the Domain Controllers.',
   'admin.kerberos.wizard.step1.option.ad.condition.2': 'Active Directory secure LDAP (LDAPS) connectivity has been configured.',