From 4911571f8968891f8208eb5104d0fcd4ef57e78d Mon Sep 17 00:00:00 2001 From: kong Date: Mon, 27 Apr 2015 20:38:59 +0800 Subject: [PATCH] new-project: stackforge/terracotta Request to add a new project(Dynamic Scheduling service for OpenStack cloud) to stackforge. Change-Id: I2236ac4b0a4ff694e01b89f4e89748efead91270 --- accessbot/channels.yaml | 1 + gerrit/acls/stackforge/terracotta.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 10 ++++++++++ zuul/layout.yaml | 5 +++++ 5 files changed, 33 insertions(+) create mode 100644 gerrit/acls/stackforge/terracotta.config diff --git a/accessbot/channels.yaml b/accessbot/channels.yaml index b8cfc4fc35..ef568b948b 100644 --- a/accessbot/channels.yaml +++ b/accessbot/channels.yaml @@ -146,6 +146,7 @@ channels: - name: openstack-stable - name: openstack-state-management - name: openstack-swift + - name: openstack-terracotta - name: openstack-translation - name: openstack-trove - name: openstack-zaqar diff --git a/gerrit/acls/stackforge/terracotta.config b/gerrit/acls/stackforge/terracotta.config new file mode 100644 index 0000000000..4d0af5e009 --- /dev/null +++ b/gerrit/acls/stackforge/terracotta.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group terracotta-core +label-Code-Review = -2..+2 group terracotta-core +label-Workflow = -1..+1 group terracotta-core + +[access "refs/tags/*"] +pushSignedTag = group terracotta-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 470c58c107..5bc3a0bd44 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2275,6 +2275,9 @@ description: Use case repo for Telco Working Group groups: - openstack-telcowg +- project: stackforge/terracotta + description: Dynamic resource scheduling service for OpenStack cloud. + upstream: https://github.com/LingxianKong/openstack-neat.git - project: stackforge/third-party-ci-tools description: Repository for third party continuous integration teams to share tools, configurations, plug-ins and documents. diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 2c870e5cba..fdceebc5f0 100644 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1092,6 +1092,16 @@ openstack-swift: - stable/juno - stable/icehouse +openstack-terracotta: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - stackforge/terracotta + branches: + - master + openstack-trove: events: - patchset-created diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 197865348b..913610fcd7 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6976,6 +6976,11 @@ projects: gate: - gate-telcowg-usecases-python27 + - name: stackforge/terracotta + template: + - name: merge-check + - name: noop-jobs + - name: stackforge/third-party-ci-tools template: - name: merge-check