Comment 4 for bug 1270807

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

Reviewed: https://review.openstack.org/68156
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=7a0da6f69eb7e2933959e9a8160716c694f6fa94
Submitter: Jenkins
Branch: master

commit 7a0da6f69eb7e2933959e9a8160716c694f6fa94
Author: Bogdan Dobrelya <email address hidden>
Date: Tue Jan 21 17:07:01 2014 +0200

    Limit puppet-mysql module version from the top

    Since mysql::python was deprecated by 01/01/2014
    (see https://github.com/puppetlabs/puppetlabs-mysql/
    commit/c22e72a97a4665a17178f358db72c73c3a5c70db)
    all puppet modules' dependencies and spec's fixtures
    relying on puppetlabs-mysql module/repo would fail, if
    mysql::python is used as is in Fuel now, thus should be
    fixed approrpiately, i.e.:
    1) limit mysql dependencies in Modulefiles to <1.0.0
    according to their upstream versions
    (see https://bugs.launchpad.net/puppet-openstack/+bug/1271168)
    2) add "ref: 'origin/0.x'" for mysql repos in .fixtures.yml

    Closes-bug: #1270807

    Change-Id: I28a0de33b6b749eb7f0270af02c4b369a032a13e
    Signed-off-by: Bogdan Dobrelya <email address hidden>