Default MySQL collate parameter is not the one from db_sync

Bug #1446375 reported by Emilien Macchi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-ceilometer
Fix Released
Critical
Emilien Macchi
puppet-cinder
Fix Released
Critical
Emilien Macchi
puppet-designate
Fix Released
Critical
Emilien Macchi
puppet-glance
Fix Released
Critical
Emilien Macchi
puppet-gnocchi
Fix Released
Critical
Emilien Macchi
puppet-heat
Fix Released
Critical
Emilien Macchi
puppet-ironic
Fix Released
Critical
Emilien Macchi
puppet-keystone
Fix Released
Critical
Emilien Macchi
puppet-manila
Fix Released
Critical
Emilien Macchi
puppet-neutron
Fix Released
Critical
Emilien Macchi
puppet-nova
Fix Released
Critical
Emilien Macchi
puppet-openstacklib
Fix Released
Critical
Emilien Macchi
puppet-sahara
Fix Released
Critical
Emilien Macchi
puppet-trove
Fix Released
Critical
Emilien Macchi
puppet-tuskar
Fix Released
Critical
Sebastien Badia

Bug Description

It affects all Puppet OpenStack modules when running MySQL with ::<module>::db::mysql::collate set to 'utf8_unicode_ci' or undef (utf8_unicode_ci is default).

* First time you run puppet: the database will be created with utf8_unicode_ci collate. The db_sync runs at the end of the catalog. db_sync (for any project) changes the collate to utf8_general_ci.
* Second time you run puppet: the database is utf8_general_ci so openstacklib will change it to utf8_unicode_ci and will notifiy some resources in catalog (eventually restarts depending of modules).
* If db_sync is run again, the collate will change, and Puppet will always try to configure it to 'utf8_unicode_ci'. This is endless.

Default documentation suggests 'utf8_general_ci' [1].
Default in puppetlabs-mysql is 'utf8_general_ci'.

I suggest we move our modules to use 'utf8_general_ci' and be consistent everywhere.

This default won't be backward compatible.

[1] http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-database-controller.html

