Commit 22fc03f
committed
CI: Fix CentOS Stream 10 host configure job
The kayobe-overcloud-host-configure-centos10s job was failing with:
Traceback (most recent call last):
File "/tmp/ansible_pip_payload_zectmelk/ansible_pip_payload.zip/ansible/modules/pip.py", line 310, in <module>
from packaging.requirements import Requirement as parse_requirement
ModuleNotFoundError: No module named 'packaging'
This is resolved by ensuring setuptools is installed, which is the case
on other operating system images used in CI.
Change-Id: I3f91bc05e46497e37b8cdcea1d283da5a7286a83
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>1 parent ac156f4 commit 22fc03f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments