New Project timmy - ansible-like tool
for parallel OpenStack node operations: two-way data transfer, log collection, remote command execution. It is configured by default to collect diagnostic snapshot from OpenStack cloud deployed by Fuel. The tool is based on [1]. Additional specification is available on the website [2]. [1] https://etherpad.openstack.org/p/openstack-diagnostics [2] http://timmy.readthedocs.io/en/latest/specification.html Change-Id: Ice5198c76639aa4089e787bff48b2d9cdb876424
This commit is contained in:
parent
01916f80f8
commit
9d7209936b
14
gerrit/acls/openstack/timmy.config
Normal file
14
gerrit/acls/openstack/timmy.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group timmy-core
|
||||
create = group timmy-core
|
||||
label-Code-Review = -2..+2 group timmy-core
|
||||
label-Workflow = -1..+1 group timmy-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group timmy-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5083,6 +5083,10 @@
|
||||
- project: openstack/third-party-ci-tools
|
||||
description: Repository for third party continuous integration teams to share tools,
|
||||
configurations, plug-ins and documents.
|
||||
- project: openstack/timmy
|
||||
description: 'OpenStack Ansible-like tool for parallel node operations: two-way
|
||||
data transfer, log collection, remote command execution'
|
||||
upstream: https://github.com/adobdin/timmy.git
|
||||
- project: openstack/tooz
|
||||
description: Coordinate distributed systems.
|
||||
groups:
|
||||
|
@ -12888,6 +12888,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: timmy
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: tooz
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -15569,6 +15569,12 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/timmy
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/tooz
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user