Skip to content

Commit

Permalink
Merge pull request #212 from ceph/mergify/bp/quincy/pr-210
Browse files Browse the repository at this point in the history
preflight: fix path for IBM GPG key (backport #210)
  • Loading branch information
andrewschoen committed Feb 20, 2023
2 parents e8cc376 + 0f8686f commit d2b8498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph_defaults/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ceph_mirror: https://download.ceph.com
ceph_stable_key: https://download.ceph.com/keys/release.asc
ceph_community_repo_baseurl: "{{ ceph_mirror }}/rpm-{{ ceph_release }}/el{{ ansible_facts['distribution_major_version'] }}/"
ceph_ibm_repo_baseurl: "https://public.dhe.ibm.com/ibmdl/export/pub/storage/ceph/{{ ceph_ibm_version }}/rhel{{ ansible_facts['distribution_major_version'] }}/"
ceph_ibm_key: https://public.dhe.ibm.com/ibmdl/export/pub/storage/ceph/{{ ceph_ibm_version }}/rhel{{ ansible_facts['distribution_major_version'] }}/ibm-key.asc
ceph_ibm_key: https://public.dhe.ibm.com/ibmdl/export/pub/storage/ceph/RPM-GPG-KEY-IBM-CEPH
ceph_release: quincy
upgrade_ceph_packages: false
ceph_pkgs:
Expand Down

0 comments on commit d2b8498

Please sign in to comment.