----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23921/#review49690 -----------------------------------------------------------
Ship it! Ship It! - Sid Wagle On Aug. 4, 2014, 4:59 p.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23921/ > ----------------------------------------------------------- > > (Updated Aug. 4, 2014, 4:59 p.m.) > > > Review request for Ambari, Jonathan Hurley, Myroslav Papirkovskyy, and Sid > Wagle. > > > Bugs: AMBARI-6608 > https://issues.apache.org/jira/browse/AMBARI-6608 > > > Repository: ambari > > > Description > ------- > > Currently, agent uses a implicit mechanism to decide whether to use two-way > ssl. It tries to connect normally and if it fails it switches to using > two-way ssl. > We should improve this setup to make it explicit. The initial GET call agent > makes (server:8440/cert/ca) should return a response providing the > requirement from the agent (e.g. "two_way_ssl" : "true" ). Agent should use > this data and decide on the nature of the connection. > > > Diffs > ----- > > ambari-agent/src/main/python/ambari_agent/AmbariConfig.py 688dc74 > ambari-agent/src/main/python/ambari_agent/Controller.py bf68616 > ambari-agent/src/main/python/ambari_agent/CustomServiceOrchestrator.py > 34d7816 > ambari-agent/src/main/python/ambari_agent/Heartbeat.py b6a7b87 > ambari-agent/src/main/python/ambari_agent/HostCleanup.py 16596f3 > ambari-agent/src/main/python/ambari_agent/HostInfo.py 8064794 > ambari-agent/src/main/python/ambari_agent/NetUtil.py 42d3875 > ambari-agent/src/main/python/ambari_agent/Register.py fada031 > ambari-agent/src/main/python/ambari_agent/hostname.py 56031fc > ambari-agent/src/main/python/ambari_agent/main.py 7ea70ea > ambari-agent/src/main/python/ambari_agent/security.py c4cb746 > ambari-agent/src/test/python/ambari_agent/TestActionQueue.py 897493a > ambari-agent/src/test/python/ambari_agent/TestCertGeneration.py 5216447 > ambari-agent/src/test/python/ambari_agent/TestController.py dd92e06 > ambari-agent/src/test/python/ambari_agent/TestHostname.py 9d96090 > ambari-agent/src/test/python/ambari_agent/TestMain.py 7cf14b6 > ambari-agent/src/test/python/ambari_agent/TestNetUtil.py 10ddca3 > ambari-agent/src/test/python/ambari_agent/TestSecurity.py 8b11063 > > ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java > eb34a77 > > ambari-server/src/main/java/org/apache/ambari/server/security/SecurityFilter.java > 9d4e603 > > ambari-server/src/main/java/org/apache/ambari/server/security/unsecured/rest/ConnectionInfo.java > PRE-CREATION > > ambari-server/src/test/java/org/apache/ambari/server/security/CertGenerationTest.java > 7a65c81 > > Diff: https://reviews.apache.org/r/23921/diff/ > > > Testing > ------- > > Tests run: 1834, Failures: 1, Errors: 289, Skipped: 13 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views ...................................... SUCCESS [3.483s] > [INFO] Ambari Server ..................................... FAILURE [9:33.696s] > [INFO] Ambari Agent ...................................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9:37.743s > [INFO] Finished at: Fri Jul 25 12:50:23 FET 2014 > [INFO] Final Memory: 23M/319M > [INFO] > ------------------------------------------------------------------------ > > same tests fail on trunk > > Agent tests: > ---------------------------------------------------------------------- > Ran 288 tests in 3.663s > > OK > [INFO] > [INFO] --- apache-rat-plugin:0.10:check (default) @ ambari-agent --- > [INFO] 51 implicit excludes (use -debug for more details). > [INFO] Exclude: src/examples/* > [INFO] Exclude: src/test/python/dummy*.txt > [INFO] Exclude: src/test/python/ambari_agent/dummy_files/* > [INFO] Exclude: src/test/python/ambari_agent/dummy*.txt > [INFO] Exclude: src/main/python/ambari_agent/imports.txt > [INFO] Exclude: **/*.erb > [INFO] Exclude: **/*.json > [INFO] Exclude: **/*.pydevproject > [INFO] 291 resources included (use -debug for more details) > [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 > approved: 157 licence. > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6.625s > [INFO] Finished at: Fri Jul 25 12:59:26 FET 2014 > [INFO] Final Memory: 11M/149M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Dmitro Lisnichenko > >
