From 50d52e83264de219a87a2cb16d5e412b84849ac3 Mon Sep 17 00:00:00 2001 From: lokesh Date: Tue, 2 Sep 2014 09:34:12 +0530 Subject: [PATCH] Adding windows disk image builder tool for tripleo on stackforge This is implementation of tripleo blueprint as ci is not possible for this tool as of now. we want it to go in stackforge. Change-Id: I476733500332fbfe3ad7e50fa2ef4b1d3fd2ac4a --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + modules/openstack_project/files/review.projects.yaml | 4 ++++ modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 3 files changed, 13 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index c69784f931..bde4d096ba 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -151,6 +151,7 @@ tripleo: - openstack/tripleo-specs - openstack/tuskar - openstack/tuskar-ui + - stackforge/windows-diskimage-builder branches: - master diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 1a4300678b..30ba278496 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -1230,6 +1230,10 @@ - project: stackforge/warm description: Provides the ability to deploy OpenStack resources from Yaml templates. upstream: git://github.com/sahid/warm.git +- project: stackforge/windows-diskimage-builder + description: Disk image builder for windows systems. + upstream: https://github.com/slokesh184/windows-diskimage-builder.git + acl-config: /home/gerrit2/acls/openstack/diskimage-builder.config - project: stackforge/wsme description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. upstream: git://github.com/ryanpetrello/wsme.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 97fdc2b168..33399e59a4 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -5405,6 +5405,14 @@ projects: - gate-warm-pep8 - gate-warm-python27 + - name: stackforge/windows-diskimage-builder + template: + - name: merge-check + check: + - noop + gate: + - noop + - name: stackforge/wsme template: - name: merge-check