From cc11be49b8455c61f6d883a3d0e1682e417717a1 Mon Sep 17 00:00:00 2001
From: Emilien Macchi <emilien@redhat.com>
Date: Sat, 18 Nov 2017 11:58:55 -0800
Subject: [PATCH] zuul: add tripleo jobs

Import the new jobs from tripleo-ci, with parity from what we had before
with legacy jobs:
- buildimage jobs
- ovb-ha

Change-Id: If93f9f3b6df1dec4c6edef43f6c5f126eeac8a32
---
 .zuul.d/jobs.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml
index 223bbef30..0bb08e2f0 100644
--- a/.zuul.d/jobs.yaml
+++ b/.zuul.d/jobs.yaml
@@ -1,5 +1,7 @@
 - project:
     name: openstack/diskimage-builder
+    templates:
+      - tripleo-buildimage-jobs
     check:
       jobs:
         - dib-dsvm-functests-python2-ubuntu-trusty:
@@ -47,6 +49,9 @@
             irrelevant-files:
               - ^.*\.rst$
               - ^doc/.*$
+    check-tripleo:
+      jobs:
+        - tripleo-ci-centos-7-ovb-ha-oooq
 
     gate:
       jobs:
@@ -63,6 +68,7 @@
             irrelevant-files:
               - ^.*\.rst$
               - ^doc/.*$
+        - tripleo-buildimage-overcloud-full-centos-7
 
 - job:
     name: dib-dsvm-functests-python2-centos-7