You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/06/22 03:06:42 UTC

svn commit: r1495653 - in /incubator/ambari/trunk/ambari-web/app: messages.js templates/main/admin/security/add/step1.hbs

Author: jaimin
Date: Sat Jun 22 01:06:41 2013
New Revision: 1495653

URL: http://svn.apache.org/r1495653
Log:
AMBARI-2468. The text for starting the security wizard is misleading. (jaimin)

Modified:
    incubator/ambari/trunk/ambari-web/app/messages.js
    incubator/ambari/trunk/ambari-web/app/templates/main/admin/security/add/step1.hbs

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1495653&r1=1495652&r2=1495653&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Sat Jun 22 01:06:41 2013
@@ -590,13 +590,16 @@ Em.I18n.translations = {
   'admin.security.disable.popup.header': 'Remove security',
   'admin.security.disable.popup.body': 'Kerberos security will be disabled on the cluster',
   'admin.addSecurity.header': 'Add security wizard',
-  'admin.security.step1.header': 'Start',
-  'admin.security.step2.header': 'Configure',
-  'admin.security.step3.header': 'Apply',
-  'admin.security.step1.body.header': 'Important: Before configuring your cluster to use Kerberos security, you must perform the following manual steps on your cluster.',
-  'admin.security.step1.body.instruction1': 'Install, configure and start KDC',
-  'admin.security.step1.body.instruction2': 'Install, configure and start kadmin',
-  'admin.security.step1.body.instruction3': 'Install and start clients on all machines',
+  'admin.security.step1.header': 'Get Started',
+  'admin.security.step2.header': 'Configure Services',
+  'admin.security.step3.header': 'Save and Apply Configuration',
+  'admin.security.step1.body.header': 'Important: Before configuring Ambari to manage your Kerberos-enabled cluster, ' +
+    'you must perform the following manual steps on your cluster. Be sure to record the location of the keytab files ' +
+    'for each host and the principals for each Hadoop service. This information is required in order to use the wizard.',
+  'admin.security.step1.body.instruction1': 'Install, configure and start your Kerberos KDC',
+  'admin.security.step1.body.instruction2': 'Install and configure the Kerberos client on every host in the cluster',
+  'admin.security.step1.body.instruction3': 'Create Kerberos principals for Hadoop services and hosts',
+  'admin.security.step1.body.instruction4': 'Generate keytabs for each principal and place on the appropriate hosts',
   'admin.security.step2.body.header': 'Configure Kerberos security properties',
   'admin.security.step3.body.header': 'Applying kerberos security to the cluster',
   'admin.security.step3.body.success.header' : 'Kerberos-based security has been enabled on your cluster. Please wait while services are started in secure mode.',

Modified: incubator/ambari/trunk/ambari-web/app/templates/main/admin/security/add/step1.hbs
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/admin/security/add/step1.hbs?rev=1495653&r1=1495652&r2=1495653&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/main/admin/security/add/step1.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/main/admin/security/add/step1.hbs Sat Jun 22 01:06:41 2013
@@ -25,6 +25,7 @@
         <li>{{t admin.security.step1.body.instruction1}}</li>
         <li>{{t admin.security.step1.body.instruction2}}</li>
         <li>{{t admin.security.step1.body.instruction3}}</li>
+        <li>{{t admin.security.step1.body.instruction4}}</li>
     </ol>
 </div>