Add spectroscope repository

Spectroscope is intended to be an Identity Resource Broker Service.
This adds the initial spectroscope repository and ACL file.

Change-Id: I1e67a913ac61ef78b9a57d564f3e50bbe2fe4a45
This commit is contained in:
morgan fainberg 2019-05-08 11:18:13 -07:00 committed by Morgan Fainberg
parent 6ed18827e7
commit 7bd4fa8cbb
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group spectroscope-core
label-Code-Review = -2..+2 group spectroscope-core
label-Workflow = -1..+1 group spectroscope-core
[access "refs/tags/*"]
pushSignedTag = group spectroscope-release
[receive]
requireChangeId = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -7864,6 +7864,8 @@
- solar - solar
- project: x/spanner - project: x/spanner
description: Operation dashboard for OpenStack description: Operation dashboard for OpenStack
- project: x/spectroscope
description: Identity Resource Brokering Service
- project: x/sqlalchemy-migrate - project: x/sqlalchemy-migrate
description: Database schema migration for SQLAlchemy description: Database schema migration for SQLAlchemy
- project: x/stackalytics - project: x/stackalytics

View File

@ -1511,6 +1511,7 @@
- x/solar - x/solar
- x/solar-resources - x/solar-resources
- x/spanner - x/spanner
- x/spectroscope
- x/sqlalchemy-migrate - x/sqlalchemy-migrate
- x/stackalytics - x/stackalytics
- x/stacklight-integration-tests - x/stacklight-integration-tests