Jump to: navigation, search

Difference between revisions of "Community"

(Resources)
m
 
(6 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
* [[IRC]] channel #openstack-community on freenode
 
* [[IRC]] channel #openstack-community on freenode
 
* [http://www.openstack.org/blog/category/newsletter/ Past Newsletters]
 
* [http://www.openstack.org/blog/category/newsletter/ Past Newsletters]
 
== Mailing lists in local languages ==
 
 
It is possible to request a mailing list in a languages different than English. Basically to create a new mailing list you need to propose a change to the puppet configuration. Here is how to do it:
 
 
 
# clone the [https://github.com/openstack-infra/config openstack-infra/config] repository
 
 
    $ git clone git@github.com:openstack-infra/config.git
 
 
# follow the [[GerritWorkflow|gerrit workflow]] and create a branch after making sure you have the latest upstream changes:
 
 
  $ git remote update
 
  $ git checkout master
 
  $ git pull origin master
 
 
then
 
  $ git checkout -b VIETNAMESE #for example
 
 
# edit the file modules/openstack_project/manifests/lists.pp adding something along the lines:
 
 
maillist { 'openstack-LANGUAGE_ISO_2_LETTER_EXTENSION':
 
  ensure      => present,
 
  admin      => 'YOUR EMAIL ADDRESS',
 
  password    => $listpassword,
 
  description => 'DESCRIPTION OF THE LIST IN VIETNAMESE',
 
  webserver  => $listdomain,
 
  mailserver  => $listdomain,
 
}
 
 
# make sure that you use spaces, not tabs; and make sure that the => are aligned in the editor
 
 
# commit the changes
 
 
  $ git commit -a
 
  $ git review
 
 
Send a message to the [http://lists.openstack.org/cgi-bin/mailman/listinfo/community Community mailing list] with the rewiew URL and somebody will review your request. If you're not already familiar with git review and prefer not to learn it, ask on the [http://lists.openstack.org/cgi-bin/mailman/listinfo/community Community mailing list] to create one list for you. Let me know what you prefer.
 
  
 
= Working Groups =
 
= Working Groups =
  
 
* [[Governance/Foundation/Marketing|Marketing]]
 
* [[Governance/Foundation/Marketing|Marketing]]
* [https://etherpad.openstack.org/trainingworkinggroup Training Working Group]
+
* [https://etherpad.openstack.org/trainingworkinggroup Training Certification Working Group]
 +
* [[Mentors | Mentors for new contributors to OpenStack]]
 
* [[Community/AskModerators|Moderators of Ask OpenStack]]
 
* [[Community/AskModerators|Moderators of Ask OpenStack]]
  
 
= Metrics =
 
= Metrics =
  
We collect a lot of metrics from the Developer's community. The [[CommunityMetrics]] page lists the facts being tracked. The [http://activity.openstack.org OpenStack Community Activity Board] is the place to go to see what's happening in the community. Alternative projects that track OpenStack Developers Community: [https://github.com/markmc/openstack-gitdm/ Git-dm for OpenStack] by Mark McLoughlin.
+
We collect a lot of metrics from the Developer's community and make them available them publicly. The [http://activity.openstack.org OpenStack Community Activity Board] and [[Stackalytics]] are the places to go to see what's happening in the community.
 +
 
 +
= Ambassador Program =
 +
 
 +
The [[Community/AmbassadorProgram|OpenStack Ambassador program]] aims to create a framework of community leaders to sustainably expand the reach of OpenStack around the world.
 +
 
 +
[[Category: Working_Groups]]

Latest revision as of 15:49, 11 February 2015

The Community Team helps developers and users of OpenStack find information relevant for them. The group is made by staff of the OpenStack Foundation and volunteers around the world. Coordination happens on the Community mailing list and on IRC, channel #openstack-community.

Community Tools

Resources

Working Groups

Metrics

We collect a lot of metrics from the Developer's community and make them available them publicly. The OpenStack Community Activity Board and Stackalytics are the places to go to see what's happening in the community.

Ambassador Program

The OpenStack Ambassador program aims to create a framework of community leaders to sustainably expand the reach of OpenStack around the world.