deric / puppet-mesos

Puppet module for managing Mesos nodes
https://forge.puppetlabs.com/deric/mesos
Apache License 2.0
69 stars 61 forks source link

Default CentOS repo settings are no longer valid. #87

Closed madelaney closed 5 years ago

madelaney commented 7 years ago

When trying to bring up a mesos master, and I have set mesos::install::repo_source to mesosphere. Puppet cannot find the RPM package.

Execution of '/usr/bin/rpm -i http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found error: skipping http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm - transfer failed

change from absent to present failed: Execution of '/usr/bin/rpm -i http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found error: skipping http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm - transfer failed
deric commented 7 years ago

Right, that's an issue for Mesosphere. Mesos project officially doesn't support any binaries. You can try to file an issue in Mesosphere JIRA.

deric commented 5 years ago

Resolved in v1.1.0, see #90.