I agree with you that there is no standard package "openshift-ansible" in the normal repo.
But if you run "yum install centos-release-openshift-origin", a new repo will be entered in the yum.client.
look here:
# ll /etc/yum.repos.d
rw-r - r--. 1 root root 1664 Aug 13 10:34 CentOS-Base.repo
rw-r - r--. 1 root root 1309 Aug 13 10:34 CentOS-CR.repo
rw-r - r--. 1 root root 649 Aug 13 10:34 CentOS-Debuginfo.repo
rw-r - r--. 1 root root 314 Aug 13 10:34 CentOS-fasttrack.repo
rw-r - r--. 1 root root 630 Aug 13 10:34 CentOS-Media.repo
rw-r - r--. 1 root root 870 May 25 2016 CentOS OpenShift Origin.repo
# cat /etc/yum.repos.d/CentOS-OpenShift-Origin.repo
[Centos-open shift-origin]
name = CentOS OpenShift Origin
baseurl = http: //mirror.centos.org/centos/7/paas/x86_64/openshift-origin/
enabled = 1
gpgcheck = 1
gpgkey = file: /// etc / pki / rpm-gpg / RPM-GPG-KEY-CentOS-SIG PaaS
...
Then "yum install openshift-ansible" can be resolved, because there is the reference to it in the repo "http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/".
But that's not what this is about.
The problem is that then the yum install fails because there is no ansible 2.4.3 in the repo.
Robert
-----Original-Nachricht-----
Betreff: Re: [CentOS-devel] Missing Dependency of Openshift 3.10 (Ansible 2.4.3) in repo
Datum: 2018-08-23T10:57:59+0200
Von: "Lucian Maly" <lucky@senior.cz>
An: "The CentOS developers mailing list." <centos-devel@centos.org>
_______________________________________________On a virgin system CentOS 7.5 can, unfortunately, after the command
#yum install centos-release-openshift-origin"
the following command not be executed without error.
# yum install openshift-ansible
There is a dependency to Ansible 2.4.3 in Openshift 3.10, which unfortunately is not in the repo (Only Ansible 2.4.2).
Can you please include Ansible 2.4.3 in the rpm repo?
Thanks.
Robert
CentOS-devel mailing list
CentOS-devel@centos.org
https://lists.centos.org/mailman/listinfo/centos-devel