]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: install libyaml-dev on the slaves 199/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 3 Nov 2015 21:36:06 +0000 (14:36 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 3 Nov 2015 21:36:06 +0000 (14:36 -0700)
The jenkins-job-builder module on PyPI requires this package.

ansible/slave.yml
ansible/slave.yml.j2

index 3883f691cd7a21f8c733dd5c67ae7a6b6f25e594..95d9081cc2bbfbe902a001c34842f5bb83457216 100644 (file)
@@ -60,6 +60,8 @@
         - python-dev
         - python-pip
         - python-virtualenv
+        # jenkins-job-builder job:
+        - libyaml-dev
         # ceph-docs job:
         - doxygen
         - ditaa
index 3b230909b79f1a01c2690a5a88c4edfc81bd03be..78297c53df4165648a1f7756cd7f3c7fd95ace1e 100644 (file)
@@ -89,6 +89,8 @@
         - libtool
         - autotools-dev
         - automake
+        # jenkins-job-builder job:
+        - libyaml-dev
         # ceph-docs job:
         - doxygen
         - ditaa