Changed in puppet-ceilometer:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-cinder:
importance: Undecided → Critical
Changed in puppet-cinder:
assignee: nobody → Emilien Macchi (emilienm)
Changed in puppet-designate:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-glance:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-gnocchi:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-heat:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → High
Changed in puppet-ironic:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-keystone:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-manila:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-neutron:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-nova:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-openstacklib:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-sahara:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-trove:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-tuskar:
assignee: nobody → Emilien Macchi (emilienm)
importance: Undecided → Critical
Changed in puppet-heat:
importance: High → Critical
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-ceilometer (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175989

Changed in puppet-ceilometer:
status: New → In Progress
Changed in puppet-cinder:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175991

Changed in puppet-glance:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-glance (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175992

Changed in puppet-gnocchi:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-gnocchi (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175994

Changed in puppet-heat:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175995

Changed in puppet-ironic:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-ironic (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175996

Changed in puppet-keystone:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175997

Changed in puppet-manila:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-manila (master)

Fix proposed to branch: master
Review: https://review.openstack.org/175998

Changed in puppet-neutron:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176000

Changed in puppet-nova:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176001

Changed in puppet-sahara:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-sahara (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176005

Changed in puppet-trove:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-trove (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176006

Changed in puppet-tuskar:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-tuskar (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176007

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-sahara (master)

Reviewed: https://review.openstack.org/176005
Committed: https://git.openstack.org/cgit/stackforge/puppet-sahara/commit/?id=2019a682cd2dfe3aa446a666983d9472425c4c09
Submitter: Jenkins
Branch: master

commit 2019a682cd2dfe3aa446a666983d9472425c4c09
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:14:20 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: Icc9150a71139d21df25a428cf266903e278a8949
    Closes-bug: #1446375

Changed in puppet-tuskar:
assignee: Emilien Macchi (emilienm) → Matt Fischer (mfisch)
Changed in puppet-sahara:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-gnocchi (master)

Reviewed: https://review.openstack.org/175994
Committed: https://git.openstack.org/cgit/stackforge/puppet-gnocchi/commit/?id=b7b1706bcbe9a4d296d8ce821ac09a708b1380d7
Submitter: Jenkins
Branch: master

commit b7b1706bcbe9a4d296d8ce821ac09a708b1380d7
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:08:51 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I56c19b78ff4d9b313d666f6ede7591848556b840
    Closes-bug: #1446375

Changed in puppet-gnocchi:
status: In Progress → Fix Committed
Changed in puppet-trove:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-trove (master)

Reviewed: https://review.openstack.org/176006
Committed: https://git.openstack.org/cgit/stackforge/puppet-trove/commit/?id=bc197410acc13d8d85ebeca97c925068739ae622
Submitter: Jenkins
Branch: master

commit bc197410acc13d8d85ebeca97c925068739ae622
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:14:41 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: Iafdb875ce636aefd81e07861230e3a60b3cd22c7
    Closes-bug: #1446375

Changed in puppet-ceilometer:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ceilometer (master)

Reviewed: https://review.openstack.org/175989
Committed: https://git.openstack.org/cgit/stackforge/puppet-ceilometer/commit/?id=441fe25bfe6b3992436fef9f5691fecce08a51e1
Submitter: Jenkins
Branch: master

commit 441fe25bfe6b3992436fef9f5691fecce08a51e1
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:05:47 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I9fb58a749436873b60b51bb67127ae9524f944db
    Closes-bug: #1446375

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (master)

Reviewed: https://review.openstack.org/175992
Committed: https://git.openstack.org/cgit/stackforge/puppet-glance/commit/?id=2f614cf9fd15a5348ac11eb617e63883598f0497
Submitter: Jenkins
Branch: master

commit 2f614cf9fd15a5348ac11eb617e63883598f0497
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:08:15 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: If85731786a061aed9cb44f016edc67f32c3db1a5
    Closes-bug: #1446375

Changed in puppet-glance:
status: In Progress → Fix Committed
Changed in puppet-heat:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-heat (master)

Reviewed: https://review.openstack.org/175995
Committed: https://git.openstack.org/cgit/stackforge/puppet-heat/commit/?id=b531066283243a721fa384ba8e6ac2f61dcf76c1
Submitter: Jenkins
Branch: master

commit b531066283243a721fa384ba8e6ac2f61dcf76c1
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:09:59 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I8037d3c1971e4b9bc965a9fd0884e1839585d071
    Closes-bug: #1446375

Changed in puppet-cinder:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (master)

Reviewed: https://review.openstack.org/175991
Committed: https://git.openstack.org/cgit/stackforge/puppet-cinder/commit/?id=08be3c0df1bce50cdc2f2f85cf0d9ea1016faca9
Submitter: Jenkins
Branch: master

commit 08be3c0df1bce50cdc2f2f85cf0d9ea1016faca9
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:07:05 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I41970c3256ae908351c48d911776e2e9f5940626
    Closes-bug: #1446375

Changed in puppet-keystone:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-keystone (master)

Reviewed: https://review.openstack.org/175997
Committed: https://git.openstack.org/cgit/stackforge/puppet-keystone/commit/?id=1e4ede1730adb3df58de869afc180cb0eed88916
Submitter: Jenkins
Branch: master

commit 1e4ede1730adb3df58de869afc180cb0eed88916
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:10:58 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I2d5fc688c75c54703624797eb1829973623ef916
    Closes-bug: #1446375

Changed in puppet-nova:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (master)

Reviewed: https://review.openstack.org/176001
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=2d2e86aebda491c03a3bfd72bcac0c75725781f8
Submitter: Jenkins
Branch: master

commit 2d2e86aebda491c03a3bfd72bcac0c75725781f8
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:12:13 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: Ia4a2a1340630689ee838849ab5695f72edbb7b8a
    Closes-bug: #1446375

Changed in puppet-tuskar:
assignee: Matt Fischer (mfisch) → Sebastien Badia (sbadia)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-manila (master)

Reviewed: https://review.openstack.org/175998
Committed: https://git.openstack.org/cgit/stackforge/puppet-manila/commit/?id=6fa0931083c96e1b66e8ce3bfba84c20c850c34a
Submitter: Jenkins
Branch: master

commit 6fa0931083c96e1b66e8ce3bfba84c20c850c34a
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:11:25 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: Ia62e6acb4eab5539a6525e89d0a82081c16613f4
    Closes-bug: #1446375

Changed in puppet-manila:
status: In Progress → Fix Committed
Changed in puppet-ironic:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ironic (master)

Reviewed: https://review.openstack.org/175996
Committed: https://git.openstack.org/cgit/stackforge/puppet-ironic/commit/?id=6e07d11c7a4dc6026341f75fd9124daf9a425f5a
Submitter: Jenkins
Branch: master

commit 6e07d11c7a4dc6026341f75fd9124daf9a425f5a
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:10:21 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I5b07cb4c76af31d0ab9bd552b7aa03f720641f6e
    Closes-bug: #1446375

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (master)

Reviewed: https://review.openstack.org/176000
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=c44f30ffe295b92b65c19df938c0a0d961c2e557
Submitter: Jenkins
Branch: master

commit c44f30ffe295b92b65c19df938c0a0d961c2e557
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:11:50 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I9101be56e19e7ec508a510da5c0780c8180ea685
    Closes-bug: #1446375

Changed in puppet-neutron:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tuskar (master)

Reviewed: https://review.openstack.org/176007
Committed: https://git.openstack.org/cgit/stackforge/puppet-tuskar/commit/?id=c29c2610a3e4fb3b7078e7c4aeb618812fab1cab
Submitter: Jenkins
Branch: master

commit c29c2610a3e4fb3b7078e7c4aeb618812fab1cab
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:14:58 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I1116cb941e9e432edb6228950c2b0cb4b2790802
    Closes-bug: #1446375

Changed in puppet-tuskar:
status: In Progress → Fix Committed
Changed in puppet-openstacklib:
status: New → Fix Committed
Changed in puppet-cinder:
assignee: Emilien Macchi (emilienm) → nobody
assignee: nobody → Emilien Macchi (emilienm)
Changed in puppet-designate:
assignee: Emilien Macchi (emilienm) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-neutron (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176505

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-nova (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176507

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-heat (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176508

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-glance (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176509

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-ceilometer (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176510

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-cinder (stable/juno)

Fix proposed to branch: stable/juno
Review: https://review.openstack.org/176516

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (stable/juno)

Reviewed: https://review.openstack.org/176516
Committed: https://git.openstack.org/cgit/stackforge/puppet-cinder/commit/?id=e79ea8c834ae72c3137ab65f73d4fc0586870b84
Submitter: Jenkins
Branch: stable/juno

commit e79ea8c834ae72c3137ab65f73d4fc0586870b84
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:07:05 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Closes-bug: #1446375
    (cherry picked from commit 08be3c0df1bce50cdc2f2f85cf0d9ea1016faca9)

    Conflicts:
     manifests/db/mysql.pp

    Change-Id: I94c912cfabf2213b466f9c15f8e7bdbc1e48325e

tags: added: in-stable-juno
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (stable/juno)

Reviewed: https://review.openstack.org/176509
Committed: https://git.openstack.org/cgit/stackforge/puppet-glance/commit/?id=57685754d3e96cfaf863c9a98bf6b517e4ddb334
Submitter: Jenkins
Branch: stable/juno

commit 57685754d3e96cfaf863c9a98bf6b517e4ddb334
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:08:15 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: If85731786a061aed9cb44f016edc67f32c3db1a5
    Closes-bug: #1446375
    (cherry picked from commit 2f614cf9fd15a5348ac11eb617e63883598f0497)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ceilometer (stable/juno)

Reviewed: https://review.openstack.org/176510
Committed: https://git.openstack.org/cgit/stackforge/puppet-ceilometer/commit/?id=64d8cfb8c1637871bba8c692d0c8184b75aceba2
Submitter: Jenkins
Branch: stable/juno

commit 64d8cfb8c1637871bba8c692d0c8184b75aceba2
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:05:47 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I9fb58a749436873b60b51bb67127ae9524f944db
    Closes-bug: #1446375
    (cherry picked from commit 441fe25bfe6b3992436fef9f5691fecce08a51e1)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (stable/juno)

Reviewed: https://review.openstack.org/176505
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=d5628a9ca16140e3c08c98d56feecaf56e898f35
Submitter: Jenkins
Branch: stable/juno

commit d5628a9ca16140e3c08c98d56feecaf56e898f35
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:11:50 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I9101be56e19e7ec508a510da5c0780c8180ea685
    Closes-bug: #1446375
    (cherry picked from commit c44f30ffe295b92b65c19df938c0a0d961c2e557)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (stable/juno)

Reviewed: https://review.openstack.org/176507
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=43ad85285634f75e8faf082981416ca12c4e3ff3
Submitter: Jenkins
Branch: stable/juno

commit 43ad85285634f75e8faf082981416ca12c4e3ff3
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:12:13 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: Ia4a2a1340630689ee838849ab5695f72edbb7b8a
    Closes-bug: #1446375
    (cherry picked from commit 2d2e86aebda491c03a3bfd72bcac0c75725781f8)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-heat (stable/juno)

Reviewed: https://review.openstack.org/176508
Committed: https://git.openstack.org/cgit/stackforge/puppet-heat/commit/?id=f2d08f6c340e19ad39d257f7a82c57afe6e342cc
Submitter: Jenkins
Branch: stable/juno

commit f2d08f6c340e19ad39d257f7a82c57afe6e342cc
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:09:59 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I8037d3c1971e4b9bc965a9fd0884e1839585d071
    Closes-bug: #1446375
    (cherry picked from commit b531066283243a721fa384ba8e6ac2f61dcf76c1)

Matt Fischer (mfisch)
Changed in puppet-glance:
status: Fix Committed → Fix Released
Matt Fischer (mfisch)
Changed in puppet-cinder:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/187451

Changed in puppet-designate:
assignee: nobody → Matt Fischer (mfisch)
status: New → In Progress
Changed in puppet-designate:
assignee: Matt Fischer (mfisch) → Emilien Macchi (emilienm)
Changed in puppet-designate:
status: In Progress → Fix Committed
Mathieu Gagné (mgagne)
Changed in puppet-ceilometer:
milestone: none → 6.0.0
Changed in puppet-cinder:
milestone: none → 6.0.0
status: Fix Released → Fix Committed
Changed in puppet-glance:
status: Fix Released → Fix Committed
milestone: none → 6.0.0
Changed in puppet-heat:
milestone: none → 6.0.0
Changed in puppet-keystone:
milestone: none → 6.0.0
Changed in puppet-neutron:
milestone: none → 6.0.0
Changed in puppet-nova:
milestone: none → 6.0.0
Changed in puppet-openstacklib:
milestone: none → 6.0.0
Changed in puppet-sahara:
milestone: none → 6.0.0
Changed in puppet-trove:
milestone: none → 6.0.0
Mathieu Gagné (mgagne)
Changed in puppet-designate:
milestone: none → 6.0.0
Changed in puppet-ironic:
milestone: none → 6.0.0
Mathieu Gagné (mgagne)
Changed in puppet-keystone:
status: Fix Committed → Fix Released
Changed in puppet-glance:
status: Fix Committed → Fix Released
Changed in puppet-ironic:
status: Fix Committed → Fix Released
Changed in puppet-cinder:
status: Fix Committed → Fix Released
Changed in puppet-nova:
status: Fix Committed → Fix Released
Mathieu Gagné (mgagne)
Changed in puppet-designate:
status: Fix Committed → Fix Released
Changed in puppet-ceilometer:
status: Fix Committed → Fix Released
Changed in puppet-openstacklib:
status: Fix Committed → Fix Released
Changed in puppet-neutron:
status: Fix Committed → Fix Released
Changed in puppet-sahara:
status: Fix Committed → Fix Released
Changed in puppet-trove:
status: Fix Committed → Fix Released
Changed in puppet-heat:
status: Fix Committed → Fix Released
Mathieu Gagné (mgagne)
Changed in puppet-manila:
milestone: none → 6.0.0
status: Fix Committed → Fix Released
Changed in puppet-tuskar:
milestone: none → 6.0.0
status: Fix Committed → Fix Released
Changed in puppet-gnocchi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.