<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title></title></head><body><p style="margin: 0px 5px 0px 0px;">I agree with you that there is no standard package "openshift-ansible" in the normal repo.</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">But if you run "yum install centos-release-openshift-origin", a new repo will be entered in the yum.client.</p>
<p style="margin: 0px 5px 0px 0px;">look here:</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"># ll /etc/yum.repos.d</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">rw-r - r--. 1 root root 1664 Aug 13 10:34 CentOS-Base.repo<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>rw-r - r--. 1 root root 1309 Aug 13 10:34 CentOS-CR.repo<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>rw-r - r--. 1 root root 649 Aug 13 10:34 CentOS-Debuginfo.repo<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>rw-r - r--. 1 root root 314 Aug 13 10:34 CentOS-fasttrack.repo<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>rw-r - r--. 1 root root 630 Aug 13 10:34 CentOS-Media.repo<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>rw-r - r--. 1 root root 870 May 25 2016 <strong>CentOS OpenShift Origin.repo</strong></p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span># cat /etc/yum.repos.d/CentOS-OpenShift-Origin.repo</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">[Centos-open shift-origin]<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>name = CentOS OpenShift Origin<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>baseurl = http: //mirror.centos.org/centos/7/paas/x86_64/openshift-origin/<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>enabled = 1<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>gpgcheck = 1<span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><br /></span>gpgkey = file: /// etc / pki / rpm-gpg / RPM-GPG-KEY-CentOS-SIG PaaS</p>
<p style="margin: 0px 5px 0px 0px;">...</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">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/".</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">But that's not what this is about.</p>
<p style="margin: 0px 5px 0px 0px;">The problem is that then the yum install fails because there is no ansible 2.4.3 in the repo.</p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">Robert</p>
<p style="margin: 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"> </span></p>
<p style="margin: 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"> </span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">-----Original-Nachricht-----</p>
<p style="margin: 0px;">Betreff: Re: [CentOS-devel] Missing Dependency of Openshift 3.10 (Ansible 2.4.3) in repo</p>
<p style="margin: 0px;">Datum: 2018-08-23T10:57:59+0200</p>
<p style="margin: 0px;">Von: "Lucian Maly" <lucky@senior.cz></p>
<p style="margin: 0px;">An: "The CentOS developers mailing list." <centos-devel@centos.org></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"> </p>
<div>
<div dir="ltr">There is no such package as "<strong>openshift-ansible</strong>". It is simply a Playbook for Ansible.
<div> </div>
<div>Essentially, all you need is</div>
<div><span style="font-size: small;"><em>sudo yum install ansible</em></span></div>
<div><span style="font-size: small;"><em> </em></span></div>
<div><span style="font-size: small;">And then</span></div>
<div>
<div>git clone <a href="https://github.com/openshift/openshift-ansible">https://github.com/openshift/openshift-ansible</a></div>
<div>cd openshift-ansible</div>
<div>sudo ansible-playbook -i inventory/hosts.localhost playbooks/prerequisites.yml</div>
<div>sudo ansible-playbook -i inventory/hosts.localhost playbooks/deploy_cluster.yml</div>
</div>
</div>
<br />
<div class="gmail_quote">
<div dir="ltr">On Thu, Aug 23, 2018 at 10:47 AM <a href="mailto:Robert.Grumann@t-online.de">Robert.Grumann@t-online.de</a> <<a href="mailto:Robert.Grumann@t-online.de">Robert.Grumann@t-online.de</a>> wrote:</div>
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">
<div>
<p style="margin: 0px;">On a virgin system CentOS 7.5 can, unfortunately, after the command</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">#yum install centos-release-openshift-origin"</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">the following command not be executed without error.</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"># yum install openshift-ansible</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">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).</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Can you please include Ansible 2.4.3 in the rpm repo?</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Thanks.</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Robert</p>
<p style="margin: 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;"> </span></p>
</div>
_______________________________________________<br />CentOS-devel mailing list<br /><a href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br /><a href="https://lists.centos.org/mailman/listinfo/centos-devel" rel="noreferrer">https://lists.centos.org/mailman/listinfo/centos-devel</a></blockquote>
</div>
</div></body></html>