Merge "Fixing the copy failure of derive_pci_passthrough_whitelist.py" into stable/queens

This commit is contained in:
Zuul 2020-07-27 22:48:29 +00:00 committed by Gerrit Code Review
commit 83a2c0d24e
1 changed files with 11 additions and 1 deletions

View File

@ -141,9 +141,19 @@ outputs:
owner: root
group: root
mode: 0750
# in queens, ansible "host_tasks" are executed inside the overcloud node via os-collect-config
# in later versions (with config download), ansible is executed from the undercloud
# so in queens, abosolute path in the undercloud cannot be provided, instead file content is copied
- name: derive pci passthrough whitelist
copy:
src: /usr/share/openstack-tripleo-heat-templates/docker/services/derive_pci_passthrough_whitelist.py
content:
str_replace:
template: |
{% raw -%}
_DERIVE_CONTENT_
{% endraw %}
params:
_DERIVE_CONTENT_: {get_file: ./derive_pci_passthrough_whitelist.py}
dest: /var/lib/pci_passthrough_whitelist_scripts/derive_pci_passthrough_whitelist.py
mode: 0700
- name: run derive_pci_passthrough_whitelist.py