From 4519ebdcf6e4e473a8505388272d23ec9fe721e5 Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Tue, 26 Oct 2021 15:04:47 +0200
Subject: [PATCH] docs: weekly meetings page

Change-Id: I2796a9378ef99f0145fe95c4ecff9fd0b5a42894
---
 README.rst                              |  3 +-
 doc/source/conf.py                      |  3 ++
 doc/source/contributor/contributing.rst |  2 +-
 doc/source/contributor/index.rst        |  1 +
 doc/source/contributor/meeting.rst      | 68 +++++++++++++++++++++++++
 5 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 doc/source/contributor/meeting.rst

diff --git a/README.rst b/README.rst
index 1d1d80e6e0..08c6723600 100644
--- a/README.rst
+++ b/README.rst
@@ -178,7 +178,8 @@ workflow <https://docs.openstack.org/infra/manual/developers.html>`__.
 -  File bugs, blueprints, track releases, etc on
    `Launchpad <https://launchpad.net/kolla>`__.
 -  Attend weekly
-   `meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
+   `meetings
+   <https://docs.openstack.org/kolla/latest/contributor/meeting.html>`__.
 -  Contribute `code <https://opendev.org/openstack/kolla>`__.
 
 Contributors
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 091e0f0a0b..a0c521be8b 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -50,6 +50,9 @@ add_module_names = True
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = 'native'
 
+# Default highlight language to use (unset defaults to python-style)
+highlight_language = 'none'
+
 # -- Options for HTML output --------------------------------------------------
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst
index 1bf7cdbe14..9ae7858ea9 100644
--- a/doc/source/contributor/contributing.rst
+++ b/doc/source/contributor/contributing.rst
@@ -31,7 +31,7 @@ Mailing list (prefix subjects with ``[kolla]``)
     http://lists.openstack.org/pipermail/openstack-discuss/
 
 Meeting Agenda
-    https://wiki.openstack.org/wiki/Meetings/Kolla
+    :ref:`Meeting agenda <meeting-agenda>`
 
 Whiteboard (etherpad)
     Keeping track of CI gate status, release status, stable backports,
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
index f8725fab18..687030e9c4 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -22,4 +22,5 @@ We welcome everyone to join our project!
    bug-triage
    ptl-guide
    release-management
+   meeting
    ci
diff --git a/doc/source/contributor/meeting.rst b/doc/source/contributor/meeting.rst
new file mode 100644
index 0000000000..b4301d962e
--- /dev/null
+++ b/doc/source/contributor/meeting.rst
@@ -0,0 +1,68 @@
+.. _meeting:
+
+=========================
+Weekly Kolla team meeting
+=========================
+
+Meeting time: Wednesdays at 15:00 UTC in #openstack-kolla (`OFTC`_).
+
+More info on how to join: https://meetings.opendev.org/#Kolla_Team_Meeting
+
+We track CI, release, and feature status in the `whiteboard`_.
+
+.. _meeting-agenda:
+
+Agenda
+======
+
+The regular agenda for the weekly meeting is as follows::
+
+    * Roll-call
+    * Agenda
+    * Announcements
+    * Review action items from the last meeting
+    * CI status
+    * Release tasks
+    * Current cycle planning
+    * Additional agenda (from whiteboard)
+    * Open discussion
+
+Anyone who would like to discuss an additional topic may post it on the
+`whiteboard`_ under "Weekly meetings additional agenda".
+
+Chairing a meeting
+==================
+
+Copy/Paste into IRC to kick the meeting off::
+
+    #startmeeting kolla
+
+Then, once the bot has caught up and everyone is settled::
+
+    #topic rollcall
+
+Once folks have checked in, run the agenda by the group present::
+
+    #topic agenda
+    copy and paste agenda from above
+
+Go through topics from agenda::
+
+    #topic something
+
+And in the end finish the meeting::
+
+    #endmeeting
+
+Copy/Paste for IRC::
+
+    https://bugs.launchpad.net/kolla
+    #link https://bugs.launchpad.net/kolla
+
+Previous meetings
+=================
+
+`IRC logs <http://meetings.opendev.org/meetings/kolla>`_
+
+.. _whiteboard: https://etherpad.opendev.org/p/KollaWhiteBoard
+.. _OFTC: https://www.oftc.net