Repository: bigtop Updated Branches: refs/heads/master 156381572 -> a387e08ae
BIGTOP-2126. Fix default repo locations in the deployment site.pp Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a387e08a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a387e08a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a387e08a Branch: refs/heads/master Commit: a387e08ae6225cb49eb0b3e55515ad347b7de7d4 Parents: 1563815 Author: Konstantin Boudnik <[email protected]> Authored: Tue Nov 10 12:25:20 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Nov 10 12:26:49 2015 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/a387e08a/bigtop-deploy/puppet/manifests/site.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp index ae71627..728b310 100644 --- a/bigtop-deploy/puppet/manifests/site.pp +++ b/bigtop-deploy/puppet/manifests/site.pp @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -$default_yumrepo = "http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-1.0.0-rpm/BUILD_ENVIRONMENTS=centos-6%2clabel=docker-slave-06/lastSuccessfulBuild/artifact/output/" -$default_debrepo = "http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-1.0.0-deb/BUILD_ENVIRONMENTS=debian-8%2clabel=docker-slave-07/lastSuccessfulBuild/artifact/output/apt/" +$default_yumrepo = "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/centos/7/x86_64" +$default_debrepo = "http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64" $jdk_package_name = hiera("bigtop::jdk_package_name", "jdk") stage {"pre": before => Stage["main"]}
