File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ cloudstack CHANGELOG
33
44This 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+
6104.1.0
711-----
812- khos2ow - add support for enabling/disabling cloudstack repo
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures cloudstack'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '4.1.0 '
7+ version '4.1.1 '
88
99source_url 'https://github.com/cloudops/cookbook_cloudstack'
1010issues_url 'https://github.com/cloudops/cookbook_cloudstack/issues'
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ innodb_rollback_on_timeout = <%= @innodb_rollback_on_timeout %>
33innodb_lock_wait_timeout = <%= @innodb_lock_wait_timeout %>
44max_connections = <%= @max_connections %>
55log-bin = mysql-bin
6+ server-id = 1
67binlog-format = 'ROW'
You can’t perform that action at this time.
0 commit comments