This is an automated email from the ASF dual-hosted git repository.
oflebbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 2d6f3dd BIGTOP-3332: Add new provisioner yaml configuration for
Fedora 31
2d6f3dd is described below
commit 2d6f3dd7b7241aa2191c9ebc5a502a1415932464
Author: Yuqi Gu <[email protected]>
AuthorDate: Mon Mar 30 07:10:12 2020 +0000
BIGTOP-3332: Add new provisioner yaml configuration for Fedora 31
Change-Id: I9d0fe4b890906cd9e24f6010543408881f22e5aa
Signed-off-by: Yuqi Gu <[email protected]>
---
provisioner/docker/{config_fedora-26.yaml => config_fedora-31.yaml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/provisioner/docker/config_fedora-26.yaml
b/provisioner/docker/config_fedora-31.yaml
similarity index 89%
rename from provisioner/docker/config_fedora-26.yaml
rename to provisioner/docker/config_fedora-31.yaml
index 7510cb1..0a830ad 100644
--- a/provisioner/docker/config_fedora-26.yaml
+++ b/provisioner/docker/config_fedora-31.yaml
@@ -15,9 +15,9 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-fedora-26"
+ image: "bigtop/puppet:trunk-fedora-31"
-repo: "http://repos.bigtop.apache.org/releases/1.4.0/fedora/26/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/1.5.0/fedora/31/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false