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
This commit is contained in:
changzhi1990 2016-01-14 12:31:01 +08:00
parent f71da198cd
commit df578f6810
5 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: