Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #952 from caskdata/feature/r0.9.9_doc_cleanup
Browse files Browse the repository at this point in the history
Add upgrade to index, release notes, packages, and fix formatting.
  • Loading branch information
John Jackson committed Mar 10, 2015
2 parents 242bfbf + 74f14b0 commit c74fdd4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions coopr-docs/docs/source/conf.py
Expand Up @@ -184,10 +184,10 @@ def print_sdk_version():
"versions":"http://docs.cask.co/%s/json-versions.js" % project.lower(),
"versions_data":
{ "development":
[ ["0.9.9-SNAPSHOT", "0.9.9"], ],
"current": ["0.9.8", "0.9.8"],
[ ["0.9.10-SNAPSHOT", "0.9.10"], ],
"current": ["0.9.9", "0.9.9"],
"older":
[ ],
["0.9.8", "0.9.8"],
},
}

Expand Down
4 changes: 3 additions & 1 deletion coopr-docs/docs/source/installation/index.rst
Expand Up @@ -36,4 +36,6 @@ to experiment with, you can choose to use Coopr Standalone, or Coopr in a VM.
standalone
openstack-config
ui-config
authentication
authentication
upgrade

7 changes: 7 additions & 0 deletions coopr-docs/docs/source/installation/packages.rst
Expand Up @@ -423,6 +423,13 @@ Coopr depends on the external Linux utility logrotate to rotate its logs. Coopr
packages contain logrotate configurations in ``/etc/logrotate.d`` but it does not perform the rotations itself.
Please ensure logrotate is enabled on your Coopr hosts.


Upgrading Coopr
===============

To upgrade Coopr from 0.9.8 to 0.9.9, please refer to the :ref:`Upgrade Guide <upgrade-to-0.9.9>`.


.. _common-issues:

Common Installation Issues
Expand Down
5 changes: 4 additions & 1 deletion coopr-docs/docs/source/installation/upgrade.rst
Expand Up @@ -16,6 +16,8 @@
.. index::
single: Coopr Upgrade

.. _upgrade-to-0.9.9:

==================
Coopr Upgrade
==================
Expand Down Expand Up @@ -60,7 +62,7 @@ On the Coopr servers:
3. Upgrade Database Schema (if using an external database)

* You have to update the schema for any external database. However, we only provide example SQL files for MySQL.
The changes need to be made to any external database. To update MySQL:
The changes need to be made to any external database. To update MySQL:

.. code-block:: bash
Expand All @@ -69,6 +71,7 @@ On the Coopr servers:
4. Change the provisioner.server.uri port

* Edit the ``provisioner.server.uri`` property in ``/etc/coopr/conf/provisioner-site.xml`` and change the port from 55054 to 55055 unless you have changed the port with server.tasks.uri, in which case you should match the port below to that one. Here is an example (changing your server to the correct host/FQDN):

.. code-block:: bash
<property>
Expand Down
1 change: 1 addition & 0 deletions coopr-docs/docs/source/release-notes/release-0.9.9.rst
Expand Up @@ -40,6 +40,7 @@ Release Highlights
* New Services: Impala, Node.js modules, PHP modules, Docker, Nginx
* New Cluster Templates: Docker, MEAN, MongoDB
* Coopr cookbook updates (coopr_*)
* :ref:`Upgrade Guide <upgrade-to-0.9.9>` for upgrading Coopr from 0.9.8 to 0.9.9

Change List
-----------
Expand Down

0 comments on commit c74fdd4

Please sign in to comment.