Fixed several typos in the docs.
Found using: https://github.com/intgr/topy Change-Id: I4b6d1258ae0f9e73289c4a72c4e534263de7e665
This commit is contained in:
parent
13590a6239
commit
1c00fe4bb4
@ -46,7 +46,7 @@ Cinder Volumes
|
|||||||
|
|
||||||
The Gerrit installation at /home/gerrit2 is located on a Cinder
|
The Gerrit installation at /home/gerrit2 is located on a Cinder
|
||||||
volume. See :ref:`cinder` for details on volume management. Note
|
volume. See :ref:`cinder` for details on volume management. Note
|
||||||
that SSD volumes are used (and they have a mininum size of 100G).
|
that SSD volumes are used (and they have a minimum size of 100G).
|
||||||
|
|
||||||
Gerrit Configuration
|
Gerrit Configuration
|
||||||
--------------------
|
--------------------
|
||||||
@ -374,7 +374,7 @@ Manual Administrative Tasks
|
|||||||
===========================
|
===========================
|
||||||
|
|
||||||
The following sections describe tasks that individuals with root
|
The following sections describe tasks that individuals with root
|
||||||
access may need to perform on rare occations.
|
access may need to perform on rare occasions.
|
||||||
|
|
||||||
|
|
||||||
Renaming a Project
|
Renaming a Project
|
||||||
|
@ -72,7 +72,7 @@ automatically.
|
|||||||
|
|
||||||
The above config gives puppet and its related scripts enough information
|
The above config gives puppet and its related scripts enough information
|
||||||
to create new projects, but not enough to add access controls to each
|
to create new projects, but not enough to add access controls to each
|
||||||
project. To add access control you need to have have an ``acl-config``
|
project. To add access control you need to have an ``acl-config``
|
||||||
option for the project in ``review.projects.yaml`` file. That option
|
option for the project in ``review.projects.yaml`` file. That option
|
||||||
should have a value that is a path to the ``project.config`` for that
|
should have a value that is a path to the ``project.config`` for that
|
||||||
project.
|
project.
|
||||||
|
@ -137,14 +137,14 @@ hand:
|
|||||||
|
|
||||||
#. You will configure global scp and ftp credentials for static and
|
#. You will configure global scp and ftp credentials for static and
|
||||||
docs sites respectively later, but as we haven't setup those sites
|
docs sites respectively later, but as we haven't setup those sites
|
||||||
yet, thats not possible :).
|
yet, that's not possible :).
|
||||||
|
|
||||||
Puppet takes care of the rest.
|
Puppet takes care of the rest.
|
||||||
|
|
||||||
Quirks
|
Quirks
|
||||||
------
|
------
|
||||||
|
|
||||||
Note that jenkins talks to it's slaves via ssh, the
|
Note that jenkins talks to its slaves via ssh, the
|
||||||
modules/openstack_project/manifests/init.pp file contains the ssh
|
modules/openstack_project/manifests/init.pp file contains the ssh
|
||||||
public key that puppet installs on the slaves.
|
public key that puppet installs on the slaves.
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Overview
|
|||||||
Once per day, for every image type (and provider) configured by nodepool, a new
|
Once per day, for every image type (and provider) configured by nodepool, a new
|
||||||
image with cached data for use by devstack. Nodepool spins up new instances
|
image with cached data for use by devstack. Nodepool spins up new instances
|
||||||
and tears down old as tests are queued up and completed, always maintaining a
|
and tears down old as tests are queued up and completed, always maintaining a
|
||||||
consistant number of available instances for tests up to the set limits of the
|
consistent number of available instances for tests up to the set limits of the
|
||||||
CI infrastructure.
|
CI infrastructure.
|
||||||
|
|
||||||
Bad Images
|
Bad Images
|
||||||
|
@ -67,7 +67,7 @@ like app/config/dev/database.php
|
|||||||
Error Log Configuration
|
Error Log Configuration
|
||||||
_______________________
|
_______________________
|
||||||
|
|
||||||
Error log configuration is on file *app/config/log.php* but could be overriden per environment
|
Error log configuration is on file *app/config/log.php* but could be overridden per environment
|
||||||
such as *app/config/dev/log.php* , here you set two variables:
|
such as *app/config/dev/log.php* , here you set two variables:
|
||||||
|
|
||||||
* to_email : The receiver of the error log email.
|
* to_email : The receiver of the error log email.
|
||||||
|
@ -54,7 +54,7 @@ triage bugs.
|
|||||||
To read about how our systems are managed and how to view or edit
|
To read about how our systems are managed and how to view or edit
|
||||||
those configurations, see :ref:`sysadmin`.
|
those configurations, see :ref:`sysadmin`.
|
||||||
|
|
||||||
We also have a a collection of `OpenStack Project Infrastructure Publications
|
We also have a collection of `OpenStack Project Infrastructure Publications
|
||||||
<http://docs.openstack.org/infra/publications/>`_ where we host slides for
|
<http://docs.openstack.org/infra/publications/>`_ where we host slides for
|
||||||
presentations team members have given about the infrastructure.
|
presentations team members have given about the infrastructure.
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ sequencing in any meaningful way.
|
|||||||
The entry point for this process is ``/opt/config/production/run_all.sh``
|
The entry point for this process is ``/opt/config/production/run_all.sh``
|
||||||
|
|
||||||
There are a set of nodes, which are configured in puppet as "override" nodes,
|
There are a set of nodes, which are configured in puppet as "override" nodes,
|
||||||
which are run in sequence before the rest of the nodes are run in parellel.
|
which are run in sequence before the rest of the nodes are run in parallel.
|
||||||
At the moment, this allows creation of git repos on the git slaves before
|
At the moment, this allows creation of git repos on the git slaves before
|
||||||
creation of the master repos on the gerrit server.
|
creation of the master repos on the gerrit server.
|
||||||
|
|
||||||
|
@ -232,9 +232,9 @@ end of this file that looks like::
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
For more information about channel requirements and IRC services provided by
|
For more information about channel requirements and IRC services provided by
|
||||||
the infrasructure team, visit :ref:`irc`
|
the infrastructure team, visit :ref:`irc`
|
||||||
|
|
||||||
And thats it. At this point you will want to submit these edits as a
|
And that's it. At this point you will want to submit these edits as a
|
||||||
change to review.openstack.org. When you do so, please use the
|
change to review.openstack.org. When you do so, please use the
|
||||||
``new-project`` topic. You can do that using the ``-t`` option to
|
``new-project`` topic. You can do that using the ``-t`` option to
|
||||||
``git review``.
|
``git review``.
|
||||||
|
@ -10,7 +10,7 @@ Jenkins setup. It is also possible for these systems to feed information back
|
|||||||
into Gerrit and they can also leave non-gating votes on Gerrit review requests.
|
into Gerrit and they can also leave non-gating votes on Gerrit review requests.
|
||||||
|
|
||||||
An example of one such system is `Smokestack <https://smokestack.openstack.org/>`_.
|
An example of one such system is `Smokestack <https://smokestack.openstack.org/>`_.
|
||||||
Smokestack reads the Gerrit event stream and runs it's own tests on the commits.
|
Smokestack reads the Gerrit event stream and runs its own tests on the commits.
|
||||||
If one of the tests fails it will publish information and links to the failure
|
If one of the tests fails it will publish information and links to the failure
|
||||||
on the review in Gerrit.
|
on the review in Gerrit.
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ active Mediawiki install slot. To perform a Mediawiki upgrade:
|
|||||||
skin and openid. Any untracked extensions that we are not using
|
skin and openid. Any untracked extensions that we are not using
|
||||||
should be removed.
|
should be removed.
|
||||||
#. Update the untracked extensions that we are using
|
#. Update the untracked extensions that we are using
|
||||||
``cd $EXTENSION_DIR && git pull origin master``. Note their may be
|
``cd $EXTENSION_DIR && git pull origin master``. Note there may be
|
||||||
conflicts doing this if security patches or bug fixes have been
|
conflicts doing this if security patches or bug fixes have been
|
||||||
applied by hand. Refer to /srv/mediawiki/NOTES for info.
|
applied by hand. Refer to /srv/mediawiki/NOTES for info.
|
||||||
#. Run the backup script ``/srv/mediawiki/backup.sh``. This will backup
|
#. Run the backup script ``/srv/mediawiki/backup.sh``. This will backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user