-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18640/
-----------------------------------------------------------
Review request for Ambari, Sumit Mohanty and Sid Wagle.
Bugs: AMBARI-4894
https://issues.apache.org/jira/browse/AMBARI-4894
Repository: ambari
Description
-------
Added two optional parameters to ambari-server upgradestack:
1. The URL for local repo.
2. A possible csv of os types to apply it to. If you don't provide that, there
is no way to know which repo url it's for (centos5, centos6?) If that
parameter is omitted, apply the URL to all repos.
3. Added tests.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/StackUpgradeHelper.java
b9fec20
ambari-server/src/main/java/org/apache/ambari/server/upgrade/StackUpgradeUtil.java
75189cc
ambari-server/src/main/python/ambari-server.py 30b778c
ambari-server/src/test/java/org/apache/ambari/server/upgrade/StackUpgradeUtilTest.java
PRE-CREATION
ambari-server/src/test/python/TestAmbariServer.py d1053aa
Diff: https://reviews.apache.org/r/18640/diff/
Testing
-------
Java:
Results :
Tests run: 1476, Failures: 0, Errors: 0, Skipped: 9
Python:
test_run_stack_upgrade (TestAmbariServer.TestAmbariServer) ... ok
test_run_stack_upgrade_with_url (TestAmbariServer.TestAmbariServer) ... ok
test_run_stack_upgrade_with_url_os (TestAmbariServer.TestAmbariServer) ... ok
Overall:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:06.282s
[INFO] Finished at: Fri Feb 28 15:17:55 EST 2014
[INFO] Final Memory: 18M/123M
[INFO] ------------------------------------------------------------------------
Thanks,
Nate Cole