Skip to content
New issue

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

Missing python-passlib on control host #4282

Closed
mazzy89 opened this issue May 25, 2017 · 3 comments
Closed

Missing python-passlib on control host #4282

mazzy89 opened this issue May 25, 2017 · 3 comments

Comments

@mazzy89
Copy link

mazzy89 commented May 25, 2017

Description

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

Version
ansible 2.2.3

openshift-ansible-3.6.84-1
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?

@metal3d
Copy link

metal3d commented May 25, 2017

see #4285 that should resolve you issue. The package name is not correct

@metal3d
Copy link

metal3d commented May 25, 2017

The PR is now there: #4277

@mazzy89
Copy link
Author

mazzy89 commented May 25, 2017

great then just a matter of time

@mazzy89 mazzy89 closed this as completed May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants