Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Temporary exclude ceph-ansible rc11 from nautilus repo
Browse files Browse the repository at this point in the history
ceph-ansible-4.0.0-0.rc11 which is recently pushed
to centos nautilus repo has issue (see related bug) it's untagged from
-release but until it's removed from repo or new tag is pushed
with the fix let's exclude it while enabling ceph-nautilus repo.

Related-Bug: 1837451
Change-Id: If98c7a5c4d07edf9634b4581d1697a8d86d9b148
  • Loading branch information
karelyatin authored and marios committed Jul 23, 2019
1 parent 326c8bd commit 4acd58c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/release/tripleo-ci/CentOS-7/consistent-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ repos:
reponame: quickstart-centos-ceph-nautilus
filename: quickstart-centos-ceph-nautilus.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/storage/x86_64/ceph-nautilus/
exclude:
- ceph-ansible-*rc11*

- type: generic
reponame: quickstart-centos-opstools
Expand Down
2 changes: 2 additions & 0 deletions config/release/tripleo-ci/CentOS-7/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ repos:
reponame: quickstart-centos-ceph-nautilus
filename: quickstart-centos-ceph-nautilus.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/storage/x86_64/ceph-nautilus/
exclude:
- ceph-ansible-*rc11*

- type: generic
reponame: quickstart-centos-opstools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ repos:
reponame: quickstart-centos-ceph-nautilus
filename: quickstart-centos-ceph-nautilus.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/storage/x86_64/ceph-nautilus/
exclude:
- ceph-ansible-*rc11*

- type: generic
reponame: quickstart-centos-opstools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ repos:
reponame: quickstart-centos-ceph-nautilus
filename: quickstart-centos-ceph-nautilus.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/storage/x86_64/ceph-nautilus/
exclude:
- ceph-ansible-*rc11*

- type: generic
reponame: quickstart-centos-opstools
Expand Down
2 changes: 2 additions & 0 deletions config/release/tripleo-ci/CentOS-7/stein.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ repos:
reponame: quickstart-centos-ceph-nautilus
filename: quickstart-centos-ceph-nautilus.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/storage/x86_64/ceph-nautilus/
exclude:
- ceph-ansible-*rc11*

- type: generic
reponame: quickstart-centos-opstools
Expand Down

0 comments on commit 4acd58c

Please sign in to comment.