Some changes to Rados GW will require some dependencies in this repo. See https://github.com/ceph/ceph/pull/40802
Signed-off-by: David Galloway <dgallowa@redhat.com>
with_items:
- 'https://{{ key_host }}/keys/release.asc'
- 'https://{{ key_host }}/keys/autobuild.asc'
+ - 'https://dist.apache.org/repos/dist/dev/arrow/KEYS'
register: gpg_keys
- copr_repos|length > 0
- import_tasks: gpg_keys.yml
- when: ansible_distribution == "Fedora"
tags:
- gpg-keys
baseurl: "http://{{ mirror_host }}/lab-extras/centos7/"
enabled: 1
gpgcheck: 0
+ apache-arrow:
+ name: "Apache Arrow"
+ baseurl: "https://apache.jfrog.io/artifactory/arrow/centos/7/$basearch"
+ enabled: 1
+ gpgcheck: 1
packages:
- '@core'
baseurl: "http://{{ mirror_host }}/lab-extras/8/"
enabled: 1
gpgcheck: 0
+ apache-arrow:
+ name: "Apache Arrow"
+ baseurl: "https://apache.jfrog.io/artifactory/arrow/centos/8/$basearch"
+ enabled: 1
+ gpgcheck: 1
# These will overwrite the repo files that come with a CentOS installation
yum_repos:
baseurl: "http://{{ mirror_host }}/lab-extras/rhel7/"
enabled: 1
gpgcheck: 0
+ apache-arrow:
+ name: "Apache Arrow"
+ baseurl: "https://apache.jfrog.io/artifactory/arrow/centos/7/$basearch"
+ enabled: 1
+ gpgcheck: 1
packages:
- '@core'
baseurl: "http://{{ mirror_host }}/lab-extras/8/"
enabled: 1
gpgcheck: 0
+ apache-arrow:
+ name: "Apache Arrow"
+ baseurl: "https://apache.jfrog.io/artifactory/arrow/centos/8/$basearch"
+ enabled: 1
+ gpgcheck: 1
copr_repos:
- ceph/python3-asyncssh