Skip to content

Commit 6d954f2

Browse files
author
Paul Angus
authored
Merge pull request apache#34 from andrijapanicsb/patch-4
sync QiG with the same guide in master branch
2 parents 5b4f601 + b9f5abd commit 6d954f2

File tree

1 file changed

+20
-4
lines changed
  • source/quickinstallationguide

1 file changed

+20
-4
lines changed

source/quickinstallationguide/qig.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ will need to configure it to work in your environment. Since we specified
101101
that there will be no DHCP server in this environment we will be manually
102102
configuring your network interface.
103103

104+
Before going any further, make sure that "brctl" is installed and available:
105+
106+
.. parsed-literal::
107+
# yum install bridge-utils -y
108+
104109
Connecting via the console you should login as root. We will start by creating
105110
the bridge that Cloudstack will use for networking. Create and open
106111
/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
126131
NETMASK=255.255.255.0
127132
DNS1=8.8.8.8
128133
DNS2=8.8.4.4
129-
DELAY=0
130134
STP=yes
131135
USERCTL=no
132136
NM_CONTROLLED=no
@@ -390,7 +394,19 @@ section:
390394
innodb_lock_wait_timeout=600
391395
max_connections=350
392396
log-bin=mysql-bin
393-
binlog-format = 'ROW'
397+
binlog-format = 'ROW'
398+
399+
.. note::
400+
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.
401+
402+
::
403+
404+
server-id=master-01
405+
innodb_rollback_on_timeout=1
406+
innodb_lock_wait_timeout=600
407+
max_connections=350
408+
log-bin=mysql-bin
409+
binlog-format = 'ROW'
394410

395411
Now that MySQL is properly configured we can start it and configure it to
396412
start on boot as follows:
@@ -474,7 +490,7 @@ the system VMs images.
474490
475491
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
476492
-m /export/secondary \
477-
-u http://download.cloudstack.org/systemvm/4.6/systemvm64template-4.6.0-kvm.qcow2.bz2 \
493+
-u http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.2-kvm.qcow2.bz2 \
478494
-h kvm -F
479495
480496
@@ -559,7 +575,7 @@ and should already be installed.
559575
560576
listen_tls = 0
561577
listen_tcp = 1
562-
tcp_port = "16059"
578+
tcp_port = "16509"
563579
auth_tcp = "none"
564580
mdns_adv = 0
565581

0 commit comments

Comments
 (0)