add globalsetting info for systemvm
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/b0dead59 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/b0dead59 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/b0dead59 Branch: refs/heads/master Commit: b0dead594904b16ee5fbf953c3a72643a0120f52 Parents: 7e29bf7 Author: Pierre-Luc Dion <[email protected]> Authored: Fri Aug 1 20:56:32 2014 -0400 Committer: Pierre-Luc Dion <[email protected]> Committed: Fri Aug 1 20:56:32 2014 -0400 ---------------------------------------------------------------------- source/upgrade/_sysvm_templates.rst | 8 ++++++++ source/upgrade/upgrade-4.3.rst | 2 ++ source/upgrade/upgrade_notes.rst | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/b0dead59/source/upgrade/_sysvm_templates.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/_sysvm_templates.rst b/source/upgrade/_sysvm_templates.rst index caadccd..1d01a01 100644 --- a/source/upgrade/_sysvm_templates.rst +++ b/source/upgrade/_sysvm_templates.rst @@ -116,3 +116,11 @@ Update System-VM templates #. Watch the screen to be sure that the template downloads successfully and enters the **READY** state. Do not proceed until this is successful. + +#. Update following Global Settings as follow: + + * ``router.template.xen`` to 'systemvm-xenserver-|version|' + * ``router.template.kvm`` to 'systemvm-kvm-|version|' + * ``router.template.vmware`` to 'systemvm-vmware-|version|' + + http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/b0dead59/source/upgrade/upgrade-4.3.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst index d80df13..ad05aef 100644 --- a/source/upgrade/upgrade-4.3.rst +++ b/source/upgrade/upgrade-4.3.rst @@ -419,6 +419,7 @@ XenServer systemvm #. execute following MySQL queries in MySQL. Please note ``<ID FROM COMMAND #1>`` from the first command + ``mysql -u root -p cloud`` .. code-block:: mysql @@ -439,6 +440,7 @@ KVM systemvms #. execute following MySQL queries in MySQL. Please note ``<ID FROM COMMAND #1>`` from the first command + ``mysql -u root -p cloud`` .. code-block:: mysql http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/b0dead59/source/upgrade/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade_notes.rst b/source/upgrade/upgrade_notes.rst index dde28aa..e6a95d5 100644 --- a/source/upgrade/upgrade_notes.rst +++ b/source/upgrade/upgrade_notes.rst @@ -71,10 +71,10 @@ ldap.username.attribute uid sAMAccountName ======================= ============== ============== -SystemVM 32bit --------------- +SystemVM 32bit deprecated +------------------------- -32bit version of systemvm templates are in the process of behing deprecated. Upgrade instructions from this Release Notes use 64bit templates. Follow the dev mailing list for further updates. +32bit version of systemvm templates are in the process of behing deprecated. Upgrade instructions from this Release Notes use 64bit templates. 32bit systemvm-templates are available for this version on `http://cloudstack.apt-get.eu/systemvm/4.4/ <http://cloudstack.apt-get.eu/systemvm/4.4/>`_. Follow the dev mailing list for further updates. .. not confirmed
