Assort IRC TODOs
We're moving to OFTC and this tries to capture the various types of updates for bots and docs we'll need to do. I don't expect this to be complete, but adds some good reminder for a few things we don't want to miss. Change-Id: I09f4c7aa1a2eb8cd167439d58ab4222f5e63a4b1
This commit is contained in:
parent
3a776f0c30
commit
0116b2d025
@ -70,7 +70,7 @@ volumes, etc.) these will have to be deployed by an OpenDev
|
|||||||
administrator before your code is committed. Thus if you know you
|
administrator before your code is committed. Thus if you know you
|
||||||
will need new resources, it is best to coordinate this before review.
|
will need new resources, it is best to coordinate this before review.
|
||||||
|
|
||||||
The `#opendev <https://webchat.freenode.net/?channels=opendev>`__ IRC
|
The `#opendev` IRC on OFTC
|
||||||
channel is the main place for interactive discussion. Feel free to
|
channel is the main place for interactive discussion. Feel free to
|
||||||
ask any questions and someone will try to help ASAP. The `OpenDev
|
ask any questions and someone will try to help ASAP. The `OpenDev
|
||||||
meeting <http://eavesdrop.openstack.org/#OpenDev_Meeting>`__ is a
|
meeting <http://eavesdrop.openstack.org/#OpenDev_Meeting>`__ is a
|
||||||
|
@ -22,7 +22,7 @@ At a Glance
|
|||||||
* https://opendev.org/zuul/zuul
|
* https://opendev.org/zuul/zuul
|
||||||
* https://opendev.org/opendev/jeepyb
|
* https://opendev.org/opendev/jeepyb
|
||||||
:Chat:
|
:Chat:
|
||||||
* #opendev on freenode
|
* #opendev on OFTC
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
.. _irc:
|
.. _irc:
|
||||||
|
|
||||||
|
..
|
||||||
|
TODO this entire doc shoudl be reevaluated in light of IRC changes
|
||||||
|
|
||||||
IRC Services
|
IRC Services
|
||||||
############
|
############
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ At a Glance
|
|||||||
* https://letsencrypt.org
|
* https://letsencrypt.org
|
||||||
* https://github.com/Neilpang/acme.sh
|
* https://github.com/Neilpang/acme.sh
|
||||||
:Chat:
|
:Chat:
|
||||||
* #opendev on freenode
|
* #opendev on OFTC
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
@ -361,7 +361,7 @@ third-party ci system has been disabled, check the archives of the
|
|||||||
mailing list to which you hopefully are subscribed. The email that notifies
|
mailing list to which you hopefully are subscribed. The email that notifies
|
||||||
this list that your account has been disabled will include instructions for
|
this list that your account has been disabled will include instructions for
|
||||||
getting your system re-enabled. You are also welcome to join us in the
|
getting your system re-enabled. You are also welcome to join us in the
|
||||||
#opendev irc channel on freenode to discuss your situation.
|
#opendev irc channel on OFTC to discuss your situation.
|
||||||
|
|
||||||
In order to get your Third Party CI account to have voting permissions on
|
In order to get your Third Party CI account to have voting permissions on
|
||||||
repos in gerrit in addition to ``opendev/ci-sandbox`` you have a greater
|
repos in gerrit in addition to ``opendev/ci-sandbox`` you have a greater
|
||||||
|
@ -26,7 +26,7 @@ At a Glance
|
|||||||
:Resources:
|
:Resources:
|
||||||
* `Zuul Reference Manual`_
|
* `Zuul Reference Manual`_
|
||||||
:Chat:
|
:Chat:
|
||||||
* #zuul on freenode
|
* #zuul on OFTC
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
@ -3,9 +3,9 @@ node /^eavesdrop\d*\.open.*\.org$/ {
|
|||||||
$group = "eavesdrop"
|
$group = "eavesdrop"
|
||||||
class { 'openstack_project::eavesdrop':
|
class { 'openstack_project::eavesdrop':
|
||||||
nickpass => hiera('openstack_meetbot_password'),
|
nickpass => hiera('openstack_meetbot_password'),
|
||||||
statusbot_nick => hiera('statusbot_nick', 'username'),
|
statusbot_nick => 'opendevstatus',
|
||||||
statusbot_password => hiera('statusbot_nick_password'),
|
statusbot_password => hiera('statusbot_nick_password'),
|
||||||
statusbot_server => 'chat.freenode.net',
|
statusbot_server => 'irc.oftc.net',
|
||||||
statusbot_channels => hiera_array('statusbot_channels', ['openstack_infra']),
|
statusbot_channels => hiera_array('statusbot_channels', ['openstack_infra']),
|
||||||
statusbot_auth_nicks => hiera_array('statusbot_auth_nicks'),
|
statusbot_auth_nicks => hiera_array('statusbot_auth_nicks'),
|
||||||
statusbot_wiki_user => hiera('statusbot_wiki_username', 'username'),
|
statusbot_wiki_user => hiera('statusbot_wiki_username', 'username'),
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
gerritbot_irc_nick: openstackgerrit
|
gerritbot_irc_nick: opendevreview
|
||||||
gerritbot_irc_server: irc.freenode.net
|
gerritbot_irc_server: irc.oftc.net
|
||||||
gerritbot_gerrit_user: gerritbot
|
gerritbot_gerrit_user: gerritbot
|
||||||
gerritbot_gerrit_host: review.openstack.org
|
gerritbot_gerrit_host: review.openstack.org
|
||||||
|
Loading…
Reference in New Issue
Block a user