]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: add iproute to centos libvirt slave deps 894/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 24 Oct 2017 17:00:20 +0000 (13:00 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 24 Oct 2017 17:00:20 +0000 (13:00 -0400)
Required by https://github.com/ceph/ceph-docker/blob/master/tests/tox.sh#L77

Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave_libvirt.yml
ansible/slave_libvirt.yml

index 01a99e7f6bc0b3d7324d75284d5205be54babe8e..367d31bbe81c06569a8515ca40b8a463d52ca218 100644 (file)
         - python-virtualenv
         - openssl-devel
         - redhat-lsb-core
+        - iproute
       when: ansible_os_family == "RedHat"
 
     - name: install packages from epel
index 01a99e7f6bc0b3d7324d75284d5205be54babe8e..367d31bbe81c06569a8515ca40b8a463d52ca218 100644 (file)
         - python-virtualenv
         - openssl-devel
         - redhat-lsb-core
+        - iproute
       when: ansible_os_family == "RedHat"
 
     - name: install packages from epel