New project proposal: alexandria
Alexandria provides a service to gather inventories from various bare metal or virtual machines, on the south interface creates a data model based on Redfish and interact with CMDBs on the west side, with deployment tools such as Ironic on the north side, with the availability of an API to control it on its east side. Change-Id: I9be3a63d023079c8b057977d1c13e1fe2b8562b3
This commit is contained in:
parent
7ac953f0ac
commit
5b1c55e03d
15
gerrit/acls/openstack/alexandria.config
Normal file
15
gerrit/acls/openstack/alexandria.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group alexandria-core
|
||||
create = group alexandria-release
|
||||
label-Code-Review = -2..+2 group alexandria-core
|
||||
label-Workflow = -1..+1 group alexandria-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group alexandria-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -795,6 +795,9 @@
|
||||
description: OpenStack Source Explorer
|
||||
- project: openstack/ailuropoda
|
||||
description: The sad panda API
|
||||
- project: openstack/alexandria
|
||||
description: Inventory as a service with CMDB support
|
||||
upstream: https://github.com/uggla/alexandria
|
||||
- project: openstack/almanach
|
||||
description: Record the utilization of OpenStack resources for each tenant
|
||||
- project: openstack/anchor
|
||||
|
@ -9,6 +9,15 @@
|
||||
jobs:
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: alexandria
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- 'gate-{name}-python35{suffix}':
|
||||
suffix: '-nv'
|
||||
|
||||
- project:
|
||||
name: almanach
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -5149,6 +5149,13 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/alexandria
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python35-jobs-nv
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/almanach
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user