You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/06/12 13:50:50 UTC

[2/2] ambari git commit: AMBARI-11871. ssl.server.keystore.keypassword is missing from Advanced ssl-server (dlysnichenko)

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/dfdad774
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dfdad774
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dfdad774

Branch: refs/heads/branch-2.1
Commit: dfdad774796b04f86e56c280ba11049089997465
Parents: a475be3
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Fri Jun 12 14:49:49 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Fri Jun 12 14:50:29 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/dfdad774/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/dfdad774/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>