Exclude ansible-* from ceph-pacific repo

The quickstart-centos-ceph-pacific repo includes
ansible rpm at a newer revision than dep-testing
repo where ansible should be installed from.

This could cause issues with version requirements.
This patch excludes ansible-* from the ceph-pacific
repo so that ansible will be installed from the
deps repo.

Change-Id: Ia971b1b0d4f47dc98ea568ad0cd088bae8aa7c0e
Closes-Bug: #1933272
This commit is contained in:
Ronelle Landy 2021-06-22 17:43:06 -04:00
parent 9e199e8885
commit c2c64ca32a
4 changed files with 8 additions and 0 deletions

View File

@ -167,6 +167,8 @@ repos:
reponame: quickstart-centos-ceph-pacific
filename: quickstart-centos-ceph-pacific.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/storage/x86_64/ceph-pacific/
exclude:
- ansible*
- type: generic
reponame: quickstart-centos-opstools

View File

@ -150,6 +150,8 @@ repos:
reponame: quickstart-centos-ceph-pacific
filename: quickstart-centos-ceph-pacific.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/storage/x86_64/ceph-pacific
exclude:
- ansible*
- type: generic
reponame: quickstart-centos-opstools

View File

@ -145,6 +145,8 @@ repos:
reponame: quickstart-centos-ceph-pacific
filename: quickstart-centos-ceph-pacific.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/storage/x86_64/ceph-pacific
exclude:
- ansible*
- type: generic
reponame: quickstart-centos-opstools

View File

@ -166,6 +166,8 @@ repos:
reponame: quickstart-centos-ceph-pacific
filename: quickstart-centos-ceph-pacific.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/storage/x86_64/ceph-pacific
exclude:
- ansible*
- type: generic
reponame: quickstart-centos-opstools