]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Do not install podman-docker here
authorDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 18:16:59 +0000 (14:16 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 19 May 2021 18:16:59 +0000 (14:16 -0400)
We will install it in the container-host role if we need it.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/redhat_7.yml
roles/testnode/vars/redhat_8.yml

index ce5bcba10e836a270c2f8a32a49e5027bde39e55..77741bd97ac2a1b228921fa82f173cc5cd3bc3fd 100644 (file)
@@ -75,8 +75,6 @@ packages:
   - python-virtualenv
   - perl-CPAN
   - podman
-  # for cephadmunit.py's kill,
-  - podman-docker
   - python3
 
 epel_packages:
index df77c0a77a01592857b4890f3e50f949da219d34..c81c82ab6b839b0ab5c3de311ec154fdf8ea0c58 100644 (file)
@@ -34,8 +34,6 @@ packages:
   - redhat-lsb
   - firewalld
   - wget
-  # for cephadmunit.py to uniformly run 'docker kill -p ...'
-  - podman-docker
   - libev-devel
   - valgrind
   - nfs-utils