Repository: bigtop Updated Branches: refs/heads/master c4b721127 -> c9dd37b2b
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/c9dd37b2 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c9dd37b2 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c9dd37b2 Branch: refs/heads/master Commit: c9dd37b2ba1f62785d0675158fac84a62c77a62f Parents: c4b7211 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:02 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/c9dd37b2/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 ce17858..8bf331e 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<||> }
