From 3f12fb507105deabf585f3cf2869b958985f5468 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Thu, 7 Nov 2013 15:13:38 +0400 Subject: [PATCH] Add Fuel-Provision project to Stackforge Change-Id: Id0eb7a220fdf0afc0fc85f792bc85b3839123e5c --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../openstack_project/templates/review.projects.yaml.erb | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 0a8e657fdf..41734932a0 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -331,6 +331,7 @@ fuel-dev: - stackforge/fuel-astute - stackforge/fuel-ostf - stackforge/fuel-main + - stackforge/fuel-provision branches: - master diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e648258ac4..02f447c0cf 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3508,6 +3508,12 @@ projects: gate: - gate-noop + - name: stackforge/fuel-provision + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/fuel-web check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 10545aa279..d198d9fa19 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -435,6 +435,10 @@ description: "Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more." upstream: git://github.com/Mirantis/fuel-main.git acl-config: /home/gerrit2/acls/stackforge/fuel.config +- project: stackforge/fuel-provision + description: "Fuel provisioning system." + upstream: git://github.com/Mirantis/fuel-provision.git + acl-config: /home/gerrit2/acls/stackforge/fuel.config - project: stackforge/fuel-web description: Fuel UI upstream: git://github.com/Mirantis/fuelweb.git