From d7dd611d38c5c197b2cbf3467cdc51ab05d014f3 Mon Sep 17 00:00:00 2001 From: John Jackson Date: Mon, 9 Mar 2015 21:13:45 -0700 Subject: [PATCH 1/2] Add upgrade to index, release notes, packages, and fix formatting. --- coopr-docs/docs/source/installation/index.rst | 4 +++- coopr-docs/docs/source/installation/packages.rst | 7 +++++++ coopr-docs/docs/source/installation/upgrade.rst | 5 ++++- coopr-docs/docs/source/release-notes/release-0.9.9.rst | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/coopr-docs/docs/source/installation/index.rst b/coopr-docs/docs/source/installation/index.rst index 4417b2ee2..478a25b68 100644 --- a/coopr-docs/docs/source/installation/index.rst +++ b/coopr-docs/docs/source/installation/index.rst @@ -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 \ No newline at end of file + authentication + upgrade + \ No newline at end of file diff --git a/coopr-docs/docs/source/installation/packages.rst b/coopr-docs/docs/source/installation/packages.rst index 6de289099..a6bd7371d 100644 --- a/coopr-docs/docs/source/installation/packages.rst +++ b/coopr-docs/docs/source/installation/packages.rst @@ -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 `. + + .. _common-issues: Common Installation Issues diff --git a/coopr-docs/docs/source/installation/upgrade.rst b/coopr-docs/docs/source/installation/upgrade.rst index 32ade5a7d..943e48485 100644 --- a/coopr-docs/docs/source/installation/upgrade.rst +++ b/coopr-docs/docs/source/installation/upgrade.rst @@ -16,6 +16,8 @@ .. index:: single: Coopr Upgrade +.. _upgrade-to-0.9.9: + ================== Coopr Upgrade ================== @@ -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 @@ -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 diff --git a/coopr-docs/docs/source/release-notes/release-0.9.9.rst b/coopr-docs/docs/source/release-notes/release-0.9.9.rst index 5eb854074..dcc2fbf20 100644 --- a/coopr-docs/docs/source/release-notes/release-0.9.9.rst +++ b/coopr-docs/docs/source/release-notes/release-0.9.9.rst @@ -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 ` for upgrading Coopr from 0.9.8 to 0.9.9 Change List ----------- From 26f68bd1313d342c81a588b35a93d6df454690eb Mon Sep 17 00:00:00 2001 From: John Jackson Date: Mon, 9 Mar 2015 21:33:29 -0700 Subject: [PATCH 2/2] Update the version callback. --- coopr-docs/docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coopr-docs/docs/source/conf.py b/coopr-docs/docs/source/conf.py index eea9dac68..dd4cfdcbf 100644 --- a/coopr-docs/docs/source/conf.py +++ b/coopr-docs/docs/source/conf.py @@ -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"], }, }