Add satori as a new project
Satori is a related OpenStack project focused on Configuration Discovery. See https://wiki.openstack.org/wiki/Satori Change-Id: Ia87cb2d2b7a77e6c599a39ab70fcc091c53fdd12
This commit is contained in:
parent
9744529740
commit
18e32bfdb2
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group satori-core
|
||||||
|
label-Approved = +0..+1 group satori-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group satori-ptl
|
||||||
|
pushTag = group satori-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -221,6 +221,17 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: satori
|
||||||
|
github-org: stackforge
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
- hook-{name}-rtfd
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: savanna-dashboard
|
name: savanna-dashboard
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -736,6 +736,9 @@
|
|||||||
- project: stackforge/rubick
|
- project: stackforge/rubick
|
||||||
description: Rule-based diagnostics of configuration of OpenStack platform
|
description: Rule-based diagnostics of configuration of OpenStack platform
|
||||||
upstream: git://github.com/MirantisLabs/rubick
|
upstream: git://github.com/MirantisLabs/rubick
|
||||||
|
- project: stackforge/satori
|
||||||
|
upstream: git://github.com/rackerlabs/satori
|
||||||
|
description: Configuration Discovery
|
||||||
- project: stackforge/savanna-ci-config
|
- project: stackforge/savanna-ci-config
|
||||||
description: savanna-ci 3rd party testing configs (jjb, zuul, etc.)
|
description: savanna-ci 3rd party testing configs (jjb, zuul, etc.)
|
||||||
acl-config: /home/gerrit2/acls/stackforge/savanna-ci-config.config
|
acl-config: /home/gerrit2/acls/stackforge/savanna-ci-config.config
|
||||||
|
@ -4357,6 +4357,19 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- rubick-coverage
|
- rubick-coverage
|
||||||
|
|
||||||
|
- name: stackforge/satori
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
check:
|
||||||
|
- gate-satori-requirements
|
||||||
|
- gate-satori-python33
|
||||||
|
gate:
|
||||||
|
- gate-satori-requirements
|
||||||
|
- gate-satori-python33
|
||||||
|
- gate-satori-pypy
|
||||||
|
post:
|
||||||
|
- hook-satori-rtfd
|
||||||
|
|
||||||
- name: stackforge/solum
|
- name: stackforge/solum
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user