diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index bc51bb2060..605979d5cf 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -276,6 +276,7 @@ openstack-ironic: projects: - openstack/ironic - openstack/python-ironicclient + - stackforge/python-ipmi branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/python-ipmi.config b/modules/openstack_project/files/gerrit/acls/stackforge/python-ipmi.config new file mode 100644 index 0000000000..659a63ad89 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/python-ipmi.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group python-ipmi-core + label-Approved = +0..+1 group python-ipmi-core + workInProgress = group python-ipmi-core +[access "refs/tags/*"] + create = group python-ipmi-core + pushTag = group python-ipmi-core +[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 8d961fc3e6..dfdc90c48e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2162,3 +2162,9 @@ projects: - stackalytics-tarball release: - stackalytics-tarball + + - name: stackforge/python-ipmi + check: + - gate-noop + gate: + - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index afe2f32257..313e3c768f 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -325,3 +325,6 @@ - project: stackforge/stackalytics description: OpenStack analytics dashboard upstream: git://github.com/Mirantis/stackalytics.git +- project: stackforge/python-ipmi + description: A Pure python IPMI library + upstream: git://git.code.sf.net/p/xcat/python-ipmi