Use custom ceph-ansible until c8 storage sig ready

TripleO scenarios use Ceph packages from CentOS Storage Sig.
CentOS8 and RHEL8 based TripleO jobs cannot yet use CentOS8
Storage Sig packages so use a temporary build from rhel8-master
as a workaround until they are ready.

Change-Id: Id13ff8bf1d896a039dc29e0db7d36d48c3186bff
Related-bug: #1841941
This commit is contained in:
John Fulton 2019-09-27 14:06:46 -04:00 committed by Javier Peña
parent 3f35891172
commit d3d57757ae
2 changed files with 4 additions and 2 deletions

View File

@ -108,10 +108,11 @@ repo_cmd_after: |
sudo dnf update -y;
{% endif %}
sudo dnf clean metadata
# workaround LP 1841941 until StorageSIG supports CentOS8
sudo dnf install -y ${NODEPOOL_RDO_PROXY}/rhel8-master/deps/latest/Packages/ceph-ansible-4.0.0-0.1.rc16.1.el8.noarch.rpm
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3
# used for container updates
standalone_container_prep_update_repo: >-

View File

@ -80,8 +80,9 @@ repo_cmd_after: |
sudo dnf update -y;
{% endif %}
sudo dnf clean metadata
# workaround LP 1841941 until StorageSIG supports CentOS8
sudo dnf install -y ${NODEPOOL_RDO_PROXY}/rhel8-master/deps/latest/Packages/ceph-ansible-4.0.0-0.1.rc16.1.el8.noarch.rpm
undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
ansible_python_interpreter: /usr/bin/python3