
Add an IRC channel config file with some stub access information for a few channels. A new tool can read this file and verify that openstackinfra has founder access on all the channels listed in the file. Run a job on changes to that file to verify that access is correct. Later, other tools (like statusbot or gerritbot) may read that file directly to determine which channels to join. Or we can at least add checks that all channels referenced by another tool (like eavesdrop) are also listed in this file. Related-Bug: 1190296 Change-Id: I38440e745402af5bbc3f0d0cc04a150c0a4bb47c
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
# Copyright 2014 OpenStack Foundation
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Global definitions
|
|
# First set up the access levels (map names in this file to chanserv flags):
|
|
access:
|
|
masters: +AFRfiorstv
|
|
operators: +Aiortv
|
|
topics: +t
|
|
|
|
# Define access that should apply to all channels:
|
|
global:
|
|
masters:
|
|
- openstackinfra
|
|
operators:
|
|
- jeblair
|
|
- mtaylor
|
|
- clarkb
|
|
- fungi
|
|
- SergeyLukjanov
|
|
- ttx
|
|
- reed
|
|
topics:
|
|
- openstackstatus
|
|
|
|
# Individual channel configuration:
|
|
channels:
|
|
- name: openstack-infra
|
|
- name: openstack-meeting
|
|
topics:
|
|
- open_stack
|
|
- name: openstack-nova
|
|
operators:
|
|
- russellb
|