Add new project Higgins to openstack repo
Higgins is a Container Management Service for OpenStack to make container available as first class resources in OpenStack. It aims to provide an unified API or launching and managing containers backed by different container technologies. Magnum is the original OpenStack Container Service, but this is going to change [1]. In the future, Magnum will focus on deploying and managing Container Orchestraction Engines (COEs), and the job of managing container life-cycle will go into Higgins, which is independent of Magnum. Higgins is not an official OpenStack project yet, but we will work hard to make it become an official project. [1] https://review.openstack.org/#/c/311476/ Change-Id: Ibfcafdc3608299563704708af4cac1ee737c5311
This commit is contained in:
parent
2f0ee708a8
commit
cb93466b1b
@ -118,6 +118,7 @@ channels:
|
||||
- name: openstack-gsoc
|
||||
- name: openstack-ha
|
||||
- name: openstack-heat-translator
|
||||
- name: openstack-higgins
|
||||
- name: openstack-horizon
|
||||
- name: openstack-hyper-v
|
||||
- name: openstack-i18n
|
||||
|
15
gerrit/acls/openstack/higgins.config
Normal file
15
gerrit/acls/openstack/higgins.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group higgins-core
|
||||
create = group higgins-release
|
||||
label-Code-Review = -2..+2 group higgins-core
|
||||
label-Workflow = -1..+1 group higgins-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group higgins-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2120,6 +2120,10 @@
|
||||
description: OpenStack Orchestration (Heat) Templates
|
||||
- project: openstack/heat-translator
|
||||
description: Translate non-heat templates to Heat Orchestration Template.
|
||||
- project: openstack/higgins
|
||||
description: Container Management Service for OpenStack
|
||||
groups:
|
||||
- python-higgins
|
||||
- project: openstack/horizon
|
||||
description: OpenStack Dashboard (Horizon)
|
||||
options:
|
||||
|
@ -649,6 +649,16 @@ openstack-heat-translator:
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-higgins:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/higgins
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-horizon:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -2341,6 +2341,13 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: higgins
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: horizon
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -6652,6 +6652,13 @@ projects:
|
||||
post:
|
||||
- heat-translator-coverage
|
||||
|
||||
- name: openstack/higgins
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/horizon
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user