Skip to content

Commit 4279f8d

Browse files
committed
Add server-id to mysql configuration
1 parent aa127db commit 4279f8d

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ cloudstack CHANGELOG
33

44
This file is used to list changes made in each version of the co-cloudstack cookbook.
55

6+
4.1.1
7+
-----
8+
- khos2ow - add server-id for mysql
9+
610
4.1.0
711
-----
812
- khos2ow - add support for enabling/disabling cloudstack repo

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures cloudstack'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.1.0'
7+
version '4.1.1'
88

99
source_url 'https://github.com/cloudops/cookbook_cloudstack'
1010
issues_url 'https://github.com/cloudops/cookbook_cloudstack/issues'

templates/default/cloudstack.cnf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ innodb_rollback_on_timeout = <%= @innodb_rollback_on_timeout %>
33
innodb_lock_wait_timeout = <%= @innodb_lock_wait_timeout %>
44
max_connections = <%= @max_connections %>
55
log-bin = mysql-bin
6+
server-id = 1
67
binlog-format = 'ROW'

0 commit comments

Comments
 (0)