Merge "New Project timmy - ansible-like tool"
This commit is contained in:
commit
f0cbc82bd9
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
|
@ -5215,6 +5215,10 @@
|
|||||||
- project: openstack/third-party-ci-tools
|
- project: openstack/third-party-ci-tools
|
||||||
description: Repository for third party continuous integration teams to share tools,
|
description: Repository for third party continuous integration teams to share tools,
|
||||||
configurations, plug-ins and documents.
|
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
|
- project: openstack/tooz
|
||||||
description: Coordinate distributed systems.
|
description: Coordinate distributed systems.
|
||||||
groups:
|
groups:
|
||||||
|
@ -13289,6 +13289,14 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: timmy
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: tooz
|
name: tooz
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@ -16055,6 +16055,12 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
- name: noop-jobs
|
||||||
|
|
||||||
|
- name: openstack/timmy
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: publish-to-pypi
|
||||||
|
|
||||||
- name: openstack/tooz
|
- name: openstack/tooz
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user