Include ceph-ansible filter_plugins

As of version 4, ceph-ansible ships it's own filter_plugins [1]
so we need to include them in the environment when tripleo
executes ceph-ansible.

This change is going directly into Stein becauase the relevant
code was moved from tripleo-heat-templates to tripleo-ansible
during Train. The same change has already been proposed in Master
and Train (64f6d3ba1979e21fdf5392a056c13f313220be3e) in tripleo-
ansible.

Change-Id: I434273b4fee2719eb6ea9f4392364644446f11e6
Closes-Bug: #1852136
This commit is contained in:
John Fulton 2019-11-12 14:48:14 -05:00
parent 8dfef73063
commit fc5ca307bd
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@ outputs:
- ' '
- - ANSIBLE_ACTION_PLUGINS=/usr/share/ceph-ansible/plugins/actions/
- ANSIBLE_CALLBACK_PLUGINS=/usr/share/ceph-ansible/plugins/callback/
- ANSIBLE_FILTER_PLUGINS=/usr/share/ceph-ansible/plugins/filter/
- ANSIBLE_ROLES_PATH=/usr/share/ceph-ansible/roles/
- ANSIBLE_LOG_PATH="{{playbook_dir}}/ceph-ansible/ceph_ansible_command.log"
- ANSIBLE_LIBRARY=/usr/share/ceph-ansible/library/