[CentOS-devel] Missing Dependency of Openshift 3.10 (Ansible 2.4.3) in repo

Robert Grumann Robert.Grumann at t-online.de
Thu Aug 23 09:11:35 UTC 2018


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 at senior.cz>
An: "The CentOS developers mailing list." <centos-devel at centos.org>
 
 
 
There is no such package as "openshift-ansible". It is simply a Playbook 
for Ansible.
 
Essentially, all you need is
sudo yum install ansible
 
And then
git clone https://github.com/openshift/openshift-ansible
<https://github.com/openshift/openshift-ansible>
cd openshift-ansible
sudo ansible-playbook -i inventory/hosts.localhost 
playbooks/prerequisites.yml
sudo ansible-playbook -i inventory/hosts.localhost 
playbooks/deploy_cluster.yml

On Thu, Aug 23, 2018 at 10:47 AM Robert.Grumann at t-online.de
<mailto:Robert.Grumann at t-online.de> <Robert.Grumann at t-online.de
<mailto:Robert.Grumann at t-online.de> > wrote:
  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 at centos.org <mailto:CentOS-devel at centos.org>
  https://lists.centos.org/mailman/listinfo/centos-devel
  <https://lists.centos.org/mailman/listinfo/centos-devel>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20180823/c5573734/attachment.html>


More information about the CentOS-devel mailing list