]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Install ruby-libvirt on Ubuntu libvirt slaves wip-vagrant-libvirt191
authorDavid Galloway <dgallowa@redhat.com>
Thu, 11 May 2017 21:12:39 +0000 (17:12 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 11 May 2017 21:12:39 +0000 (17:12 -0400)
We'd previously been using vagrant 1.8.7 which used vagrant-libvirt
plugin v0.0.20.  vagrant 1.9.1 installs vagrant-libvirt v.0.0.40 which
requires ruby-libvirt as a dependency

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

index 479d7f4a5323bbef1b80a04b6327794f6524a4a6..8540ed177834ad47f7a68f022bf6da91fe5e7f7a 100644 (file)
@@ -46,6 +46,7 @@
         - libvirt-bin
         - libvirt-dev
         - vagrant
+        - ruby-libvirt
       when: ansible_pkg_mgr  == "apt"
 
     - name: create a {{ jenkins_user }} user