Create a nova-docker repo
The docker driver has been removed from Nova while CI continues to be sorted out and stabilized. We would like to allow development to continue on this driver as a nova add-on. Driver removal was here: https://review.openstack.org/#/c/79740/ Change-Id: I560597f1c1d044957dfb640786761ba121941672
This commit is contained in:
parent
c9e9788451
commit
b3c02cdc00
@ -0,0 +1,9 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group nova-docker-core
|
||||
label-Approved = +0..+1 group nova-docker-core
|
||||
workInProgress = group nova-docker-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -710,6 +710,16 @@
|
||||
- translation-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: nova-docker
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: object-api
|
||||
github-org: openstack
|
||||
|
@ -647,6 +647,9 @@
|
||||
group: murano
|
||||
upstream: git://github.com/Mirantis/murano-tests.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||
- project: stackforge/nova-docker
|
||||
description: Docker driver for OpenStack Nova
|
||||
upstream: git://github.com/russellb/nova-docker.git
|
||||
- project: stackforge/novaimagebuilder
|
||||
description: Image building tool for OpenStack.
|
||||
upstream: git://github.com/redhat-openstack/image-building-poc.git
|
||||
|
@ -597,6 +597,10 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-oslo-incubator-python33
|
||||
branch: ^(?!stable/(grizzly|havana)).*$
|
||||
- name: gate-nova-docker-python26
|
||||
voting: false
|
||||
- name: gate-nova-docker-python27
|
||||
voting: false
|
||||
# puppet-openstack targets
|
||||
- name: gate-puppet-vswitch-puppet-lint
|
||||
voting: false
|
||||
@ -991,6 +995,11 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/nova-docker
|
||||
template:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/pycadf
|
||||
check:
|
||||
- gate-pycadf-pep8
|
||||
|
Loading…
Reference in New Issue
Block a user