From fd2516621f130f22956cb1a06901f12094ae2609 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 24 Apr 2013 16:00:03 -0400 Subject: [PATCH] Make a repo for heat-templates. Change-Id: I89e245963f97e5bdfa106118546bb12fe721b5da Reviewed-on: https://review.openstack.org/27442 Reviewed-by: James E. Blair Reviewed-by: Jeremy Stanley Reviewed-by: Steven Hardy Reviewed-by: Clark Boylan Approved: Clark Boylan Tested-by: Jenkins --- .../gerritbot/files/gerritbot_channel_config.yaml | 1 + .../gerrit/acls/openstack/heat-templates.config | 13 +++++++++++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../templates/review.projects.yaml.erb | 1 + 4 files changed, 21 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack/heat-templates.config diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index baa16d851f..6b3172afa9 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -137,6 +137,7 @@ heat: - openstack/heat - openstack/python-heatclient - openstack/heat-cfntools + - openstack/heat-templates branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/openstack/heat-templates.config b/modules/openstack_project/files/gerrit/acls/openstack/heat-templates.config new file mode 100644 index 0000000000..88fed44305 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack/heat-templates.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group heat-core + label-Approved = +0..+1 group heat-core +[access "refs/heads/milestone-proposed"] + label-Code-Review = -2..+2 group heat-milestone + label-Approved = +0..+1 group heat-milestone +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e44d026caf..281c618026 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1127,6 +1127,12 @@ projects: - heat-cfntools-pypi-upload - heat-cfntools-docs + - name: openstack/heat-templates + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/reddwarf check: - gate-reddwarf-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index bbf2aa20f1..37e1a94ba6 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -13,6 +13,7 @@ - project: openstack/heat-cfntools upstream: git://github.com/heat-api/heat-cfntools.git - project: openstack/heat +- project: openstack/heat-templates - project: openstack/python-heatclient - project: openstack-infra/askbot-theme description: Theme for ask.openstack.org.