Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

mesosphere-el-repo-6-3.noarch.rpm links to EL7 packages #84

Open
victortrac opened this issue Jul 26, 2016 · 2 comments
Open

mesosphere-el-repo-6-3.noarch.rpm links to EL7 packages #84

victortrac opened this issue Jul 26, 2016 · 2 comments

Comments

@victortrac
Copy link

[root@mesos-slave-i-2d008e82 yum.repos.d]# yum install http://repos.mesosphere.io/el/6/noarch/RPMS/mesosphere-el-repo-6-3.noarch.rpm
Loaded plugins: dkms-build-requires, update-motd, upgrade-helper
mesosphere-el-repo-6-3.noarch.rpm                                                                                                                                                                                                                                       |  13 kB     00:00
Examining /var/tmp/yum-root-HEAXbX/mesosphere-el-repo-6-3.noarch.rpm: mesosphere-el-repo-6-3.noarch
Marking /var/tmp/yum-root-HEAXbX/mesosphere-el-repo-6-3.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package mesosphere-el-repo.noarch 0:6-3 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================================================================================================================================================================================================================
 Package                                                                  Arch                                                         Version                                                      Repository                                                                            Size
===============================================================================================================================================================================================================================================================================================
Installing:
 mesosphere-el-repo                                                       noarch                                                       6-3                                                          /mesosphere-el-repo-6-3.noarch                                                        21 k

Transaction Summary
===============================================================================================================================================================================================================================================================================================
Install  1 Package

Total size: 21 k
Installed size: 21 k
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : mesosphere-el-repo-6-3.noarch                                                                                                                                                                                                                                               1/1
  Verifying  : mesosphere-el-repo-6-3.noarch                                                                                                                                                                                                                                               1/1

Installed:
  mesosphere-el-repo.noarch 0:6-3

Complete!
[root@mesos-slave-i-2d008e82 yum.repos.d]# cat mesosphere.repo
[mesosphere]
name=Mesosphere Packages for EL 7 - $basearch
baseurl=http://repos.mesosphere.com/el/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-noarch]
name=Mesosphere Packages for EL 7 - noarch
baseurl=http://repos.mesosphere.com/el/7/noarch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-source]
name=Mesosphere Packages for EL 7 - $basearch - Source
baseurl=http://repos.mesosphere.com/el/7/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-testing]
name=Mesosphere Testing Packages for EL 7 - $basearch
baseurl=http://repos.mesosphere.com/el-testing/7/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-testing-noarch]
name=Mesosphere Testing Packages for EL 7 - noarch
baseurl=http://repos.mesosphere.com/el-testing/7/noarch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-testing-source]
name=Mesosphere Testing Packages for EL 7 - $basearch - Source
baseurl=http://repos.mesosphere.com/el-testing/7/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-unstable]
name=Mesosphere Unstable Packages for EL 7 - $basearch
baseurl=http://repos.mesosphere.com/el-unstable/7/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-unstable-noarch]
name=Mesosphere Unstable Packages for EL 7 - noarch
baseurl=http://repos.mesosphere.com/el-unstable/7/noarch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-unstable-source]
name=Mesosphere Unstable Packages for EL 7 - $basearch - Source
baseurl=http://repos.mesosphere.com/el-unstable/7/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

This breaks because the EL7 packages assumes systemd.

@rboyer
Copy link

rboyer commented Aug 15, 2016

This breaks installing mesos RPMs on a CentOS 6 machine.

@rboyer
Copy link

rboyer commented Aug 15, 2016

I captured the previous known good value of this from a preexisting production server, for anyone else who stumbles across this until it gets fixed:

[mesosphere]
name=Mesosphere Packages for EL 6 - $basearch
baseurl=http://repos.mesosphere.io/el/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-noarch]
name=Mesosphere Packages for EL 6 - noarch
baseurl=http://repos.mesosphere.io/el/6/noarch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

[mesosphere-source]
name=Mesosphere Packages for EL 6 - $basearch - Source
baseurl=http://repos.mesosphere.io/el/6/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mesosphere

rboyer added a commit to rboyer/dockerfiles that referenced this issue Aug 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants