From 321f1523b06c61853f2808242cac2d2a20679c1d Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Wed, 4 Dec 2013 11:33:35 +0200 Subject: [PATCH] Added Fuel Docs project to StackForge Change-Id: I7f0494be5dd0d796bc4622c3763a01b8ccdf3e34 --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../openstack_project/templates/review.projects.yaml.erb | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index ce7e2beaca..be9f7dd41a 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -339,6 +339,7 @@ fuel-dev: - stackforge/fuel-ostf - stackforge/fuel-main - stackforge/fuel-provision + - stackforge/fuel-docs branches: - master diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4d11eb60a6..bb9636b96b 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3727,6 +3727,12 @@ projects: gate: - gate-noop + - name: stackforge/fuel-docs + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/rally check: - gate-rally-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index cdea078ff5..96cc021838 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -303,6 +303,11 @@ description: Fuel orchestrator upstream: git://github.com/Mirantis/astute.git acl-config: /home/gerrit2/acls/stackforge/fuel.config +- project: stackforge/fuel-docs + launchpad: fuel + description: Fuel Documentation + upstream: git://github.com/Mirantis/fuel-docs.git + acl-config: /home/gerrit2/acls/stackforge/fuel.config - project: stackforge/fuel-main 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