From: Andrew Schoen Date: Tue, 20 Oct 2015 15:19:26 +0000 (-0500) Subject: ceph-build: clone the ceph-build repo so we can run the ansible playbook X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1549690c379924dff113256053bdf73ea6f92848;p=ceph-build.git ceph-build: clone the ceph-build repo so we can run the ansible playbook That playbook will eventually install chacractl Signed-off-by: Andrew Schoen --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index c30a1319..6da1627a 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -30,6 +30,14 @@ #- rhel6.5 - rhel7 + scm: + - git: + url: https://github.com/ceph/ceph-build.git + branches: + - origin/master + timeout: 20 + wipe-workspace: true + builders: - shell: | echo "Cleaning up workarea"