Comment 0 for bug 1795646

Revision history for this message
Martin André (mandre) wrote :

The profile_tasks output callback stopped working when using the containerized openshift-ansible.

The profile_tasks output callback is whitelisted via environment variable in tripleo-common [1] and was inherited for the ansible-playbook call in the external_deploy_task. However, once we switch away from calling ansible-playbook but rather docker directly [2], we're losing the environment variables and the profile_tasks output callback.

[1] https://github.com/openstack/tripleo-common/blob/c0f41ca/tripleo_common/actions/ansible.py#L512
[2] https://review.openstack.org/#/c/603572/