Bump repo URLs to 1.2.1
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/678380eb Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/678380eb Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/678380eb Branch: refs/heads/branch-1.2 Commit: 678380eb9ad8d48b1360a52880aa8c106633331d Parents: af0ca1e Author: Evans Ye <[email protected]> Authored: Sat Jul 1 13:14:47 2017 +0000 Committer: Evans Ye <[email protected]> Committed: Sat Jul 1 13:14:47 2017 +0000 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/bigtop_repo.pp | 4 ++-- docker/pseudo-cluster/config/hieradata/site.yaml | 2 +- docker/sandbox/sandbox-env.sh | 2 +- docker/sandbox/site.yaml.template.centos-6_hadoop | 2 +- docker/sandbox/site.yaml.template.debian-8_hadoop | 2 +- provisioner/docker/config_centos-6.yaml | 2 +- provisioner/docker/config_centos-7.yaml | 2 +- provisioner/docker/config_debian-8.yaml | 2 +- provisioner/docker/config_ubuntu-16.04.yaml | 2 +- provisioner/vagrant/vagrantconfig.yaml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/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 ed22f81..48451cb 100644 --- a/bigtop-deploy/puppet/manifests/bigtop_repo.pp +++ b/bigtop-deploy/puppet/manifests/bigtop_repo.pp @@ -16,7 +16,7 @@ class bigtop_repo { case $::operatingsystem { /(OracleLinux|Amazon|CentOS|Fedora|RedHat)/: { - $default_repo = "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/x86_64" + $default_repo = "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/centos/7/x86_64" $baseurls_array = any2array(hiera("bigtop::bigtop_repo_uri", $default_repo)) each ($baseurls_array) |$count, $baseurl| { yumrepo { "Bigtop_$count": @@ -36,7 +36,7 @@ class bigtop_repo { $lower_os = downcase($operatingsystem) # We use code name such as trusty for Ubuntu instead of release version in bigtop's binary convenience repos if ($operatingsystem == "Ubuntu") { $release = $lsbdistcodename } else { $release = $operatingsystemmajrelease } - $default_repo = "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/${lower_os}/${release}/x86_64" + $default_repo = "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/${lower_os}/${release}/x86_64" $baseurls_array = any2array(hiera("bigtop::bigtop_repo_uri", $default_repo)) # I couldn't enforce the sequence -> anymore because of this http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/docker/pseudo-cluster/config/hieradata/site.yaml ---------------------------------------------------------------------- diff --git a/docker/pseudo-cluster/config/hieradata/site.yaml b/docker/pseudo-cluster/config/hieradata/site.yaml index eb33840..4c56bf5 100644 --- a/docker/pseudo-cluster/config/hieradata/site.yaml +++ b/docker/pseudo-cluster/config/hieradata/site.yaml @@ -6,5 +6,5 @@ hadoop_cluster_node::cluster_components: - hdfs - yarn - mapreduce -bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 +bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/ubuntu/16.04/x86_64 http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/docker/sandbox/sandbox-env.sh ---------------------------------------------------------------------- diff --git a/docker/sandbox/sandbox-env.sh b/docker/sandbox/sandbox-env.sh index e1599d5..920c11f 100644 --- a/docker/sandbox/sandbox-env.sh +++ b/docker/sandbox/sandbox-env.sh @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -BIGTOP_VERSION=1.2.0 +BIGTOP_VERSION=1.2.1 # REPO="YOUR CUSTOM REPO" RPMS=( \ http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/docker/sandbox/site.yaml.template.centos-6_hadoop ---------------------------------------------------------------------- diff --git a/docker/sandbox/site.yaml.template.centos-6_hadoop b/docker/sandbox/site.yaml.template.centos-6_hadoop index db49e48..1aa2951 100644 --- a/docker/sandbox/site.yaml.template.centos-6_hadoop +++ b/docker/sandbox/site.yaml.template.centos-6_hadoop @@ -15,5 +15,5 @@ bigtop::hadoop_head_node: "head.node.fqdn" hadoop::hadoop_storage_dirs: [/data/1, /data/2] -bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/6/x86_64 +bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/centos/6/x86_64 hadoop_cluster_node::cluster_components: [hdfs, yarn, mapred-app] http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/docker/sandbox/site.yaml.template.debian-8_hadoop ---------------------------------------------------------------------- diff --git a/docker/sandbox/site.yaml.template.debian-8_hadoop b/docker/sandbox/site.yaml.template.debian-8_hadoop index 1bbae6c..a8d7f15 100644 --- a/docker/sandbox/site.yaml.template.debian-8_hadoop +++ b/docker/sandbox/site.yaml.template.debian-8_hadoop @@ -15,5 +15,5 @@ bigtop::hadoop_head_node: "head.node.fqdn" hadoop::hadoop_storage_dirs: [/data/1, /data/2] -bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/debian/8/x86_64 +bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/debian/8/x86_64 hadoop_cluster_node::cluster_components: [hdfs, yarn, mapred-app] http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/provisioner/docker/config_centos-6.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_centos-6.yaml b/provisioner/docker/config_centos-6.yaml index 7912aca..c56b4f2 100644 --- a/provisioner/docker/config_centos-6.yaml +++ b/provisioner/docker/config_centos-6.yaml @@ -17,7 +17,7 @@ docker: memory_limit: "4g" image: "bigtop/puppet:centos-6" -repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/6/x86_64" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/centos/6/x86_64" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/provisioner/docker/config_centos-7.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_centos-7.yaml b/provisioner/docker/config_centos-7.yaml index 6cdd7cf..238080b 100644 --- a/provisioner/docker/config_centos-7.yaml +++ b/provisioner/docker/config_centos-7.yaml @@ -17,7 +17,7 @@ docker: memory_limit: "4g" image: "bigtop/puppet:centos-7" -repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/x86_64" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/centos/7/x86_64" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/provisioner/docker/config_debian-8.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_debian-8.yaml b/provisioner/docker/config_debian-8.yaml index c1a468a..467dc77 100644 --- a/provisioner/docker/config_debian-8.yaml +++ b/provisioner/docker/config_debian-8.yaml @@ -17,7 +17,7 @@ docker: memory_limit: "4g" image: "bigtop/puppet:debian-8" -repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/debian/8/x86_64" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/debian/8/x86_64" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/provisioner/docker/config_ubuntu-16.04.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_ubuntu-16.04.yaml b/provisioner/docker/config_ubuntu-16.04.yaml index 54c91f7..5aab505 100644 --- a/provisioner/docker/config_ubuntu-16.04.yaml +++ b/provisioner/docker/config_ubuntu-16.04.yaml @@ -17,7 +17,7 @@ docker: memory_limit: "4g" image: "bigtop/puppet:ubuntu-16.04" -repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/ubuntu/16.04/x86_64" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false http://git-wip-us.apache.org/repos/asf/bigtop/blob/678380eb/provisioner/vagrant/vagrantconfig.yaml ---------------------------------------------------------------------- diff --git a/provisioner/vagrant/vagrantconfig.yaml b/provisioner/vagrant/vagrantconfig.yaml index 54604b0..b1db63c 100644 --- a/provisioner/vagrant/vagrantconfig.yaml +++ b/provisioner/vagrant/vagrantconfig.yaml @@ -16,7 +16,7 @@ memory_size: 4096 number_cpus: 1 box: "puppetlabs/centos-7.2-64-nocm" -repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/x86_64" +repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.1/centos/7/x86_64" num_instances: 1 distro: centos components: [hdfs, yarn, mapreduce]
