New project: go-redfish
This new project will host go client library for the Redfish host management API. It is intended to be consumable/useful outside of Airship itself; the Airship team created this library only because of deficiencies in other available implementations. The folks that own the github repo from which the extant implementation should be imported have blessed this change, and will continue their work under the Airship umbrella. Please add me (Matt McEuen) as an initial member of the new ACL, and I can add additional seed core reviewers. Thanks! Change-Id: I0c7542461555f5a23eddf0b3d3e548a734af778echanges/15/698115/2
parent
ac7ffa6808
commit
04013d4943
|
@ -0,0 +1,16 @@
|
|||
[access "refs/heads/*"]
|
||||
abandon = group go-redfish-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group go-redfish-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group go-redfish-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
|
@ -46,6 +46,9 @@
|
|||
use-storyboard: true
|
||||
groups:
|
||||
- airship
|
||||
- project: airship/go-redfish
|
||||
description: A go client library for the Redfish API
|
||||
upstream: https://github.com/Nordix/go-redfish
|
||||
- project: airship/governance
|
||||
description: Airship governance documentation
|
||||
use-storyboard: true
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
- airship/docs
|
||||
- airship/drydock
|
||||
- airship/election
|
||||
- airship/go-redfish
|
||||
- airship/governance
|
||||
- airship/images
|
||||
- airship/kubernetes-entrypoint
|
||||
|
|
Loading…
Reference in New Issue