noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

jmespath error on rhel 7 with ovirt install #14

Closed jfblaine closed 4 years ago

jfblaine commented 4 years ago

Got the following error with ovirt install:

TASK [openshift_ovirt : Define existing virtual machines] *** fatal: [helper]: FAILED! => {"msg": "You need to install \"jmespath\" prior to running json_query filter"}

to resolve, i installed jmespath from the rpm

yum -y install ./python-jmespath-0.9.0-5.el7ost.noarch.rpm