You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/02/09 14:50:15 UTC

[cloudstack-docs-install] branch 4.11 updated: Updates for 4.11 release

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-install.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new d11db4f  Updates for 4.11 release
d11db4f is described below

commit d11db4f80a5cdc8e6dcc6f87155cc0aa2164a766
Author: Rohit Yadav <ro...@apache.org>
AuthorDate: Fri Feb 9 15:50:02 2018 +0100

    Updates for 4.11 release
    
    Signed-off-by: Rohit Yadav <ro...@apache.org>
---
 source/building_from_source.rst        | 40 ++++++++++++++++------------------
 source/conf.py                         |  6 ++---
 source/management-server/_pkg_repo.rst |  4 ++--
 source/qig.rst                         |  2 +-
 4 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index a70d82a..7b4fd99 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.9.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.11.0.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 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:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.9.0-src.tar.bz2 | diff - apache-cloudstack-4.9.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.11.0.0-src.tar.bz2 | diff - apache-cloudstack-4.11.0.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -142,7 +142,7 @@ You will need, at a minimum, the following to compile CloudStack:
 
 #. Maven (version 3)
 
-#. Java (Java 7/OpenJDK 1.7)
+#. Java (Java 8/OpenJDK 1.8)
 
 #. Apache Web Services Common Utilities (ws-commons-util)
 
@@ -150,8 +150,6 @@ You will need, at a minimum, the following to compile CloudStack:
 
 #. MySQLdb (provides Python database API)
 
-#. Tomcat 6 (not 6.0.35) or Tomcat 7
-
 #. genisoimage
 
 #. rpmbuild or dpkg-dev
@@ -165,13 +163,13 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.9.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.11.0.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.9.0-src
+   $ cd ./apache-cloudstack-4.11.0.0-src
 
 Install new MySQL connector
 ---------------------------
@@ -234,7 +232,7 @@ several other dependencies. Note that we recommend using Maven 3.
    $ sudo apt-get update
    $ sudo apt-get install python-software-properties
    $ sudo apt-get update
-   $ 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
+   $ sudo apt-get install debhelper openjdk-8-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
 
 While we have defined, and you have presumably already installed the
 bootstrap prerequisites, there are a number of build time prerequisites
@@ -259,11 +257,11 @@ all of the following:
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.9.0.amd64.deb
-   cloudstack-management-4.9.0.amd64.deb
-   cloudstack-agent-4.9.0.amd64.deb
-   cloudstack-usage-4.9.0.amd64.deb
-   cloudstack-cli-4.9.0.amd64.deb
+   cloudstack-common-4.11.0.0.amd64.deb
+   cloudstack-management-4.11.0.0.amd64.deb
+   cloudstack-agent-4.11.0.0.amd64.deb
+   cloudstack-usage-4.11.0.0.amd64.deb
+   cloudstack-cli-4.11.0.0.amd64.deb
 
 
 Setting up an APT repo
@@ -343,7 +341,7 @@ Linux.
 
 .. sourcecode:: bash
 
-   # yum install java-1.7.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo
+   # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python createrepo
 
 Next, you'll need to install build-time dependencies for CloudStack with
 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:
 
 .. sourcecode:: bash
 
-   $ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk.x86_64
+   $ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk.x86_64
 
 Verify that Maven is installed correctly:
 
@@ -413,11 +411,11 @@ You should see the following RPMs in that directory:
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.9.0.el6.x86_64.rpm
-   cloudstack-cli-4.9.0.el6.x86_64.rpm
-   cloudstack-common-4.9.0.el6.x86_64.rpm
-   cloudstack-management-4.9.0.el6.x86_64.rpm
-   cloudstack-usage-4.9.0.el6.x86_64.rpm
+   cloudstack-agent-4.11.0.0.el6.x86_64.rpm
+   cloudstack-cli-4.11.0.0.el6.x86_64.rpm
+   cloudstack-common-4.11.0.0.el6.x86_64.rpm
+   cloudstack-management-4.11.0.0.el6.x86_64.rpm
+   cloudstack-usage-4.11.0.0.el6.x86_64.rpm
 
 
 Creating a yum repo
diff --git a/source/conf.py b/source/conf.py
index a6f184c..3442092 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -54,16 +54,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache CloudStack Installation Documentation'
-copyright = u'2016, Apache Software Foundation'
+copyright = u'2018, Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '4.9'
+version = '4.11'
 # The full version, including alpha/beta/rc tags.
-release = '4.9.0'
+release = '4.11.0.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst
index c3093b7..6a11ad2 100644
--- a/source/management-server/_pkg_repo.rst
+++ b/source/management-server/_pkg_repo.rst
@@ -53,7 +53,7 @@ information.
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.9/
+   baseurl=http://cloudstack.apt-get.eu/centos/$releasever/4.11/
    enabled=1
    gpgcheck=0
 
@@ -73,7 +73,7 @@ repository to the file:
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu trusty 4.9
+   deb http://cloudstack.apt-get.eu/ubuntu trusty 4.11
 
 We now have to add the public key to the trusted keys.
 
diff --git a/source/qig.rst b/source/qig.rst
index 31b52ac..37cca2c 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -256,7 +256,7 @@ insert the following information.
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.9/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.11/
    enabled=1
    gpgcheck=0
 

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.