Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 a475be384 -> dfdad7747
  refs/heads/trunk 6cfb8dff3 -> 67cb4cc0c


AMBARI-11871. ssl.server.keystore.keypassword is missing from Advanced 
ssl-server (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: 67cb4cc0cb719568e3c949a8e8d48ccccb3e3244
Parents: 6cfb8df
Author: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Authored: Fri Jun 12 14:49:49 2015 +0300
Committer: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Committed: Fri Jun 12 14:49:49 2015 +0300

----------------------------------------------------------------------
 .../HDFS/2.1.0.2.0/configuration/ssl-server.xml                | 6 ++++++
 .../services/YARN/configuration-mapred/ssl-server.xml          | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/67cb4cc0/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/ssl-server.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/ssl-server.xml
 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/ssl-server.xml
index 97cebd6..f95793e 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/ssl-server.xml
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/ssl-server.xml
@@ -55,4 +55,10 @@
         <property-type>PASSWORD</property-type>
         <description>Password to open the keystore file.</description>
     </property>
+    <property>
+        <name>ssl.server.keystore.keypassword</name>
+        <value>bigdata</value>
+        <property-type>PASSWORD</property-type>
+        <description>Password for private key in keystore file.</description>
+    </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/67cb4cc0/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration-mapred/ssl-server.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration-mapred/ssl-server.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration-mapred/ssl-server.xml
index 97cebd6..f95793e 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration-mapred/ssl-server.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration-mapred/ssl-server.xml
@@ -55,4 +55,10 @@
         <property-type>PASSWORD</property-type>
         <description>Password to open the keystore file.</description>
     </property>
+    <property>
+        <name>ssl.server.keystore.keypassword</name>
+        <value>bigdata</value>
+        <property-type>PASSWORD</property-type>
+        <description>Password for private key in keystore file.</description>
+    </property>
 </configuration>

Reply via email to