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:
parent
f71da198cd
commit
df578f6810
accessbot
gerrit
gerritbot
zuul
@ -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
|
||||
|
14
gerrit/acls/openstack/steth.config
Normal file
14
gerrit/acls/openstack/steth.config
Normal 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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user