Create git repo and jenkins jobs for oslo.vmware
The Oslo team has elected to create a new git repo for hosting a new VMware API based library. This library will be used by Nova, Cinder, etc to interact with the backend VMware resources and is specific to OpenStack projects as well. Change-Id: If02c47cd24a2366a5948d83111465d69b0512af4
This commit is contained in:
parent
e3d09e1d35
commit
33c274e9f0
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group oslo-vmware-core
|
||||||
|
label-Approved = +0..+1 group oslo-vmware-core
|
||||||
|
workInProgress = group oslo-vmware-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group oslo-vmware-milestone
|
||||||
|
pushTag = group oslo-vmware-milestone
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -750,6 +750,19 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: oslo.vmware
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: oslo-incubator
|
name: oslo-incubator
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -241,6 +241,10 @@
|
|||||||
- project: openstack/oslo.version
|
- project: openstack/oslo.version
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
upstream: git://github.com/emonty/oslo.version.git
|
upstream: git://github.com/emonty/oslo.version.git
|
||||||
|
- project: openstack/oslo.vmware
|
||||||
|
group: oslo
|
||||||
|
description: Oslo VMware library for OpenStack projects
|
||||||
|
upstream: git://github.com/dims/oslo.vmware.git
|
||||||
- project: openstack/oslosphinx
|
- project: openstack/oslosphinx
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
description: Theme and utilities for Sphinx documentation tool
|
description: Theme and utilities for Sphinx documentation tool
|
||||||
|
@ -1873,6 +1873,25 @@ projects:
|
|||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
|
||||||
|
- name: openstack/oslo.vmware
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: openstack-server-publish-jobs
|
||||||
|
check:
|
||||||
|
- gate-oslo.vmware-requirements
|
||||||
|
- gate-oslo.vmware-python33
|
||||||
|
gate:
|
||||||
|
- gate-oslo.vmware-requirements
|
||||||
|
- gate-oslo.vmware-python33
|
||||||
|
pre-release:
|
||||||
|
- oslo.vmware-tarball
|
||||||
|
release:
|
||||||
|
- oslo.vmware-tarball:
|
||||||
|
- oslo.vmware-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
check:
|
check:
|
||||||
- gate-requirements-pep8
|
- gate-requirements-pep8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user