Difference between revisions of "Infrastructure Overview"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Extended Services)
(List of Services)
 
(16 intermediate revisions by 6 users not shown)
Line 17: Line 17:
 
forums and announcements is available but not extensively used.
 
forums and announcements is available but not extensively used.
  
The main site runs on a Solaris SPARC V880 machine. It is backed by HTTP
+
The main site runs on a Solaris SPARC machine. It is backed by HTTP
 
server accelerators for static web content. Separate mail exchangers  
 
server accelerators for static web content. Separate mail exchangers  
 
protected against virus/SPAM threats.
 
protected against virus/SPAM threats.
Line 44: Line 44:
 
! Service !! Purpose !! provided by !! comments
 
! Service !! Purpose !! provided by !! comments
 
|-
 
|-
| [http://eis.services.openoffice.org/EIS2/GuestLogon EIS] ||  || ||
+
| [http://eis.services.openoffice.org/EIS2/GuestLogon EIS] ||  || Oracle ||
 
|-
 
|-
| read-only CVS ||  || ||
+
| read-only CVS ||  || Oracle ||
 
|-
 
|-
 
| [http://codesnippets.services.openoffice.org code snippet collection]
 
| [http://codesnippets.services.openoffice.org code snippet collection]
Line 52: Line 52:
 
|-
 
|-
 
| [http://extensions.services.openoffice.org/ Extension repository]
 
| [http://extensions.services.openoffice.org/ Extension repository]
||  || ||
+
||  || hosting by OSUOSL || Drupal, php, MySQL
 +
|-
 +
| [http://planet.services.openoffice.org/ Planet]
 +
|| Blog Aggregation || Oracle ||  
 
|-
 
|-
 
| [http://qatrack.services.openoffice.org QAtrack]  
 
| [http://qatrack.services.openoffice.org QAtrack]  
 
|| process tracking tool for release QA  || [http://www.ooodev.org OOo Deutschland e.V] || MySQL / php
 
|| process tracking tool for release QA  || [http://www.ooodev.org OOo Deutschland e.V] || MySQL / php
 
|-
 
|-
| [http://www.sunvirtuallab.com:8001/tcm2/opensource/tcm_login.cgi?tcm_config=newooo TCM]
+
| Bouncer
|| TestCaseManagement for l10n-focused QA ||  ||
+
|| load balancing and distribution tracking for downloads || http://openoffice.bouncer.osuosl.org OSUOSL ||
 
|-
 
|-
| SUN Gloss 
+
| [http://wiki.services.openoffice.org/wiki Wiki]
|| l10n glossary for Sun-provided languages || ||
+
|| Developer / User wiki || Oracle || mediawiki, MySQL, php
 
|-
 
|-
| Pootle-Server
+
| [http://surveys.services.openoffice.org/user/language_selector.php user survey] || ||  ||
|| online translation portal ||  ||
+
 
|-
 
|-
| Bouncer
+
| [http://termite.services.openoffice.org Termite] || Buildbot + report server ||  hosted by OSUOSL ||
|| online translation portal ||  ||
+
 
|-
 
|-
| [http://wiki.services.openoffice.org/wiki Wiki]  
+
| [http://buildbox.services.openoffice.org buildbox] || buildbot ||  Team OOo hosted by Hetzner ||
|| Developer / User wiki ||  || mediawiki, MySQL, php
+
 
|-
 
|-
| user survey ||  ||  ||
+
| [http://user.services.openoffice.org/ user community forums] || user to user support  || Volunteers, Oracle  || phpBB3, php, MySQL
 +
|-
 +
| [http://quaste.services.openoffice.org/ Quality Assurance Statuspage] || All about Testcases || Oracle ||  
 
|-
 
|-
 
|}
 
|}
 +
 +
====Additional Services outside the OpenOffice.org domain:====
 +
 +
* [http://www.sunvirtuallab.com:8001/tcm2/opensource/tcm_login.cgi?tcm_config=newooo TestCaseManagement for l10n-focused QA]
 +
* Pootle-Server, online translation portal
 +
* [http://www.oooauthors.org/ OOoAuthors portal running plone]
 +
* [http://g11nportal.sun.com/sungloss SUN Gloss, l10n glossary for Sun-provided languages]
 +
* Bittorrent Tracker
  
 
== Mirror Network ==
 
== Mirror Network ==
Line 83: Line 93:
 
distribution of files via rsync/ftp/http. Furthermore
 
distribution of files via rsync/ftp/http. Furthermore
 
P2P technologies are supported.
 
P2P technologies are supported.
 
== Satellite Sites ==
 
 
Satellite sites provide valuable supplemental functions for the specific
 
needs of their target audience.
 
 
Examples are
 
 
* LXR
 
* Bonsai
 
* Planet planet.go-oo.org
 
* Discussion forums oooforums.org
 
* Bittorrent Tracker
 
  
 
== See also ==
 
== See also ==

Latest revision as of 11:06, 12 October 2010

A rough overview of the OpenOffice.org technical site infrastructure will help us to review the Infrastructure_Requirements, analyze Infrastructure_Problems and work on solutions.


Main Site

The main site runs the collaborative software development framework SourceCast (now CEE) and is hosted by CollabNet. The main services include the source and web document repository (CVS), bug tracking (IssueTracker, formerly IssueZilla), mailing lists with archives, web publishing and user management with role based permissions. The site is structured with a hierarchy of categories containing projects. Additional functionality like document&file management, discussion forums and announcements is available but not extensively used.

The main site runs on a Solaris SPARC machine. It is backed by HTTP server accelerators for static web content. Separate mail exchangers protected against virus/SPAM threats.

The main site is using the domainname openoffice.org and the virtual hosts contained therein.

Extended Services

The subdomain services.openoffice.org contains some machines running extended services. These include a read-only CVS server, a wiki, surveys and scripted applications specific to OpenOffice.org like EIS - hosted by Sun microsystems and maintained by Sun together with community members. A code snippet collection is provided by Tom Schindl, an active member of the API project.

A dedicated machine serves as the master for the file distribution to the mirror network. This includes the monitoring of the mirror network status. Additionally it allows the direct upload/download for a limited number of files.

List of Services

Service Purpose provided by comments
EIS Oracle
read-only CVS Oracle
code snippet collection Tom Schindl
Extension repository hosting by OSUOSL Drupal, php, MySQL
Planet Blog Aggregation Oracle
QAtrack process tracking tool for release QA OOo Deutschland e.V MySQL / php
Bouncer load balancing and distribution tracking for downloads http://openoffice.bouncer.osuosl.org OSUOSL
Wiki Developer / User wiki Oracle mediawiki, MySQL, php
user survey
Termite Buildbot + report server hosted by OSUOSL
buildbox buildbot Team OOo hosted by Hetzner
user community forums user to user support Volunteers, Oracle phpBB3, php, MySQL
Quality Assurance Statuspage All about Testcases Oracle

Additional Services outside the OpenOffice.org domain:

Mirror Network

Files causing high traffic like installation sets, source tarballs, dictionaries, ... are delivered via the mirror network. A tiered network of more than 100 servers guarantee the reliable distribution of files via rsync/ftp/http. Furthermore P2P technologies are supported.

See also

Personal tools