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:
parent
10e7fa2efa
commit
db6c355582
16
gerrit/acls/openstack-infra/shade.config
Normal file
16
gerrit/acls/openstack-infra/shade.config
Normal 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
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user