-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facts.yaml: reduce the number of setup calls by ~7x #7286
Conversation
dfa9d0b
to
bd7d404
Compare
/hold |
What are you holding the PR for ? |
Waiting for #7287 to be merged so I can rebase on top |
0b37c35
to
ff054e0
Compare
Before this commit, we were gathering: 1 !all 7 network 7 hardware After we are gathering: 1 !all 1 network 1 hardware ansible_distribution_major_version is gathered by '!all' Signed-off-by: Etienne Champetier <[email protected]>
ff054e0
to
c9e3ce2
Compare
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: champtar, floryut, LuckySB The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
…7286) Before this commit, we were gathering: 1 !all 7 network 7 hardware After we are gathering: 1 !all 1 network 1 hardware ansible_distribution_major_version is gathered by '!all' Signed-off-by: Etienne Champetier <[email protected]> (cherry picked from commit fb8b075)
Before this commit, we were gathering: 1 !all 7 network 7 hardware After we are gathering: 1 !all 1 network 1 hardware ansible_distribution_major_version is gathered by '!all' Signed-off-by: Etienne Champetier <[email protected]> (cherry picked from commit fb8b075)
…7286) Before this commit, we were gathering: 1 !all 7 network 7 hardware After we are gathering: 1 !all 1 network 1 hardware ansible_distribution_major_version is gathered by '!all' Signed-off-by: Etienne Champetier <[email protected]>
This could have been the source of poor Ansible scaling that I observed on a cluster with ~ 200 nodes . Nice improvement! |
Before this commit, we were gathering:
1 !all
7 network
7 hardware
After we are gathering:
1 !all
1 network
1 hardware
ansible_distribution_major_version is gathered by '!all'
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: