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>
This commit is contained in:
Sean McGinnis 2020-09-03 16:36:41 -05:00
parent 7cf1a70cb6
commit 53e2f78149
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
3 changed files with 9 additions and 0 deletions

View File

@ -4416,6 +4416,13 @@
- project: openstack/oslotest - project: openstack/oslotest
description: OpenStack test classes description: OpenStack test classes
acl-config: /home/gerrit2/acls/openstack/oslo.config 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 - project: openstack/osprofiler
description: OpenStack cross service/project profiler description: OpenStack cross service/project profiler
- project: openstack/ossa - project: openstack/ossa

View File

@ -1038,6 +1038,7 @@ openstack-operators:
- openstack/arch-design - openstack/arch-design
- openstack/ha-guide - openstack/ha-guide
- openstack/operations-guide - openstack/operations-guide
- openstack/osops
- x/osops-coda - x/osops-coda
- x/osops-example-configs - x/osops-example-configs
- x/osops-tools-contrib - x/osops-tools-contrib

View File

@ -722,6 +722,7 @@
- openstack/oslo.versionedobjects - openstack/oslo.versionedobjects
- openstack/oslo.vmware - openstack/oslo.vmware
- openstack/oslotest - openstack/oslotest
- openstack/osops
- openstack/osprofiler - openstack/osprofiler
- openstack/ossa - openstack/ossa
- openstack/oswin-tempest-plugin - openstack/oswin-tempest-plugin