Update management documentation for ptgbot service

Since ptgbot has updated config management and deployment
orchestration now, update our operational docs to reflect that.

Change-Id: Iad4eb23616ac8ad44d8456268dca730a9754acce
This commit is contained in:
Jeremy Stanley 2021-10-07 18:47:24 +00:00
parent a5c1feef0f
commit 7685bf0708

View File

@ -14,9 +14,10 @@ At a Glance
=========== ===========
:Hosts: :Hosts:
* http://eavesdrop01.opendev.org * https://eavesdrop01.opendev.org/irclogs/
* https://meetings.opendev.org/
* https://ptg.opendev.org/
* https://wiki.openstack.org/wiki/Infrastructure_Status * https://wiki.openstack.org/wiki/Infrastructure_Status
* http://ptg.openstack.org/
:Configuration: :Configuration:
* :config:`gerritbot/channels.yaml` * :config:`gerritbot/channels.yaml`
* :config:`accessbot/channels.yaml` * :config:`accessbot/channels.yaml`
@ -239,22 +240,19 @@ Example::
PTG Bot PTG Bot
======= =======
.. note:: The PTG bot is currently pending conversion to run against
OFTC from the `eavesdrop01.opendev.org` server.
Bot that `Project Teams Gathering <https://www.openstack.org/ptg>`_ Bot that `Project Teams Gathering <https://www.openstack.org/ptg>`_
room moderators use to surface what's currently happening at the room moderators use to surface what's currently happening at the
event. Usage instructions are provided in its `README.rst file event. Usage instructions are provided in its `README.rst file
<https://opendev.org/openstack/ptgbot/src/branch/master/README.rst>`_. <https://opendev.org/openstack/ptgbot/src/branch/master/README.rst>`_.
It writes some static content into ``/var/lib/ptgbot/www`` on the Its container serves content from an embedded HTTPd which we proxy on
eavesdrop01.openstack.org server and then serves that from a eavesdrop01.opendev.org locally with a https://ptg.opendev.org/ Apache
http://ptg.openstack.org/ Apache vhost. vhost.
Code for the PTG bot lives in the openstack/ptgbot respository Code for the PTG bot lives in the `openstack/ptgbot respository
(https://opendev.org/openstack/ptgbot), while the <https://opendev.org/openstack/ptgbot>`_, while the
puppet module used to deploy it (including the template used for its Ansible used to deploy it (including the template used for its
configuration) lives in the opendev/puppet-ptgbot repository configuration) lives in the `opendev/system-config repository
(https://opendev.org/opendev/puppet-ptgbot). <https://opendev.org/opendev/system-config/src/branch/master/playbooks/roles/ptgbot>`_.
Basic Channel Operator Commands Basic Channel Operator Commands
=============================== ===============================