We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the following error:
==> default: TASK [openshift_metrics : command] ********************************************* ==> default: changed: [ose-master03.mydomain.net -> localhost] ==> default: [WARNING]: Consider using yum, dnf or zypper module rather than running rpm ==> default: ==> default: TASK [openshift_metrics : Check that python-passlib is available on the control host] *** ==> default: fatal: [ose-master03.mydomain.net]: FAILED! => { ==> default: "assertion": "'not installed' not in passlib_result.stdout", ==> default: "changed": false, ==> default: "evaluated_to": false, ==> default: "failed": true, ==> default: "msg": "python-passlib rpm must be installed on control host" ==> default: }
when --deploy-openshift-metrics=true
--deploy-openshift-metrics=true
ansible 2.2.3 openshift-ansible-3.6.84-1
Run ose-on-aws.py by setting --deploy-openshift-metrics=true
ose-on-aws.py
which could be the quickest way to solve this issue? Just intall python-passlib in the masters?
python-passlib
The text was updated successfully, but these errors were encountered:
see #4285 that should resolve you issue. The package name is not correct
Sorry, something went wrong.
The PR is now there: #4277
great then just a matter of time
No branches or pull requests
Description
Get the following error:
when
--deploy-openshift-metrics=true
Version
Steps To Reproduce
Run
ose-on-aws.py
by setting--deploy-openshift-metrics=true
which could be the quickest way to solve this issue? Just intall
python-passlib
in the masters?The text was updated successfully, but these errors were encountered: