From df578f6810c51fc10f430851cb0305c1bf11d151 Mon Sep 17 00:00:00 2001 From: changzhi1990 Date: Thu, 14 Jan 2016 12:31:01 +0800 Subject: [PATCH] Create new project steth Steth - a network inspection tool for OpenStack Steth is an inspection tool that can aid in pinpointing issues before deployment and during operation of an OpenStack environment. This tool can inspect the following network connectivity: * VLAN * VxLAN * GRE For more information, please see https://github.com/unitedstack/steth/blob/master/README.md Change-Id: If26e99089a5d9f9f8af45db8501d66e312f16eef --- accessbot/channels.yaml | 1 + gerrit/acls/openstack/steth.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 10 ++++++++++ zuul/layout.yaml | 5 +++++ 5 files changed, 33 insertions(+) create mode 100644 gerrit/acls/openstack/steth.config diff --git a/accessbot/channels.yaml b/accessbot/channels.yaml index 74e6942921..9d9a7d8d63 100755 --- a/accessbot/channels.yaml +++ b/accessbot/channels.yaml @@ -184,6 +184,7 @@ channels: - name: openstack-sprint - name: openstack-stable - name: openstack-state-management + - name: openstack-steth - name: openstack-storlets - name: openstack-swauth - name: openstack-swift diff --git a/gerrit/acls/openstack/steth.config b/gerrit/acls/openstack/steth.config new file mode 100644 index 0000000000..a47cfaac05 --- /dev/null +++ b/gerrit/acls/openstack/steth.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group steth-core +label-Code-Review = -2..+2 group steth-core +label-Workflow = -1..+1 group steth-core + +[access "refs/tags/*"] +pushSignedTag = group steth-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d14ac244c3..304da91e8e 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3013,6 +3013,9 @@ acl-config: /home/gerrit2/acls/openstack/stacktach.config - project: openstack/stackviz description: Performance and debugging visualization for DevStack and Tempest +- project: openstack/steth + description: Networking Debug Tool for OpenStack + upstream: https://github.com/unitedstack/steth.git - project: openstack/stevedore groups: - python-stevedore diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index ee44032f9d..282a506e5f 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1571,6 +1571,16 @@ openstack-state-management: branches: - master +openstack-steth: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - openstack/steth + branches: + - master + openstack-storlets: events: - patchset-created diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1785cb0095..c720d91032 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -9357,6 +9357,11 @@ projects: - name: python-jobs - name: openstack-server-publish-jobs + - name: openstack/steth + template: + - name: merge-check + - name: noop-jobs + #TODO: add docs - name: openstack/stevedore template: