Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit d11db4f

Browse files
committed
Updates for 4.11 release
Signed-off-by: Rohit Yadav <rohit@apache.org>
1 parent 12cb930 commit d11db4f

File tree

4 files changed

+25
-27
lines changed

4 files changed

+25
-27
lines changed

source/building_from_source.rst

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To check the signature, run the following command:
9292

9393
.. sourcecode:: bash
9494

95-
$ gpg --verify apache-cloudstack-4.9.0-src.tar.bz2.asc
95+
$ gpg --verify apache-cloudstack-4.11.0.0-src.tar.bz2.asc
9696

9797
If the signature is valid you will see a line of output that contains
9898
'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
107107

108108
.. sourcecode:: bash
109109

110-
$ gpg --print-md MD5 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.md5
110+
$ gpg --print-md MD5 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.md5
111111

112112
If this successfully completes you should see no output. If there is any
113113
output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the following command:
123123

124124
.. sourcecode:: bash
125125

126-
$ gpg --print-md SHA512 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.sha
126+
$ gpg --print-md SHA512 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.sha
127127

128128
If this command successfully completes you should see no output. If
129129
there is any output from them, then there is a difference between the
@@ -142,16 +142,14 @@ You will need, at a minimum, the following to compile CloudStack:
142142

143143
#. Maven (version 3)
144144

145-
#. Java (Java 7/OpenJDK 1.7)
145+
#. Java (Java 8/OpenJDK 1.8)
146146

147147
#. Apache Web Services Common Utilities (ws-commons-util)
148148

149149
#. MySQL
150150

151151
#. MySQLdb (provides Python database API)
152152

153-
#. Tomcat 6 (not 6.0.35) or Tomcat 7
154-
155153
#. genisoimage
156154

157155
#. rpmbuild or dpkg-dev
@@ -165,13 +163,13 @@ with a single command as follows:
165163

166164
.. sourcecode:: bash
167165

168-
$ tar -jxvf apache-cloudstack-4.9.0-src.tar.bz2
166+
$ tar -jxvf apache-cloudstack-4.11.0.0-src.tar.bz2
169167

170168
You can now move into the directory:
171169

172170
.. sourcecode:: bash
173171

174-
$ cd ./apache-cloudstack-4.9.0-src
172+
$ cd ./apache-cloudstack-4.11.0.0-src
175173

176174
Install new MySQL connector
177175
---------------------------
@@ -234,7 +232,7 @@ several other dependencies. Note that we recommend using Maven 3.
234232
$ sudo apt-get update
235233
$ sudo apt-get install python-software-properties
236234
$ sudo apt-get update
237-
$ sudo apt-get install ant debhelper openjdk-7-jdk tomcat6 libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
235+
$ sudo apt-get install debhelper openjdk-8-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
238236

239237
While we have defined, and you have presumably already installed the
240238
bootstrap prerequisites, there are a number of build time prerequisites
@@ -259,11 +257,11 @@ all of the following:
259257

260258
.. sourcecode:: bash
261259

262-
cloudstack-common-4.9.0.amd64.deb
263-
cloudstack-management-4.9.0.amd64.deb
264-
cloudstack-agent-4.9.0.amd64.deb
265-
cloudstack-usage-4.9.0.amd64.deb
266-
cloudstack-cli-4.9.0.amd64.deb
260+
cloudstack-common-4.11.0.0.amd64.deb
261+
cloudstack-management-4.11.0.0.amd64.deb
262+
cloudstack-agent-4.11.0.0.amd64.deb
263+
cloudstack-usage-4.11.0.0.amd64.deb
264+
cloudstack-cli-4.11.0.0.amd64.deb
267265

268266

269267
Setting up an APT repo
@@ -343,7 +341,7 @@ Linux.
343341

344342
.. sourcecode:: bash
345343

346-
# yum install java-1.7.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo
344+
# yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python createrepo
347345

348346
Next, you'll need to install build-time dependencies for CloudStack with
349347
Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)
@@ -364,7 +362,7 @@ environment variable to be set:
364362

365363
.. sourcecode:: bash
366364

367-
$ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk.x86_64
365+
$ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk.x86_64
368366

369367
Verify that Maven is installed correctly:
370368

@@ -413,11 +411,11 @@ You should see the following RPMs in that directory:
413411

414412
.. sourcecode:: bash
415413

416-
cloudstack-agent-4.9.0.el6.x86_64.rpm
417-
cloudstack-cli-4.9.0.el6.x86_64.rpm
418-
cloudstack-common-4.9.0.el6.x86_64.rpm
419-
cloudstack-management-4.9.0.el6.x86_64.rpm
420-
cloudstack-usage-4.9.0.el6.x86_64.rpm
414+
cloudstack-agent-4.11.0.0.el6.x86_64.rpm
415+
cloudstack-cli-4.11.0.0.el6.x86_64.rpm
416+
cloudstack-common-4.11.0.0.el6.x86_64.rpm
417+
cloudstack-management-4.11.0.0.el6.x86_64.rpm
418+
cloudstack-usage-4.11.0.0.el6.x86_64.rpm
421419

422420

423421
Creating a yum repo

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@
5454

5555
# General information about the project.
5656
project = u'Apache CloudStack Installation Documentation'
57-
copyright = u'2016, Apache Software Foundation'
57+
copyright = u'2018, Apache Software Foundation'
5858

5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '4.9'
64+
version = '4.11'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '4.9.0'
66+
release = '4.11.0.0'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

source/management-server/_pkg_repo.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ information.
5353

5454
[cloudstack]
5555
name=cloudstack
56-
baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.9/
56+
baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.11/
5757
enabled=1
5858
gpgcheck=0
5959

@@ -73,7 +73,7 @@ repository to the file:
7373

7474
.. sourcecode:: bash
7575

76-
deb http://cloudstack.apt-get.eu/ubuntu trusty 4.9
76+
deb http://cloudstack.apt-get.eu/ubuntu trusty 4.11
7777

7878
We now have to add the public key to the trusted keys.
7979

source/qig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ insert the following information.
256256

257257
[cloudstack]
258258
name=cloudstack
259-
baseurl=http://cloudstack.apt-get.eu/centos/6/4.9/
259+
baseurl=http://cloudstack.apt-get.eu/centos/6/4.11/
260260
enabled=1
261261
gpgcheck=0
262262

0 commit comments

Comments
 (0)