aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-11-10 12:25:20 -0800
committerKonstantin Boudnik <cos@apache.org>2015-11-10 12:26:49 -0800
commita387e08ae6225cb49eb0b3e55515ad347b7de7d4 (patch)
tree578ff1d16579ea519553e17897c82e0e2c682816 /bigtop-deploy/puppet
parent1563815727e0bd23e2a2c6c858026c931babc5c9 (diff)
BIGTOP-2126. Fix default repo locations in the deployment site.pp
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/manifests/site.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp
index ae716270..728b310b 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"]}