Repository: bigtop Updated Branches: refs/heads/branch-1.3 b3c5da918 -> 980172cd2
BIGTOP-3091: Set Bigtop repo to higher priority Bigtop repo file in deploy/puppet doesn't have "priority" field. An example is on Fedora-26, zookeeper is 3.4.9 in distro repo, while conflicts with 3.4.6 in Bigtop stack. Similiar to BIGTOP-2796. Change-Id: I2b1231a2cf62a30401784780c92b31ab810fe34b Signed-off-by: Jun He <[email protected]> Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/980172cd Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/980172cd Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/980172cd Branch: refs/heads/branch-1.3 Commit: 980172cd25833073f1168837094df7602e3faba4 Parents: b3c5da9 Author: Jun He <[email protected]> Authored: Wed Oct 3 22:05:24 2018 +0800 Committer: Evans Ye <[email protected]> Committed: Thu Oct 4 13:20:36 2018 +0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/bigtop_repo.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/980172cd/bigtop-deploy/puppet/manifests/bigtop_repo.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/bigtop_repo.pp b/bigtop-deploy/puppet/manifests/bigtop_repo.pp index d0da7c8..3356112 100644 --- a/bigtop-deploy/puppet/manifests/bigtop_repo.pp +++ b/bigtop-deploy/puppet/manifests/bigtop_repo.pp @@ -24,6 +24,7 @@ class bigtop_repo { descr => "Bigtop packages", enabled => 1, gpgcheck => 0, + priority => 10, } Yumrepo<||> -> Package<||> }
