You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files core/common/tasks/check.yml and core/cluster/tasks/check.yml contain the same tasks. As all roles depend on core/common these tasks are redundant, and can be merged into a single file. Running these tasks twice simply increases runtime, and multiple definitions of the same variable are error-prone.
Duplicate tasks:
"check | Count daemon processes"
"check | Check if daemon is running"
"check | Set default daemon nodename"
The text was updated successfully, but these errors were encountered:
@acch Thanks. I was also thinking this but here we will have one issue and that we need to fix. if we are going to merge core/cluster/tasks/check.yml in the core/common/tasks/check.yml then core/cluster can not be used without core/common role but then this dependency always required SE package and scale_version variable but currently this independent role is getting consumed by ESS deployment and was also getting used by CNSS team independently without passing SE package or scale version because scale_version variable is not getting used in the core/cluster role. so we will have ton fix this before merging this into single. I also agree to remove this duplicate tasks. Thank you
The files
core/common/tasks/check.yml
andcore/cluster/tasks/check.yml
contain the same tasks. As all roles depend oncore/common
these tasks are redundant, and can be merged into a single file. Running these tasks twice simply increases runtime, and multiple definitions of the same variable are error-prone.Duplicate tasks:
The text was updated successfully, but these errors were encountered: