osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

add ovs-dpdkctl.sh script to kolla container #182

Closed muellerbe closed 2 years ago

muellerbe commented 2 years ago

https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/ovs-dpdk/tasks/config.yml#L27

there is a script needed with name ovs-dpdkctl.sh whis is here

https://opendev.org/openstack/kolla-ansible/src/commit/668fecf397c3106d6c7d4957054c26a00e27ffdb/tools/ovs-dpdkctl.sh

at the point /ansible/roles/ovs-dpdk/tools/ovs-dpdkctl.sh I think (src: ../tools/ovs-dpdkctl.sh)

berendt commented 2 years ago

The proposed solution does not solve the real problem.

In the upstream, the move of the script to the role was prepared:

https://review.opendev.org/c/openstack/kolla-ansible/+/837703

berendt commented 2 years ago

https://review.opendev.org/c/openstack/kolla-ansible/+/837703 has been merged.

Backports opened:

berendt commented 2 years ago

Backport in the upstream probably does not take place.

The problem that was solved with the review does not affect kolla-ansible if you use kolla-ansible with the tools directory. This only affects us with our container images.

Will therefore prepare a backport for it for stable/xena.