-
- Downloads
Add kolla-ansible gather-facts command
In some situations it may be helpful to populate the fact cache on demand. The 'kolla-ansible gather-facts' command may be used to do this. One specific case where this may be helpful is when running kolla-ansible with a --limit argument, since in that case hosts that match the limit will gather facts for hosts that fall outside the limit. In the extreme case of a limit that matches only one host, it will serially gather facts for all other hosts. To avoid this issue, run 'kolla-ansible gather-facts' without a limit to populate the fact cache in parallel before running the required command with a limit. Change-Id: I79db9bca23aa1bd45bafa7e7500a90de5a684593
Showing
- doc/source/user/ansible-tuning.rst 19 additions, 0 deletionsdoc/source/user/ansible-tuning.rst
- doc/source/user/operating-kolla.rst 3 additions, 0 deletionsdoc/source/user/operating-kolla.rst
- releasenotes/notes/gather-facts-command-7b62d2c3eb13ec8e.yaml 5 additions, 0 deletions...asenotes/notes/gather-facts-command-7b62d2c3eb13ec8e.yaml
- tools/kolla-ansible 6 additions, 0 deletionstools/kolla-ansible
Please register or sign in to comment