Skip to content

Commit 4931fee

Browse files
4.15 Release & Upgrade Notes (apache#150)
* releasenotes: 4.15 systemvm tmpl upgrade + primate GA notes Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * compat: update Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * Adding primate related info Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
1 parent 11b7cc3 commit 4931fee

File tree

8 files changed

+393
-778
lines changed

8 files changed

+393
-778
lines changed

source/_global.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525

2626
.. Latest version systemvm template name
2727
28-
.. |sysvm64-version| replace:: 4.14.0
29-
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.14.0
30-
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.14.0
31-
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.14.0
32-
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.14.0
33-
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.14.0
28+
.. |sysvm64-version| replace:: 4.15.0
29+
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.15.0
30+
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.15.0
31+
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.15.0
32+
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.15.0
33+
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.15.0
3434

3535
.. Latest version systemvm template URL
36-
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-xen.vhd.bz2
37-
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-kvm.qcow2.bz2
38-
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-vmware.ova
39-
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-hyperv.vhd.zip
40-
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-ovm.raw.bz2
36+
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.15/systemvmtemplate-4.15.0-xen.vhd.bz2
37+
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.15/systemvmtemplate-4.15.0-kvm.qcow2.bz2
38+
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.15/systemvmtemplate-4.15.0-vmware.ova
39+
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.15/systemvmtemplate-4.15.0-hyperv.vhd.zip
40+
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.15/systemvmtemplate-4.15.0-ovm.raw.bz2
4141

4242
.. Version specific: 4.5 systemvm template URL
4343
.. |acs45-sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2
@@ -56,4 +56,4 @@
5656

5757
.. |br| raw:: html
5858

59-
<br/>
59+
<br/>

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Apache CloudStack Project'
2525

2626
# The short X.Y version
27-
version = '4.14'
27+
version = '4.15'
2828
# The full version, including alpha/beta/rc tags
29-
release = '4.14.0.0'
29+
release = '4.15.0.0'
3030

3131
rst_epilog = """
3232
.. include:: /_global.rst

source/installguide/primate.rst

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and Ant Design for Apache CloudStack.
2929

3030
Primate GA was released with CloudStack 4.15, where the legacy UI is deprecated,
3131
and will be removed in an eventual major CloudStack release.
32+
Each release of Apache CloudStack comes with its own release of Primate as well.
3233

3334
`User participation in the community mailing lists
3435
<http://cloudstack.apache.org/mailing-lists.html>`_ is encouraged. Users may
@@ -52,7 +53,17 @@ API improvements which may not be available prior to Apache CloudStack 4.15.
5253
Installation on CentOS
5354
~~~~~~~~~~~~~~~~~~~~~~
5455

55-
Users running management server (4.15 or above) on CentOS can setup the
56+
Users running management server (4.15 or above) can directly install Primate:
57+
58+
.. parsed-literal::
59+
60+
yum install cloudstack-primate
61+
62+
Note: there is no need to restart management server post-installation, and
63+
after installation the UI can be accessed on
64+
management-server-host:8080/client/primate using any modern browser.
65+
66+
To install the latest release of Primate on CentOS, setup the
5667
following Primate repository:
5768

5869
.. parsed-literal::
@@ -73,14 +84,20 @@ Next, install Primate:
7384
7485
yum install cloudstack-primate
7586
76-
Note: there is no need to restart management server post-installation, and
77-
after installation the UI can be accessed on
78-
management-server-host:8080/client/primate using any modern browser.
7987
8088
Installation on Ubuntu
8189
~~~~~~~~~~~~~~~~~~~~~~
8290

83-
Users running CloudStack management server (4.15 or above) on Ubuntu can setup the following Primate repository:
91+
Users running management server (4.15 or above) can directly install Primate
92+
93+
.. parsed-literal::
94+
95+
apt-get update
96+
apt-get install cloudstack-primate
97+
98+
99+
To install the latest release of Primate on Ubuntu, setup the
100+
following Primate repository:
84101

85102
.. parsed-literal::
86103

source/releasenotes/about.rst

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,15 @@
1717
What's New in |release|
1818
=======================
1919

20-
Apache CloudStack |release| is a |version| LTS release with over 15 major new features, and
21-
over 200 enhancements and fixes since 4.13. Highlights include:
22-
23-
• New modern UI (Project Primate, Technical preview)
24-
• Backup and Recovery framework
25-
• Backup and Recovery Provider for Veeam
26-
• VM ingestion
27-
• L2 network PVLAN enhancements
28-
• CloudStack Kubernetes Service
29-
• UEFI support
30-
• KVM rolling maintenance
31-
• Enable Direct Download for systemVM templates
32-
• VR health checks
33-
• Download logs and diagnostics data from SSVM/CPVM/VRs
34-
• Enable additional configuration metadata to virtual machines
20+
Apache CloudStack |release| is a |version| LTS release with over FIXME major new
21+
features, and over 100 enhancements and fixes since 4.14. Highlights include:
3522

23+
• New modern UI (Primate, GA release)
24+
• Support for CentOS8 and Ubuntu 20.04 as management server hosts and KVM hosts
25+
• FIXME: add rest of new features
3626

3727
The full list of new features can be found in the project release notes at
38-
http://docs.cloudstack.apache.org/en/4.14.0.0/releasenotes/changes.html
28+
http://docs.cloudstack.apache.org/en/4.15.0.0/releasenotes/changes.html
3929

4030
.. important::
4131
This version of CloudStack allows control over the visibility of the DNS services provided
@@ -75,20 +65,16 @@ before adding the KVM host in CloudStack:
7565
HostKeyAlgorithms=+ssh-dss
7666
KexAlgorithms=+diffie-hellman-group1-sha1
7767

78-
New User Interface & Depreciation notice of existing UI
68+
Primate GA and Legacy UI Deprecation and Removal Notice
7969
=======================================================
8070

81-
Cloudstack 4.14 ships with a Technical Preview of a new, modern User Interface (project Primate).
82-
This technical preview can be used by users & operators of Cloudstack environments for evaluation
83-
& testing purposes. With version 4.14, the existing UI remains the supported UI for production environments.
84-
However, with the 4.14 release, the Apache Cloudstack community will stop taking feature requests
85-
for new functionality in the existing UI. All new functionality will be developed against the new UI.
86-
87-
The next LTS release (likely to be version 4.15) of Apache Cloudstack will ship
88-
with the production release of the new UI. It will also be the last version of
89-
CloudStack to ship with the old UI. This release will also have the final
90-
deprecation notice for the old UI.
91-
92-
In the following release (likely to be 4.16), the old UI will be deprecated.
71+
Cloudstack 4.15 ships with the GA release of a new and modern User Interface
72+
(Primate) which deprecates the current legacy UI. With version 4.15, the
73+
existing legacy UI (deprecated) along with the new UI (Primate) are the
74+
supported UI for production environments. In the next 4.16 release, the Apache
75+
Cloudstack community will remove the legacy UI and only the new UI (Primate)
76+
will be supported by the Apache CloudStack community moving forward. Users are
77+
encouraged to implement a migration path towards the new UI (Primate) in their
78+
production environments.
9379

9480
Please see `Primate install guide <../installguide/primate.html>`_

0 commit comments

Comments
 (0)