Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 14 additions & 3 deletions source/releasenotes/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,21 @@

What's New in |release|
=======================
Version |release| is a |version| LTS release adding almost 200 new features, enhancements and fixes
since 4.12.

Apache CloudStack |release| is a |version| LTS release nearly 200 new features, enhancements and fixes since 4.12, such as enhanced hypervisor support, performance increases and more user configurable controls. Highlights include:

What's New in 4.13.1.0
----------------------

The new 4.13.1.0 version is a 4.13 maintenance release containing almost 100
fixes and improvements on the 4.13.0.0 release.


What's New in 4.13.0.0
----------------------

Version 4.13.0.0 includes almost 200 new features, enhancements and fixes since 4.12.

Apache CloudStack 4.13.0.0 is a 4.13 LTS release with nearly 200 new features, enhancements and fixes since 4.12, such as enhanced hypervisor support, performance increases and more user configurable controls. Highlights include:

• Supporting configuration of virtualised appliances
• VMware 6.7 support
Expand Down
6 changes: 1 addition & 5 deletions source/releasenotes/api-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
specific language governing permissions and limitations
under the License.

API Changes Introduced in |release|
API Changes Introduced in 4.13.0.0
===================================
For the complete list of API commands and params consult the `CloudStack Apidocs`_.

.. note::

The 4.12 API commands stayed as the 4.11.


New API Commands
----------------
Expand Down
341 changes: 336 additions & 5 deletions source/releasenotes/changes.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/upgrading/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Contents:

.. toctree::
:maxdepth: 1

upgrade/upgrade-4.13
upgrade/upgrade-4.12
upgrade/upgrade-4.11
Expand Down
13 changes: 12 additions & 1 deletion source/upgrading/upgrade/_sysvm_restart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
.. sub-section included in upgrade notes.

Once you've upgraded the packages on your management servers, you'll
need to restart the system VMs. Ensure that the admin port is set to
need to restart the system VMs in order for those VMs to be rebuilt
from the new systemVM template version.

.. note::

Restarting system VMs can be done in different ways. You can use script
"cloudstack-sysvmadm" which is provided with CloudStack, or do a manual restart of system VMs
or do it by using third-party tools such as Ansible.
Below we are giving instructions for using the "cloudstack-sysvmadm" script.


Ensure that the admin port is set to
8096 by using the "integration.api.port" global parameter. This port
is used by the cloudstack-sysvmadm script at the end of the upgrade
procedure. For information about how to set this parameter, see :ref:`configuration parameters <configuration-parameters>`
Expand Down
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,3 +420,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
5 changes: 5 additions & 0 deletions source/upgrading/upgrade/upgrade-4.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst
34 changes: 11 additions & 23 deletions source/upgrading/upgrade/upgrade-4.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
Upgrade Instruction from |version_to_upgrade|
=============================================

This section will guide you from CloudStack |version_to_upgrade| to latest

This section will show you how to upgrade from CloudStack |version_to_upgrade| to latest
CloudStack |release|.

Any steps that are hypervisor-specific will be called out with a note.
Expand Down Expand Up @@ -121,14 +122,13 @@ not, skip to step :ref:`rhel413`.

The first order of business will be to change the sources list for
each system with CloudStack packages. This means all management
servers, and any hosts that have the KVM agent. (No changes should
servers, and any hosts that have the KVM agent (no changes should
be necessary for hosts that are running VMware or Xen.)

Make sure that your ``/etc/apt/sources.list.d/cloudstack.list`` file on
any systems that have CloudStack packages installed points to version 4.13


Start by opening ``/etc/apt/sources.list.d/cloudstack.list`` on
any systems that have CloudStack packages installed.

This file should have one line, which contains:

.. parsed-literal::
Expand All @@ -142,7 +142,6 @@ We'll change it to point to the new package repository:
deb http://download.cloudstack.org/ubuntu bionic |version|



Setup the public key for the above repository:

.. parsed-literal::
Expand Down Expand Up @@ -188,42 +187,31 @@ packages. If not, skip to hypervisors section :ref:`upg_hyp_413`.

The first order of business will be to change the yum repository
for each system with CloudStack packages. This means all
management servers, and any hosts that have the KVM agent.

(No changes should be necessary for hosts that are running VMware
or Xen.)
management servers, and any hosts that have the KVM agent (no changes
should be necessary for hosts that are running VMware or Xen.)

Confirm your ``/etc/yum.repos.d/cloudstack.repo`` file on
any systems that have CloudStack packages installed points to version 4.13.

Start by opening ``/etc/yum.repos.d/cloudstack.repo`` on any
systems that have CloudStack packages installed.

This file should have content similar to the following:

.. parsed-literal::

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

If you are using the community provided package repository, change
the base url to:

.. parsed-literal::

http://download.cloudstack.org/centos/$releasever/|version|/

Setup the GPG public key if you wish to enable ``gpgcheck=1``:

.. parsed-literal::

rpm --import http://download.cloudstack.org/RPM-GPG-KEY



If you're using your own package repository, change this line to
read as appropriate for your |version| repository.

#. Now that you have the repository configured, it's time to upgrade the
``cloudstack-management``.

Expand Down
3 changes: 3 additions & 0 deletions source/upgrading/upgrade/upgrade-4.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,7 @@ Restart management services
$ sudo service cloudstack-usage start


System-VMs and Virtual-Routers
------------------------------

.. include:: _sysvm_restart.rst