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:
Davanum Srinivas 2014-02-03 11:01:54 -05:00
parent e3d09e1d35
commit 33c274e9f0
4 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -750,6 +750,19 @@
- 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:
name: oslo-incubator
github-org: openstack

View File

@ -241,6 +241,10 @@
- project: openstack/oslo.version
docimpact-group: openstack-manuals
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
docimpact-group: openstack-manuals
description: Theme and utilities for Sphinx documentation tool

View File

@ -1873,6 +1873,25 @@ projects:
- post-mirror-python26
- 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
check:
- gate-requirements-pep8