Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EDE2F2BD for ; Thu, 13 Nov 2014 18:53:29 +0000 (UTC) Received: (qmail 44714 invoked by uid 500); 13 Nov 2014 18:53:29 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 44682 invoked by uid 500); 13 Nov 2014 18:53:29 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 44665 invoked by uid 99); 13 Nov 2014 18:53:29 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2014 18:53:29 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 1DB3E1D30A7; Thu, 13 Nov 2014 18:53:32 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4720466564315689550==" MIME-Version: 1.0 Subject: Re: Review Request 27999: Remove Nagios SSL Configuration From Ambari Scripts From: "Cabir Zounaidou" To: "Alejandro Fernandez" , "Nate Cole" , "Dmytro Sen" , "Cabir Zounaidou" Cc: "Jonathan Hurley" , "Ambari" Date: Thu, 13 Nov 2014 18:53:32 -0000 Message-ID: <20141113185332.11644.35491@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Cabir Zounaidou" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/27999/ X-Sender: "Cabir Zounaidou" References: <20141113175548.9703.67248@reviews.apache.org> In-Reply-To: <20141113175548.9703.67248@reviews.apache.org> Reply-To: "Cabir Zounaidou" X-ReviewRequest-Repository: ambari --===============4720466564315689550== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27999/#review61289 ----------------------------------------------------------- Ship it! Ship It! - Cabir Zounaidou On Nov. 13, 2014, 5:55 p.m., Jonathan Hurley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27999/ > ----------------------------------------------------------- > > (Updated Nov. 13, 2014, 5:55 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Cabir Zounaidou, Dmytro Sen, and Nate Cole. > > > Bugs: AMBARI-8313 > https://issues.apache.org/jira/browse/AMBARI-8313 > > > Repository: ambari > > > Description > ------- > > When Nagios was a part of the Ambari ecosystem, it was required that Ambari trusted the SSL connection with Nagios. This was configured via the `ambari-server setup-security` command. > > Now that Nagios has been removed, trusting SSL connections is no longer necessary and this setup option should be removed. > > > Diffs > ----- > > ambari-server/src/main/java/org/apache/ambari/server/configuration/ComponentSSLConfiguration.java 9dea43a > ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java 9970d9a > ambari-server/src/main/python/ambari-server.py cf70f48 > ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BaseBlueprintProcessorTest.java d40c29d > ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintResourceProviderTest.java 9514b21 > ambari-server/src/test/python/TestAmbariServer.py 0641929 > > Diff: https://reviews.apache.org/r/27999/diff/ > > > Testing > ------- > > mvn clean test > > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 12:36 min > [INFO] Finished at: 2014-11-13T12:48:48-05:00 > [INFO] Final Memory: 30M/599M > [INFO] ------------------------------------------------------------------------ > > Verification that hte ambari-server options work: > ``` > [root@c6401 sbin]# ambari-server setup-security > Using python /usr/bin/python2.6 > Security setup options... > =========================================================================== > Choose one of the following options: > [1] Enable HTTPS for Ambari server. > [2] Enable HTTPS for Ganglia service. > [3] Encrypt passwords stored in ambari.properties file. > [4] Setup Ambari kerberos JAAS configuration. > =========================================================================== > Enter choice, (1-4): > > Enter choice, (1-4): 3 > Please provide master key for locking the credential store: > > Enter choice, (1-4): 4 > Setting up Ambari kerberos JAAS configuration to access secured Hadoop daemons... > Enter ambari server's kerberos principal name (ambari@EXAMPLE.COM): > > Enter choice, (1-4): 5 > Invalid choice > ``` > > > Thanks, > > Jonathan Hurley > > --===============4720466564315689550==--