New Project - jacket

Now there are many people and enterprises using private clouds
and public clouds, such as OpenStack, VMware vCloud Director, AWS,
Azure and so on. Because clouds' API models are different from
each other, users will meet the following problems:
* High cost of learning
* Large workload to deploy the business in a new cloud
* Difficult to scale out the workload across the different clouds

The target of jacket project is to offer the standard OpenStack
API model for these heterogeneous clouds.

Jacket project's wiki is https://wiki.openstack.org/wiki/Jacket.

Change-Id: Iaa88e46ec2de1c013611572ed4779e7c289a6e64
This commit is contained in:
okay22many 2016-01-04 20:06:09 +08:00
parent 3825d73b88
commit 809f004409
6 changed files with 41 additions and 0 deletions

View File

@ -68,6 +68,8 @@ channels:
- name: git-upstream
mask: full_mask
- name: heat
- name: jacket
mask: full_mask
- name: kolla
- name: midonet
mask: full_mask

View File

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

View File

@ -2115,6 +2115,8 @@
description: Ironic HTTP(S) Client
groups:
- ironic
- project: openstack/jacket
description: Jacket is for managing the heterogeneous cloud via OpenStack (VMware private cloud, AWS public cloud and so on).
- project: openstack/keystone
description: OpenStack Identity (Keystone)
options:

View File

@ -182,6 +182,16 @@ heat:
branches:
- master
jacket:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/jacket
branches:
- master
kolla:
events:
- patchset-created

View File

@ -2509,6 +2509,12 @@
- '{name}-npm-publish-draft':
package-dir: 'www' # Grab everything in ./package/www
- project:
name: jacket
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: jeepyb
tarball-site: tarballs.openstack.org

View File

@ -6361,6 +6361,12 @@ projects:
release:
- ironic-webclient-npm-publish-tarball
- name: openstack/jacket
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: openstack/keystone
template:
- name: merge-check