diff --git a/apimon/ansible/callback/apimon_profiler.py b/apimon/ansible/callback/apimon_profiler.py index af78620..1cf23e6 100644 --- a/apimon/ansible/callback/apimon_profiler.py +++ b/apimon/ansible/callback/apimon_profiler.py @@ -234,8 +234,12 @@ def is_task_interesting(self, task): or task.action.startswith('openstack') # This is bad, but what else can we do? or task.action[:3] in ['rds', 'cce'] - or task.action in ('script', 'command', - 'wait_for_connection', 'wait_for') + or task.action in ( + 'script', 'ansible.builtin.script', + 'command', 'ansible.builtint.command', + 'wait_for_connection', + 'ansible.builtin.wait_for_connection', + 'wait_for', 'ansible.builtin.wait_for') ) ) diff --git a/releasenotes/notes/fix-wait-for-ed7d66655797d41e.yaml b/releasenotes/notes/fix-wait-for-ed7d66655797d41e.yaml new file mode 100644 index 0000000..ab1173e --- /dev/null +++ b/releasenotes/notes/fix-wait-for-ed7d66655797d41e.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Rebase to OTCE 0.22 to make use of the repaired CCE project cleanup +fixes: + - | + For selected ansible modules (in the is_interesting comarison) use also FQCN. diff --git a/requirements.txt b/requirements.txt index 7018b11..a60b707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -ansible==4.2.0 +ansible==4.4.0 gear -otcextensions==0.19.0 +otcextensions==0.22.0 openstacksdk GitPython statsd