rhos13 repo: turns out we still use this for newer rabbitmq

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-13 16:10:05 -07:00
parent 1ea3b85b61
commit cf517215a5
3 changed files with 6 additions and 2 deletions

4
files/common/rhos13.repo Normal file
View file

@ -0,0 +1,4 @@
[rhel7-rhos13]
name = rhel7 openstack $basearch
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openstack-13-rpms
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

View file

@ -2,7 +2,7 @@
# tasks file for loopabull
- name: Install RHOSP13 repo file
copy: src="{{ files }}/newcloud/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
copy: src="{{ files }}/common/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
tags:
- loopabull

View file

@ -1,6 +1,6 @@
# Openstack has a newer version of rabbitmq
- name: Install RHOSP13 repo file
copy: src="{{ files }}/newcloud/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
copy: src="{{ files }}/common/rhos13.repo" dest=/etc/yum.repos.d/rhos13.repo
tags:
- rabbitmq_cluster
- config