]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
roles/testnode/vars: add ceph/python3-asyncssh to copr_repos 642/head
authorKefu Chai <tchaikov@gmail.com>
Thu, 29 Jul 2021 05:26:53 +0000 (13:26 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 29 Jul 2021 05:27:02 +0000 (13:27 +0800)
python3-asyncssh is not included by EPEL8 yet, but mgr-cephadm requires
it. see also https://tracker.ceph.com/issues/44676

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
roles/testnode/vars/centos_8.yml
roles/testnode/vars/redhat_8.yml

index cc46f7ff05253f4b4b66eec1b07b4458494200d8..f3cca0ec203cc24f3f72f4b0ecbb79e77c987054 100644 (file)
@@ -42,6 +42,9 @@ yum_mirrorlists:
   - CentOS-Extras-mirrorlist
   - CentOS-PowerTools-mirrorlist
 
+copr_repos:
+  - ceph/python3-asyncssh
+
 packages_to_upgrade:
   - libgcrypt # explicitly tied to qemu build
 
index c81c82ab6b839b0ab5c3de311ec154fdf8ea0c58..b56784fc3741b44a3b59a5677774cd69ef1445ec 100644 (file)
@@ -8,6 +8,9 @@ common_yum_repos:
     enabled: 1
     gpgcheck: 0
 
+copr_repos:
+  - ceph/python3-asyncssh
+
 packages:
   # for package-cleanup
   - dnf-utils