kolla-ansible/releasenotes/notes/move-of-ovs-dpdkctl.sh-394a8fb9a0da55f1.yaml
Christian Berendt 89659b4607 ovs-dpdk: add ovs-dpdkctl.sh to the role itself
Currently the ovs-dpdkctl.sh file is present in the tools
directory and the "Copying ovs-dpdkctl tool" task accesses it.

This is bad practice. Files copied from a role should either be
referenced by an absolute path or be part of the role itself.

This change moves the ovs-dpdkctl.sh file in the files
directory of the role.

Change-Id: I01459d39207e54f270f32f37b4a5153c5a819347
2022-04-13 15:42:57 +00:00

6 lines
107 B
YAML

---
other:
- |
``tools/ovs-dpdkctl.sh`` moved to
``ansible/roles/ovs-dpdk/files/ovs-dpdkctl.sh``