Import shade into openstack-infra

Shade is a library that contains all the various logic you need to use
OpenStack with the clouds Infra has encountered. It's currently being
used as the basis of the next generation of ansible modules and the
intent is to replace the direct python-*client calls in nodepool and
launch_node.

Change-Id: I14332c43cf12d46bd4472312e8edfa5760fc2f68
This commit is contained in:
Monty Taylor 2015-01-07 13:08:18 -05:00
parent 10e7fa2efa
commit db6c355582
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[access "refs/for/refs/*"]
pushMerge = group infra-core
[access "refs/heads/*"]
abandon = group infra-core
label-Code-Review = -2..+2 group infra-core
label-Workflow = -1..+1 group infra-core
[access "refs/tags/*"]
pushSignedTag = group infra-core
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -336,6 +336,12 @@
use-storyboard: true
description: Scripts for generating OpenStack development community statistics
upstream: git://github.com/russellb/openstack-stats.git
- project: openstack-infra/shade
use-storyboard: true
description: Client library for OpenStack containing Infra business logic
groups:
- openstack-ci
upstream: git://github.com/emonty/shade.git
- project: openstack-infra/statusbot
use-storyboard: true
groups:

View File

@ -53,6 +53,7 @@ openstack-infra:
- openstack-infra/releasestatus
- openstack-infra/reviewday
- openstack-infra/reviewstats
- openstack-infra/shade
- openstack-infra/statusbot
- openstack-infra/storyboard
- openstack-infra/storyboard-webclient

View File

@ -2163,6 +2163,18 @@
- pypi-jobs
- project:
name: shade
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- '{name}-ci-docs':
target: 'ci/shade'
- project:
name: statusbot
node: 'bare-precise || bare-trusty'

View File

@ -3507,6 +3507,15 @@ projects:
- name: python-jobs
- name: python3-jobs
- name: openstack-infra/shade
template:
- name: merge-check
- name: publish-to-pypi
- name: python-jobs
- name: python3-jobs
release:
- shade-ci-docs
- name: openstack-infra/statusbot
template:
- name: merge-check