Platform9 Neutron Repository not Found

Problem

Package installation from the Platform9 repository fails with a 404 Not Found error.

Downloading packages:openvswitch-2.11.1-1.x86_64.rp FAILEDhttps://s3-us-west-1.amazonaws.com/platform9-neutron/el7/openvswitch-2.11.1-1.x86_64.rpm: [Errno 14] HTTPS Error 404 - Not Found ] 0.0 B/s | 0 B -::- ETATrying other mirror....Error downloading packages:openvswitch-2.11.1-1.x86_64: [Errno 256] No more mirrors to try.

Environment

  • Platform9 Managed OpenStack - All versions

  • Neutron

  • RHEL/CentOS

Cause

The Platform9-Neutron repository composition has been changed. $basearch has been added to the baseurl.

Resolution

  1. Remove the repository using the following command.

# yum remove platform9-neutron-repo-1-0.noarch
  1. Reinstall the repository using the following command.

# yum -y install https://s3-us-west-1.amazonaws.com/platform9-neutron/noarch/platform9-neutron-repo-1-0.noarch.rpm

Last updated