Jump to: navigation, search

Difference between revisions of "IRC"

(Update meeting link, mention OFTC, drop #openstack-upstream-institute)
 
(116 intermediate revisions by 75 users not shown)
Line 1: Line 1:
IRC, or Internet Relay Chat, is often used as a real-time communication capability with open source projects. We're pretty proud of the friendly vibe in the OpenStack channel and invite anyone wanting to ask questions or talk about all things OpenStack to the channel.  
+
IRC, or Internet Relay Chat, is often used as a real-time communication capability with open source projects. We're pretty proud of the friendly vibe in the OpenStack channels and invite anyone wanting to ask questions or talk about all things OpenStack to the channels.
  
IRC software can be found for all operating systems. The [https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients#Operating_system_support IRC clients comparison chart on Wikipedia] can help you pick one for your operating system
+
=== New to IRC ? ===
  
You don't have to have a complex setup to use IRC. You can use the web client for Freenode, which doesn't require any download or setup. Just pick a nickname and join #openstack: http://webchat.freenode.net/?channels=openstack,openstack-101.
+
Please see the IRC chapter in our Contributors Guide: '''https://docs.openstack.org/contributors/common/irc.html'''
  
= OpenStack IRC channels (chat.freenode.net) =
+
=== OpenStack IRC channels and meetings ===
  
If you want to start a new IRC channel, please consult with the InfrastructureTeam in #openstack-infra or at openstack-infra@lists.openstack.org to ensure it gets registered appropriately.  If you don't know what IRC is, here are a [[UsingIRC|few guidelines]].
+
We are using the OFTC IRC network, our main channels are:
  
{| class="wikitable"
+
* #openstack (for usage questions)
|-
+
* #openstack-dev (for development questions)
! IRC Channel !! Description !! Current Schedule
+
* #openstack-infra (for questions about the project infrastructure)
|-
+
 
|'''#openstack''' || general discussion, support ||
+
You can access the complete list of channels and the schedule of IRC meetings on: '''https://meetings.opendev.org/'''
|-
+
 
|'''#openstack-cinder''' || cinder team discussions||
+
=== How to read messages exchanged when you're offline ===
|-
+
 
|'''#openstack-swift''' || swift team discussions||
+
IRC, unlike other chat systems, doesn't keep messages when you're offline. In order to be notified of relevant communications you can either look at the [http://eavesdrop.openstack.org/irclogs/ channel logs] or setup an IRC proxy.
|-
+
 
|'''#openstack-nova''' || nova team discussions||
+
The most common IRC proxies are [http://wiki.znc.in/ZNC znc] and [https://bip.milkypond.org/ bip]. See the following guides to configure them:
|-
+
 
|'''#openstack-neutron''' || neutron team discussions||
+
* [https://kashyapc.fedorapeople.org/notes-bip-IRC-proxy/README Installation notes for Fedora/RH-like] and [https://kashyapc.fedorapeople.org/notes-bip-IRC-proxy/bip.conf example bip.conf] contributed by Kashyap Chamarthy
|-
+
* ZNC [https://dague.net/2014/09/13/my-irc-proxy-setup/ configuration notes] contributed by Sean Dague
|'''#openstack-glance''' || glance team discussions||
+
* [https://weechat.org/ WeeChat] IRC client combines proxy and client, and allows you to run the client in a shell and access that client additionally from a web client or Android app.
|-
+
 
|'''#openstack-horizon''' || horizon team discussions||
+
 
|-
+
[[Category:Connect]]
|'''#openstack-dev''' || general and cross-project development discussion, including keystone team discussions||
 
|-
 
|'''#openstack-hyper-v''' || Microsoft Windows guests and hypervisor discussion||
 
|-
 
|'''#openstack-infra''' || developer community infrastructure, continuous integration||
 
|-
 
|'''#openstack-ironic''' || ironic & bare metal discussions||
 
|-
 
|'''#openstack-manila''' || shared / distributed file system service team discussions||
 
|-
 
|'''#openstack-marconi''' || queue/messaging marconi team discussions||
 
|-
 
|'''#openstack-meeting''' || team meetings||
 
|-
 
|'''#openstack-meeting-alt''' || team meetings, alternate channel||
 
|-
 
|'''#openstack-metering''' || ceilometer team discussions||
 
|-
 
|'''#openstack-opw''' || GNOME OPW mentor, intern and supporter discussions||
 
|-
 
|'''#openstack-packaging''' || packaging discussions||
 
|-
 
|'''#openstack-chef''' || deployment and operating [[OpenStack]] with Chef||
 
|-
 
|'''#openstack-doc''' || documentation team discussion||
 
|-
 
| '''#openstack-101''' || guidance for new contributors ||
 
|-
 
| '''#openstack-ux''' || discussion channel for user experience ||
 
|-
 
| '''#openstack-community''' || coordination of community activity ||
 
|-
 
| '''#openstack-translation''' || translation groups discussion||
 
|-
 
| '''#openstack-qa''' || QA team discussion||
 
|-
 
|'''#openstack-trove''' || trove database team discussions||
 
|-
 
|'''#openstack-dns''' || Designate DNS team discussions||
 
|-
 
|'''#tripleo''' || TripleO team discussions||
 
|-
 
|'''#openstack-vmware''' || The VMwareAPI team discussion channel||
 
|-
 
|'''#openstack-state-management''' || State management in [[OpenStack]] discussion channel||
 
|-
 
|'''#heat''' || Heat developer discussion channel||
 
|-
 
|'''#savanna''' || Savanna team discussions||
 
|}
 

Latest revision as of 12:13, 23 March 2024

IRC, or Internet Relay Chat, is often used as a real-time communication capability with open source projects. We're pretty proud of the friendly vibe in the OpenStack channels and invite anyone wanting to ask questions or talk about all things OpenStack to the channels.

New to IRC ?

Please see the IRC chapter in our Contributors Guide: https://docs.openstack.org/contributors/common/irc.html

OpenStack IRC channels and meetings

We are using the OFTC IRC network, our main channels are:

  • #openstack (for usage questions)
  • #openstack-dev (for development questions)
  • #openstack-infra (for questions about the project infrastructure)

You can access the complete list of channels and the schedule of IRC meetings on: https://meetings.opendev.org/

How to read messages exchanged when you're offline

IRC, unlike other chat systems, doesn't keep messages when you're offline. In order to be notified of relevant communications you can either look at the channel logs or setup an IRC proxy.

The most common IRC proxies are znc and bip. See the following guides to configure them: