project-config/gerrit/acls/openstack/shovel.config
Andre Keedy 4ab3283db9 Add new project(shovel) to openstack
- Shovel(https://github.com/keedya/shovel) is an open source project,
  coordinates between Openstack (Ironic, glance) and rackHD  allowing
  users to find Baremetal Compute nodes dynamically discovered by RackHD
  and register them with Ironic and provides poller service that monitors
  compute nodes and logs the errors from SEL into Ironic Database.
  Eslint and eslint-config-openstack is implemented in shovel(npm run lint)
  along with unit tests that covers >80%(npm run test).
  Shovel releases registered in npm under node-shovel
  (https://www.npmjs.com/package/node-shovel#licensing)
- Consistent Testing Interface: shovel is written in nodejs,
  support npm run,install,lint,test
- Dependency: shovel depends on rackHD for baremetal discovery
  and SEL pollers
- License: Apache License
- Project has one active contributor
- Shovel is coupled with a horizon plugin
  (https://github.com/keedya/shovel-horizon-plugin)
  and a python client package
  (https://github.com/keedya/shovel-api-python-client)

Change-Id: I501ac001596a5523f1915b1c08ec7e393301eefc
2016-01-23 11:13:43 -08:00

16 lines
329 B
Plaintext

[access "refs/heads/*"]
abandon = group shovel-core
create = group shovel-release
label-Code-Review = -2..+2 group shovel-core
label-Workflow = -1..+1 group shovel-core
[access "refs/tags/*"]
pushSignedTag = group shovel-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true