b7bedeccc2
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
16 lines
339 B
Plaintext
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
|