Add openstack/osops
This adds a new repo to combine the several x/osops-* repos into one repo owned by the Operation Docs and Tooling SIG as a place to collect scripts, code snippets, configs, and any other useful tools for operators. http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016858.html Needed-by: https://review.opendev.org/749835 Change-Id: I1d2c40a0b07e7e0816d4381253655bd05ff2ab79 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>changes/34/749834/2
parent
7cf1a70cb6
commit
53e2f78149
|
@ -4416,6 +4416,13 @@
|
|||
- project: openstack/oslotest
|
||||
description: OpenStack test classes
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.config
|
||||
- project: openstack/osops
|
||||
description: OpenStack Operator Tools and Scripts
|
||||
upstream: https://github.com/stmcginnis/osops
|
||||
acl-config: /home/gerrit2/acls/openstack/operations-guide.config
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- operations-docs
|
||||
- project: openstack/osprofiler
|
||||
description: OpenStack cross service/project profiler
|
||||
- project: openstack/ossa
|
||||
|
|
|
@ -1038,6 +1038,7 @@ openstack-operators:
|
|||
- openstack/arch-design
|
||||
- openstack/ha-guide
|
||||
- openstack/operations-guide
|
||||
- openstack/osops
|
||||
- x/osops-coda
|
||||
- x/osops-example-configs
|
||||
- x/osops-tools-contrib
|
||||
|
|
|
@ -722,6 +722,7 @@
|
|||
- openstack/oslo.versionedobjects
|
||||
- openstack/oslo.vmware
|
||||
- openstack/oslotest
|
||||
- openstack/osops
|
||||
- openstack/osprofiler
|
||||
- openstack/ossa
|
||||
- openstack/oswin-tempest-plugin
|
||||
|
|
Loading…
Reference in New Issue