]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ensure six is updated and libtool is installed
authorAlfredo Deza <adeza@redhat.com>
Wed, 22 Jul 2015 19:53:32 +0000 (15:53 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 22 Jul 2015 19:53:32 +0000 (15:53 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml.j2

index 22913d193ff56d286ab553601f8c0156e9a8c55e..c1f2283087c4fe54d71ff4c4693b0cbd05ce6920 100644 (file)
@@ -78,6 +78,9 @@
         - epel-release
         - java-1.7.0-openjdk
         - git
+        - python-pip
+        - python-virtualenv
+        - libtool
         #- rpm-sign
       when: ansible_pkg_mgr  == "yum"
 
         - python-dev
         - python-pip
         - python-virtualenv
+        - libtool
       when: ansible_pkg_mgr  == "apt"
 
+    - name: install six, latest one
+      sudo: true
+      pip: name=six state=latest
+
     - name: install python-jenkins
       sudo: true
       pip: name=python-jenkins