Difference between revisions of "OpenVZ infrastructure"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Created page with "{{stub}} == Code == We have a common service with GIT repositories for each OpenVZ component - git.openvz.org. Each repository mirrored to Github account. How_to_submit_p...")
 
(Add more details about infrastructure)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
 +
 +
This article describes OpenVZ standalone services.
  
 
== Code ==
 
== Code ==
  
We have a common service with GIT repositories for each OpenVZ component -
+
We have a single place for all OpenVZ source code. It is a [https://git.openvz.org git.openvz.org].
git.openvz.org. Each repository mirrored to Github account.
+
We use [https://git-scm.herokuapp.com/ GIT SCM] to track changes in source code. Each OpenVZ component is a separate GIT repository. All patches should be reviewed before committing to repository. Please read article [[How to submit patches]] before sending patch. Each repository on git.openvz.org has a mirror on [https://github.com/virtuozzo Github account Virtuozzo] for your convenience.
[[How_to_submit_patches]]
 
  
 
== Bugs ==
 
== Bugs ==
  
Official OpenVZ bugtracker is bugzilla.openvz.org.
+
OpenVZ project is not bug free project. We use [https://bugzilla.openvz.org/ Bugzilla] for tracking all OpenVZ bugs.
[[OpenVZ_bug_control]]
+
Please read about [[OpenVZ_bug_control|bug lifecycle]] before starting to work with bugs.
  
 
== Download ==
 
== Download ==
  
All download files are placed on download.openvz.org, which has a [[Download_mirrors|list of mirrors]].
+
All OpenVZ download files are placed on [https://download.openvz.org download.openvz.org] and available for download
 +
via http and ftp protocols. Download server also has a [[Download_mirrors|list of mirrors]] in different countries.
 
You can help to OpenVZ by [[Setting_up_a_mirror|setup a mirror]].
 
You can help to OpenVZ by [[Setting_up_a_mirror|setup a mirror]].
  
 
[[Category: Infrastructure]]
 
[[Category: Infrastructure]]

Revision as of 09:47, 13 April 2015


This article describes OpenVZ standalone services.

Code

We have a single place for all OpenVZ source code. It is a git.openvz.org. We use GIT SCM to track changes in source code. Each OpenVZ component is a separate GIT repository. All patches should be reviewed before committing to repository. Please read article How to submit patches before sending patch. Each repository on git.openvz.org has a mirror on Github account Virtuozzo for your convenience.

Bugs

OpenVZ project is not bug free project. We use Bugzilla for tracking all OpenVZ bugs. Please read about bug lifecycle before starting to work with bugs.

Download

All OpenVZ download files are placed on download.openvz.org and available for download via http and ftp protocols. Download server also has a list of mirrors in different countries. You can help to OpenVZ by setup a mirror.