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
This commit is contained in:
sampathP 2016-06-16 17:36:27 +09:00
parent ed9f94b790
commit b7bedeccc2
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[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

View File

@ -2341,6 +2341,8 @@
- translate
- project: openstack/marshal
description: Key retrieval agent for OpenStack instances.
- project: openstack/masakari
description: Virtual Machine High Availability (VMHA) service for OpenStack.
- project: openstack/meghdwar
description: Edge cloud application management gateway services
- project: openstack/merlin

View File

@ -3318,6 +3318,13 @@
jobs:
- python-jobs
- project:
name: masakari
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: meghdwar
tarball-site: tarballs.openstack.org

View File

@ -7479,6 +7479,11 @@ projects:
- name: python-jobs
- name: check-requirements
- name: openstack/masakari
template:
- name: merge-check
- name: python-jobs
- name: openstack/meghdwar
template:
- name: merge-check