diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index b55a6b91b4..27408d0a77 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 595b07c657..a56ba119ef 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3570,6 +3570,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 58319cda5d..7d8f314c8a 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