Comment 9 for bug 1446293

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/6.1)

Reviewed: https://review.openstack.org/193556
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=9ae34cadd6b3728eddca44e1f3d4e71b23bcda3b
Submitter: Jenkins
Branch: stable/6.1

commit 9ae34cadd6b3728eddca44e1f3d4e71b23bcda3b
Author: Vladimir Kuklin <email address hidden>
Date: Tue Jun 23 17:35:35 2015 +0300

    Added priorities for centos extra repos

    We need to be able to download packages from
    various repositories taking into account repository
    priority. We need this for patching story.

    By default priorities are
    1) upstream 90
    2) proprietary 20
    3) DENY_RPM_DOWNGRADE=1 (default: 1), we are
       not allowed to downgrade rpm packages. In some
       cases when we need to be able to use downgraded
       versions this flag should be set to 0:
          DENY_RPM_DOWNGRADE=0

    EXTRA_RPM_REPOS is to have the following format
        "name1,url1,pri1 name2,url2,pri2"

    In case when pri is not defined it will be set to 10,
    for example:
        "name1,url1" is equal to "name1,url1,10"

    Closes-Bug: #1446293
    Change-Id: I4a26dd005852af60104c39e46384a21c39cce587