From eacfde5b6d8b52204f854951eaaa483420d857dc Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Tue, 10 Dec 2013 12:33:54 +0400 Subject: [PATCH] Added Fuel Library and DevOps to StackForge Change-Id: I049e3a1f087a5cfecd08f781d0cf10dffcee9c62 --- .../gerritbot/files/gerritbot_channel_config.yaml | 2 ++ modules/openstack_project/files/zuul/layout.yaml | 12 ++++++++++++ .../templates/review.projects.yaml.erb | 10 ++++++++++ 3 files changed, 24 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 0aaa9a0253..e4519fd3b1 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -343,6 +343,8 @@ fuel-dev: - stackforge/fuel-main - stackforge/fuel-provision - stackforge/fuel-docs + - stackforge/fuel-library + - stackforge/fuel-devops branches: - master diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 19717a28f0..3204ccba94 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3811,6 +3811,18 @@ projects: gate: - gate-noop + - name: stackforge/fuel-library + check: + - gate-noop + gate: + - gate-noop + + - name: stackforge/fuel-devops + 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 ea2a6399f2..bfeffa28a9 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -335,6 +335,16 @@ description: Fuel Documentation upstream: git://github.com/Mirantis/fuel-docs.git acl-config: /home/gerrit2/acls/stackforge/fuel.config +- project: stackforge/fuel-library + launchpad: fuel + description: Fuel Library + upstream: git://github.com/Mirantis/fuel.git + acl-config: /home/gerrit2/acls/stackforge/fuel.config +- project: stackforge/fuel-devops + launchpad: fuel + description: Fuel DevOps tools for managing virtual environments + upstream: git://github.com/Mirantis/devops.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