awx-resource-operator icon indicating copy to clipboard operation
awx-resource-operator copied to clipboard

set gather_facts to false

Open mikeshng opened this issue 4 years ago • 1 comments

@tima mentioned that gather_facts should be set to false for Ansible based operator to see some performance improvement. See https://github.com/operator-framework/operator-sdk-samples/pull/160 for more details.

This issue is to make sure we don't lose track of this improvement.

mikeshng avatar Sep 21 '20 20:09 mikeshng

Due to a bug in operator-sdk https://github.com/operator-framework/operator-sdk/pull/3933 gather facts can't be disable for roles without wrapping it with playbook.

As discussed, we will only disable the gather facts for job runner only for now.

mikeshng avatar Sep 29 '20 18:09 mikeshng