cloud-bulldozer / scale-ci-pipeline

Automation to install, configure, scale test OpenShift and onboard new workloads
Apache License 2.0
17 stars 21 forks source link

Add rsync installation on executing job #221

Closed morenod closed 3 years ago

morenod commented 3 years ago

rsync is required on host executing the job, adding installing rsync if host executes job with UID 0 and it is a rhel based host (yum command is available)

morenod commented 3 years ago

@dry923 if job is running with a user different than root, or it is not a rhel based host (yum is not available), job will show a WARNING but wont be halted, because it can be running on a valid host and requirements could be granted before the job execution.

What do you think? Should we halt the job if we cannot install rpm packages on it?