You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2019/03/21 16:35:24 UTC

[cloudstack-documentation] branch 4.11 updated: sync QiG with mater branch

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

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


The following commit(s) were added to refs/heads/4.11 by this push:
     new b9f5abd  sync QiG with mater branch
     new 6d954f2  Merge pull request #34 from andrijapanicsb/patch-4
b9f5abd is described below

commit b9f5abde550093d41ca05b8b263b68d0197e7b05
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Thu Mar 21 17:19:04 2019 +0100

    sync QiG with mater branch
    
    Sync Quick Install Guide with mater branch
---
 source/quickinstallationguide/qig.rst | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/source/quickinstallationguide/qig.rst b/source/quickinstallationguide/qig.rst
index b0f218e..ffdc8da 100644
--- a/source/quickinstallationguide/qig.rst
+++ b/source/quickinstallationguide/qig.rst
@@ -101,6 +101,11 @@ will need to configure it to work in your environment. Since we specified
 that there will be no DHCP server in this environment we will be manually 
 configuring your network interface. 
 
+Before going any further, make sure that "brctl" is installed and available:
+
+.. parsed-literal::
+   # yum install bridge-utils -y
+
 Connecting via the console you should login as root. We will start by creating
 the bridge that Cloudstack will use for networking. Create and open
 /etc/sysconfig/network-scripts/ifcfg-cloudbr0 and add the following settings:
@@ -126,7 +131,6 @@ the bridge that Cloudstack will use for networking. Create and open
    NETMASK=255.255.255.0
    DNS1=8.8.8.8
    DNS2=8.8.4.4
-   DELAY=0
    STP=yes
    USERCTL=no
    NM_CONTROLLED=no
@@ -390,7 +394,19 @@ section:
    innodb_lock_wait_timeout=600
    max_connections=350
    log-bin=mysql-bin
-   binlog-format = 'ROW' 
+   binlog-format = 'ROW'
+
+.. note::
+For Ubuntu 16.04 and later, make sure you specify a ``server-id`` in your ``.cnf`` file for binary logging. Set the     ``server-id`` according to your database setup.
+    
+::
+
+   server-id=master-01
+   innodb_rollback_on_timeout=1
+   innodb_lock_wait_timeout=600
+   max_connections=350
+   log-bin=mysql-bin
+   binlog-format = 'ROW'
 
 Now that MySQL is properly configured we can start it and configure it to 
 start on boot as follows:
@@ -474,7 +490,7 @@ the system VMs images.
   
    /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
    -m /export/secondary \
-   -u http://download.cloudstack.org/systemvm/4.6/systemvm64template-4.6.0-kvm.qcow2.bz2 \
+   -u http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.2-kvm.qcow2.bz2 \
    -h kvm -F
 
 
@@ -559,7 +575,7 @@ and should already be installed.
    
       listen_tls = 0
       listen_tcp = 1
-      tcp_port = "16059"
+      tcp_port = "16509"
       auth_tcp = "none"
       mdns_adv = 0