Skip to content

Commit 603a3ad

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: weekly meetings page"
2 parents dc683fa + 4519ebd commit 603a3ad

File tree

5 files changed

+75
-2
lines changed

5 files changed

+75
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ workflow <https://docs.openstack.org/infra/manual/developers.html>`__.
178178
- File bugs, blueprints, track releases, etc on
179179
`Launchpad <https://launchpad.net/kolla>`__.
180180
- Attend weekly
181-
`meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
181+
`meetings
182+
<https://docs.openstack.org/kolla/latest/contributor/meeting.html>`__.
182183
- Contribute `code <https://opendev.org/openstack/kolla>`__.
183184

184185
Contributors

doc/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
# The name of the Pygments (syntax highlighting) style to use.
5151
pygments_style = 'native'
5252

53+
# Default highlight language to use (unset defaults to python-style)
54+
highlight_language = 'none'
55+
5356
# -- Options for HTML output --------------------------------------------------
5457

5558
# The theme to use for HTML and HTML Help pages. Major themes that come with

doc/source/contributor/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Mailing list (prefix subjects with ``[kolla]``)
3131
http://lists.openstack.org/pipermail/openstack-discuss/
3232

3333
Meeting Agenda
34-
https://wiki.openstack.org/wiki/Meetings/Kolla
34+
:ref:`Meeting agenda <meeting-agenda>`
3535

3636
Whiteboard (etherpad)
3737
Keeping track of CI gate status, release status, stable backports,

doc/source/contributor/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ We welcome everyone to join our project!
2222
bug-triage
2323
ptl-guide
2424
release-management
25+
meeting
2526
ci

doc/source/contributor/meeting.rst

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
.. _meeting:
2+
3+
=========================
4+
Weekly Kolla team meeting
5+
=========================
6+
7+
Meeting time: Wednesdays at 15:00 UTC in #openstack-kolla (`OFTC`_).
8+
9+
More info on how to join: https://meetings.opendev.org/#Kolla_Team_Meeting
10+
11+
We track CI, release, and feature status in the `whiteboard`_.
12+
13+
.. _meeting-agenda:
14+
15+
Agenda
16+
======
17+
18+
The regular agenda for the weekly meeting is as follows::
19+
20+
* Roll-call
21+
* Agenda
22+
* Announcements
23+
* Review action items from the last meeting
24+
* CI status
25+
* Release tasks
26+
* Current cycle planning
27+
* Additional agenda (from whiteboard)
28+
* Open discussion
29+
30+
Anyone who would like to discuss an additional topic may post it on the
31+
`whiteboard`_ under "Weekly meetings additional agenda".
32+
33+
Chairing a meeting
34+
==================
35+
36+
Copy/Paste into IRC to kick the meeting off::
37+
38+
#startmeeting kolla
39+
40+
Then, once the bot has caught up and everyone is settled::
41+
42+
#topic rollcall
43+
44+
Once folks have checked in, run the agenda by the group present::
45+
46+
#topic agenda
47+
copy and paste agenda from above
48+
49+
Go through topics from agenda::
50+
51+
#topic something
52+
53+
And in the end finish the meeting::
54+
55+
#endmeeting
56+
57+
Copy/Paste for IRC::
58+
59+
https://bugs.launchpad.net/kolla
60+
#link https://bugs.launchpad.net/kolla
61+
62+
Previous meetings
63+
=================
64+
65+
`IRC logs <http://meetings.opendev.org/meetings/kolla>`_
66+
67+
.. _whiteboard: https://etherpad.opendev.org/p/KollaWhiteBoard
68+
.. _OFTC: https://www.oftc.net

0 commit comments

Comments
 (0)