UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

Installation fails with ansible-2.4.1.0 #30

Closed gellner closed 5 years ago

gellner commented 6 years ago

The installation of 3.5 fails with ansible-2.4.1.0 - usually failing to pull/install/update etcd container early in the run.

Interestingly, version 3.6 installs fine with ansible-2.4.1.0

RH case 01974390 is open for this. Workaround to install 3.5 is to downgrade ansible:

sudo yum remove ansible-2.4.1.0-1.el7.noarch
sudo yum install -y ansible-2.4.0.0-5.el7.noarch atomic-openshift-utils atomic-openshift-excluder atomic-docker-excluder atomic-openshift-clients
andywis commented 6 years ago

Workaround in https://github.com/UKCloud/openshift-heat/pull/31 pins the Ansible version, so this bug does not occur.

gellner commented 5 years ago

This was fully resolved and the workaround removed a long while back in openshift-heat