Add new project Zun-UI to openstack repo
User Interface for Zun - Container Management Service for OpenStack Change-Id: I321b1cd082fb1e85d85aaa31f2d6850fbc860136
This commit is contained in:
parent
87b0314c73
commit
3f5fc80c15
15
gerrit/acls/openstack/zun-ui.config
Normal file
15
gerrit/acls/openstack/zun-ui.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group zun-ui-core
|
||||
create = group zun-release
|
||||
label-Code-Review = -2..+2 group zun-ui-core
|
||||
label-Workflow = -1..+1 group zun-ui-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group zun-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5384,6 +5384,9 @@
|
||||
- translate
|
||||
- project: openstack/zun
|
||||
description: Container Management Service for OpenStack
|
||||
- project: openstack/zun-ui
|
||||
description: The UI component for Zun
|
||||
upstream: https://github.com/shu-mutou/zun-ui.git
|
||||
- project: stackforge-attic/cookbook-ceph
|
||||
- project: stackforge-attic/cookbook-monasca-agent
|
||||
- project: stackforge-attic/cookbook-monasca-api
|
||||
|
@ -2269,6 +2269,7 @@ openstack-zun:
|
||||
projects:
|
||||
- openstack/python-zunclient
|
||||
- openstack/zun
|
||||
- openstack/zun-ui
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -14073,6 +14073,13 @@
|
||||
- 'gate-{name}-python35{suffix}':
|
||||
suffix: '-nv'
|
||||
|
||||
- project:
|
||||
name: zun-ui
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: zuul
|
||||
|
@ -16647,6 +16647,12 @@ projects:
|
||||
gate:
|
||||
- gate-zun-devstack-dsvm
|
||||
|
||||
- name: openstack/zun-ui
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
|
||||
- name: z/tempest
|
||||
gate:
|
||||
- gate-tempest-dsvm-full-ubuntu-trusty
|
||||
|
Loading…
Reference in New Issue
Block a user