Skip to content
Closed
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
3 changes: 0 additions & 3 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
under the License.


Working with Virtual Machines
=============================

About Working with Virtual Machines
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '4.13'
# The full version, including alpha/beta/rc tags
release = '4.13.0.0'
release = '4.13.1.0'

rst_epilog = """
.. include:: /_global.rst
Expand Down
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.

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

.. toctree::
:maxdepth: 1


upgrade/upgrade-4.13
upgrade/upgrade-4.12
upgrade/upgrade-4.11
upgrade/upgrade-4.10
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 @@ -432,3 +432,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 @@ -362,3 +362,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 @@ -358,3 +358,8 @@ Restart management services
.. parsed-literal::

$ sudo service cloudstack-usage start

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

.. include:: _sysvm_restart.rst
Loading