Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upgrade-4.13.rst #1

Open
wants to merge 1 commit into
base: 4.14-update-systemvmtemplate
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions source/upgrading/upgrade/upgrade-4.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Create RPM or Debian packages (as appropriate) and a repository from
the |release| source, or check the Apache CloudStack downloads page at
http://cloudstack.apache.org/downloads.html
for package repositories supplied by community members. You will need
them for :ref:`ubuntu412` or :ref:`rhel412` and :ref:`kvm412` hosts upgrade.
them for :ref:`ubuntu413` or :ref:`rhel413` and :ref:`kvm413` hosts upgrade.

Instructions for creating packages from the CloudStack source are in the
`CloudStack Installation Guide`_.
Expand Down Expand Up @@ -116,8 +116,8 @@ Backup current database
$ mysql -u cloud -p -e 'update cloud.storage_pool set path="/var/lib/libvirt/images" where path="/var/lib/libvirt/images/"';


.. _ubuntu412:
.. _apt-repo412:
.. _ubuntu413:
.. _apt-repo413:

Management Server
-----------------
Expand All @@ -126,7 +126,7 @@ Ubuntu
######

If you are using Ubuntu, follow this procedure to upgrade your packages. If
not, skip to step :ref:`rhel411`.
not, skip to step :ref:`rhel413`.

.. note::
**Community Packages:** This section assumes you're using the community
Expand All @@ -147,7 +147,7 @@ This file should have one line, which contains:

.. parsed-literal::

deb http://download.cloudstack.org/ubuntu precise 4.12
deb http://download.cloudstack.org/ubuntu precise 4.13

We'll change it to point to the new package repository:

Expand Down Expand Up @@ -184,14 +184,14 @@ read as appropriate for your |version| repository.
$ sudo apt-get upgrade cloudstack-usage


.. _rhel412:
.. _rpm-repo412:
.. _rhel413:
.. _rpm-repo413:

CentOS/RHEL
##############

If you are using CentOS or RHEL, follow this procedure to upgrade your
packages. If not, skip to hypervisors section :ref:`upg_hyp_412`.
packages. If not, skip to hypervisors section :ref:`upg_hyp_413`.

.. note::
**Community Packages:** This section assumes you're using the community
Expand All @@ -214,7 +214,7 @@ This file should have content similar to the following:

[apache-cloudstack]
name=Apache CloudStack
baseurl=http://download.cloudstack.org/centos/6/4.12/
baseurl=http://download.cloudstack.org/centos/7/4.13/
enabled=1
gpgcheck=0

Expand Down Expand Up @@ -249,7 +249,7 @@ read as appropriate for your |version| repository.

$ sudo yum upgrade cloudstack-usage

.. _upg_hyp_412:
.. _upg_hyp_413:

Upgrade Hypervisors
-------------------
Expand All @@ -272,7 +272,7 @@ Hypervisor: VMware
No additional steps are requried for the VMware Hypervisor for this upgrade.


.. _kvm412:
.. _kvm413:

Hypervisor: KVM
#################
Expand Down