Initial commit of the ailuropoda project
This project is to create an API endpoint for a sad panda. We have a wiki[1], launchpad[2], blueprints[3] set up already. Some of the larger enterprise customers requested a visual representation of an error page. This is a standard API endpoint for all of OpenStack to use to have the standard error. Initial release is just an image, but eventually we plan on having a more dynamic way to serve pictures. This is Sad Pandas as a Service. [1]: http://wiki.openstack.org/wiki/ailuropoda [2]: https://launchpad.net/ailuropoda [3]: https://blueprints.launchpad.net/ailuropoda Change-Id: I30a6e47bf0edd146d9fb762d66ec0a1e248ec3bf
This commit is contained in:
parent
b5d22d9a63
commit
c9fdb2c78b
accessbot
gerrit
gerritbot
zuul
@ -78,6 +78,7 @@ channels:
|
||||
mask: full_mask
|
||||
- name: openstack
|
||||
- name: openstack-101
|
||||
- name: openstack-ailuropoda
|
||||
- name: openstack-ansible
|
||||
- name: openstack-anvil
|
||||
- name: openstack-api
|
||||
|
15
gerrit/acls/openstack/ailuropoda.config
Normal file
15
gerrit/acls/openstack/ailuropoda.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ailuropoda-core
|
||||
create = group ailuropoda-release
|
||||
label-Code-Review = -2..+2 group ailuropoda-core
|
||||
label-Workflow = -1..+1 group ailuropoda-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ailuropoda-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -735,6 +735,9 @@
|
||||
description: Zuul packaging
|
||||
- project: openstack/aeromancer
|
||||
description: OpenStack Source Explorer
|
||||
- project: openstack/ailuropoda
|
||||
description: The sad panda API
|
||||
upstream: https://github.com/jjasghar/ailuropoda.git
|
||||
- project: openstack/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
|
@ -234,6 +234,16 @@ nova-docker:
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-ailuropoda:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/ailuropoda
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-ansible:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -4203,6 +4203,11 @@ projects:
|
||||
- name: noop-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/ailuropoda
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/anchor
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user