This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 1d73f3b34 Changing version to X.Y.Z
1d73f3b34 is described below
commit 1d73f3b34fa449360aa2a6e2864cb3fc2a1b9b96
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue May 14 17:53:27 2024 +0900
Changing version to X.Y.Z
---
provisioner/docker/config_centos-7.yaml | 4 ++--
provisioner/docker/config_debian-11.yaml | 4 ++--
provisioner/docker/config_fedora-38.yaml | 2 +-
provisioner/docker/config_openeuler-22.03.yaml | 4 ++--
provisioner/docker/config_rockylinux-8.yaml | 4 ++--
provisioner/docker/config_rockylinux-9.yaml | 24 ------------------------
provisioner/docker/config_ubuntu-18.04.yaml | 24 ------------------------
provisioner/docker/config_ubuntu-22.04.yaml | 4 ++--
8 files changed, 11 insertions(+), 59 deletions(-)
diff --git a/provisioner/docker/config_centos-7.yaml
b/provisioner/docker/config_centos-7.yaml
index d4e6fefb6..b9485c817 100644
--- a/provisioner/docker/config_centos-7.yaml
+++ b/provisioner/docker/config_centos-7.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-centos-7"
+ image: "bigtop/puppet:3.3.0-centos-7"
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.3.0/centos/7/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_debian-11.yaml
b/provisioner/docker/config_debian-11.yaml
index b4c69744d..7b4ae0eb5 100644
--- a/provisioner/docker/config_debian-11.yaml
+++ b/provisioner/docker/config_debian-11.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-debian-11"
+ image: "bigtop/puppet:3.3.0-debian-11"
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/debian/11/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.3.0/debian/11/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-38.yaml
b/provisioner/docker/config_fedora-38.yaml
index da2c34db8..f5e99b0fb 100644
--- a/provisioner/docker/config_fedora-38.yaml
+++ b/provisioner/docker/config_fedora-38.yaml
@@ -15,7 +15,7 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-fedora-38"
+ image: "bigtop/puppet:3.3.0-fedora-38"
repo: "http://repos.bigtop.apache.org/releases/3.3.0/fedora/38/$basearch"
distro: centos
diff --git a/provisioner/docker/config_openeuler-22.03.yaml
b/provisioner/docker/config_openeuler-22.03.yaml
index a8fbe6ed5..8e6542432 100644
--- a/provisioner/docker/config_openeuler-22.03.yaml
+++ b/provisioner/docker/config_openeuler-22.03.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-openeuler-22.03"
+ image: "bigtop/puppet:3.3.0-openeuler-22.03"
-repo:
"http://repios.bigtop.apache.org/releases/3.2.0/openEuler/22.03/$basearch"
+repo:
"http://repios.bigtop.apache.org/releases/3.3.0/openEuler/22.03/$basearch"
distro: centos
components: [hdfs ,yarn ,mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_rockylinux-8.yaml
b/provisioner/docker/config_rockylinux-8.yaml
index d792d3ed0..3e1720b82 100644
--- a/provisioner/docker/config_rockylinux-8.yaml
+++ b/provisioner/docker/config_rockylinux-8.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-rockylinux-8"
+ image: "bigtop/puppet:3.3.0-rockylinux-8"
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/rockylinux/8/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.3.0/rockylinux/8/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_rockylinux-9.yaml
b/provisioner/docker/config_rockylinux-9.yaml
deleted file mode 100644
index 274bd066f..000000000
--- a/provisioner/docker/config_rockylinux-9.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-docker:
- memory_limit: "4g"
- image: "bigtop/puppet:trunk-rockylinux-9"
-
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/rockylinux/9/$basearch"
-distro: centos
-components: [hdfs, yarn, mapreduce]
-enable_local_repo: false
-smoke_test_components: [hdfs, yarn, mapreduce]
diff --git a/provisioner/docker/config_ubuntu-18.04.yaml
b/provisioner/docker/config_ubuntu-18.04.yaml
deleted file mode 100644
index 195707ac9..000000000
--- a/provisioner/docker/config_ubuntu-18.04.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-docker:
- memory_limit: "4g"
- image: "bigtop/puppet:trunk-ubuntu-18.04"
-
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/18.04/$(ARCH)"
-distro: debian
-components: [hdfs, yarn, mapreduce]
-enable_local_repo: false
-smoke_test_components: [hdfs, yarn, mapreduce]
diff --git a/provisioner/docker/config_ubuntu-22.04.yaml
b/provisioner/docker/config_ubuntu-22.04.yaml
index eade1571b..8d877f517 100644
--- a/provisioner/docker/config_ubuntu-22.04.yaml
+++ b/provisioner/docker/config_ubuntu-22.04.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-ubuntu-22.04"
+ image: "bigtop/puppet:3.3.0-ubuntu-22.04"
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/22.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.3.0/ubuntu/22.04/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false