redhat-performance/JetSki

Missing python module(s) 'dnspython' on localhost

josecastillolema opened this issue · 1 comments

JetSki deployments may fail with:

TASK [node-prep : Fail if Python modules are missing] *****************************************************************************************************
Tuesday 26 July 2022 15:09:24 +0000 (0:00:00.278)    0:01:00.285 ********** 
fatal: [e24-h05-000-r640.rdu2.scalelab.redhat.com]: FAILED! => {"changed": false, "msg": "Missing python module(s) ['dnspython'] on localhost\n"}

Even when the module is present:

# pip3 freeze | grep dnspy
dnspython==1.15.0

Workaround:

pip3.8 install dnspython

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days