project-config/gerrit/acls/openstack/masakari.config
sampathP b7bedeccc2 Request to add new project Masakari
Masakari provides Virtual Machine High Availability (VMHA) service
for OpenStack clouds by automatically recover the KVM-based Virtual
Machine(VM)s from failure events such as VM process down,
provisioning process down, and nova-compute host failure.
Also provides API service for manage and control the automated
rescue mechanism.

Current WIP codes can be found,
https://github.com/ntt-sic/masakari
You may check the POC with,
https://github.com/ntt-sic/masakari-deploy
Tokyo Summit Session,
https://www.youtube.com/watch?v=BmjNKceW_9A

Change-Id: I3b4c878f67741b88182e86a8875de9a7215b92ca
2016-06-17 09:45:50 +09:00

16 lines
339 B
Plaintext

[access "refs/heads/*"]
abandon = group masakari-core
create = group masakari-release
label-Code-Review = -2..+2 group masakari-core
label-Workflow = -1..+1 group masakari-core
[access "refs/tags/*"]
pushSignedTag = group masakari-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true