Create shotgun project
This project is to provide a tool that is able to collect logs, other files, command outputs, etc. that can then be used for troubleshooting. I.e. it creates a diagnostic snapshot for a set of nodes. Change-Id: I366c95a293387fa17d769de49a66e10537e4b3ec
This commit is contained in:
parent
1b9a935b64
commit
a00aa92642
20
gerrit/acls/openstack/shotgun.config
Normal file
20
gerrit/acls/openstack/shotgun.config
Normal file
@ -0,0 +1,20 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group shotgun-core
|
||||
create = group fuel-release
|
||||
label-Code-Review = -2..+2 group shotgun-core
|
||||
label-Verified = -1..+1 group fuel-ci
|
||||
label-Workflow = -1..+1 group shotgun-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
exclusiveGroupPermissions = label-Workflow
|
||||
label-Workflow = -1..+1 group fuel-stable-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group fuel-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2564,6 +2564,12 @@
|
||||
description: The UI component for Senlin
|
||||
- project: openstack/shaker
|
||||
description: Distributed data-plane performance testing tool
|
||||
- project: openstack/shotgun
|
||||
groups:
|
||||
- fuel
|
||||
description: Tool for collecting diagnostic snapshot from nodes (logs, databases, etc).
|
||||
docimpact-group: fuel
|
||||
upstream: https://github.com/kozhukalov/shotgun.git
|
||||
- project: openstack/solum
|
||||
description: 'An OpenStack project designed to make cloud services easier to consume
|
||||
and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum'
|
||||
|
@ -148,6 +148,7 @@ fuel-tracker:
|
||||
- openstack/fuel-web
|
||||
- openstack/network-checker
|
||||
- openstack/python-fuelclient
|
||||
- openstack/shotgun
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -6061,6 +6061,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: shotgun
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: solum
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -1751,6 +1751,9 @@ jobs:
|
||||
- name: ^gate-network-checker.*$
|
||||
voting: false
|
||||
|
||||
- name: ^gate-shotgun.*$
|
||||
voting: false
|
||||
|
||||
# NOTE(jroll): This job was not working at Juno release.
|
||||
- name: ^gate-tempest-dsvm-ironic-agent_ssh$
|
||||
branch: ^(?!stable/juno).*$
|
||||
@ -8247,6 +8250,15 @@ projects:
|
||||
- name: python3-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/shotgun
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-shotgun-pep8
|
||||
- gate-shotgun-python27
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: openstack/solum
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user