Kengo Seki created BIGTOP-3761:
----------------------------------
Summary: Fix bigtop_toolchain to enable EPEL before downloading
packages
Key: BIGTOP-3761
URL: https://issues.apache.org/jira/browse/BIGTOP-3761
Project: Bigtop
Issue Type: Bug
Components: toolchain
Reporter: Kengo Seki
Assignee: Shuhei Yamasaki
{{./gradlew bigtop-slaves}} sometimes fails with the following error, due to
the wrong order of Puppet resource application. It should always enable EPEL
before package installation.
(Thanks [~wzg547228197] for making me aware of it)
{code:bash}
$ ./gradlew bigtop-slaves
...
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list cmake3' returned 1: Error:
No matching Packages to list
Error: /Stage[main]/Bigtop_toolchain::Packages/Package[cmake3]/ensure: change
from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y list
cmake3' returned 1: Error: No matching Packages to list
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)