dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

Ansible failing while installing python-docker-py #94

Open amoonakal opened 4 years ago

amoonakal commented 4 years ago

While executing prerequisite.yml from install-from-bastion.sh, ansible installation fails at

TASK [Ensure openshift-ansible installer package deps are installed] attempts": 3, "changed": false, "msg": "No package matching 'python-docker-py' found available,

package python-docker-py fails getting installed.

As suggested by @zoobab though for centos, I tried adding the yum repo in one of the RHEL node , still python-docker-py doesnt get picked up on yum install.

Haven't done any changes to the codebase. Any suggestion pointers pls.