Repository: ambari Updated Branches: refs/heads/branch-feature-AMBARI-18634 0d90ba353 -> 464d3d5ce
Merge branch 'branch-feature-AMBARI-18634' into trunk Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9eed34e7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9eed34e7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9eed34e7 Branch: refs/heads/branch-feature-AMBARI-18634 Commit: 9eed34e7b107aa24f7540f480426b72d528b0b6b Parents: cc14719 0d90ba3 Author: Nate Cole <[email protected]> Authored: Tue Nov 1 16:11:13 2016 -0400 Committer: Nate Cole <[email protected]> Committed: Tue Nov 1 16:11:13 2016 -0400 ---------------------------------------------------------------------- .../server/state/stack/upgrade/Grouping.java | 4 +- .../state/stack/upgrade/HostOrderGrouping.java | 70 +++ .../server/state/stack/upgrade/UpgradeType.java | 9 +- .../HDP/2.5/upgrades/host-ordered-upgrade.xml | 595 +++++++++++++++++++ .../src/main/resources/upgrade-pack.xsd | 9 + .../server/state/stack/UpgradePackTest.java | 16 + .../upgrades/upgrade_test_host_ordered.xml | 79 +++ 7 files changed, 780 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
