diff --git a/releasenotes/notes/replace-epel-df390980c03bbaa8.yaml b/releasenotes/notes/replace-epel-df390980c03bbaa8.yaml new file mode 100644 index 0000000..443a8af --- /dev/null +++ b/releasenotes/notes/replace-epel-df390980c03bbaa8.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + The EPEL repository is now removed in favor of the RDO repository. + + **This is a breaking change for existing CentOS deployments.** The ``yum`` + package manager will have errors when it finds that certain packages that + it installed from EPEL are no longer available. Deployers may need to + rebuild container or reinstall packages to complete this change. diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 4b07d20..7e49357 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -pip_install_external_repo_key_package: "https://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm" +pip_install_external_repo_key_package: "https://repos.fedorapeople.org/repos/openstack/openstack-ocata/rdo-release-ocata.rpm" pip_install_distro_build_packages: - gcc @@ -31,3 +31,4 @@ pip_required_pip_packages: pip_install_remove_distro_packages: - centos-openstack-release-* - centos-release-qemu-ev + - epel-release