Liberty repo-build role builds wrong pip version

Bug #1541193 reported by Bjoern
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
High
Kevin Carter
Kilo
Fix Released
High
Kevin Carter
Liberty
Fix Released
High
Kevin Carter
Trunk
Fix Released
High
Kevin Carter

Bug Description

The role repo-build does currently build pip8 rather than 7.1.2, which later breaks other requirements :

root@aio1_repo_container-3855d6e3:/var/www/repo/os-releases/12.0.5# ll |grep pip
[20:01:31] <Bjoern> lrwxrwxrwx 1 nginx www-data 54 Feb 2 21:00 pip-8.0.2-py2.py3-none-any.whl -> /var/www/repo/pools/pip/pip-8.0.2-py2.py3-none-any.whl

We probably have to change the OSA requirements.txt and limit pip to <8 for now

Changed in openstack-ansible:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Kevin Carter (kevin-carter)
milestone: none → mitaka-2
Bjoern (bjoern-t)
summary: - Liberty repo-build role build pip8
+ Liberty repo-build role builds wrong pip version
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible (master)

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

Changed in openstack-ansible:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible (liberty)

Fix proposed to branch: liberty
Review: https://review.openstack.org/275499

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible (kilo)

Fix proposed to branch: kilo
Review: https://review.openstack.org/275500

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

Reviewed: https://review.openstack.org/275498
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=4a9b7b848adf24d4b6aeca78e527633348b5c64e
Submitter: Jenkins
Branch: master

commit 4a9b7b848adf24d4b6aeca78e527633348b5c64e
Author: Kevin Carter <email address hidden>
Date: Tue Feb 2 22:20:48 2016 -0600

    Set hard requirements for pip

    This change sets the requirement for pip to be pip>7,<8.
    This is being done because the global pip wheel building
    producing a built wheel for pip8 which causing downstream
    breakage in the most current releases of master and liberty.

    Change-Id: Iddcbba94c62dc87dac6fc25efb17b99ee8ec37d6
    Closes-Bug: #1541193
    Signed-off-by: Kevin Carter <email address hidden>

Changed in openstack-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (kilo)

Reviewed: https://review.openstack.org/275500
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=d12611af606b9c6303b2aad42e8ed63d4c088518
Submitter: Jenkins
Branch: kilo

commit d12611af606b9c6303b2aad42e8ed63d4c088518
Author: Kevin Carter <email address hidden>
Date: Tue Feb 2 22:20:48 2016 -0600

    Set hard requirements for pip

    This change sets the requirement for pip to be pip>7,<8.
    This is being done because the global pip wheel building
    producing a built wheel for pip8 which causing downstream
    breakage in the most current releases of master and liberty.

    Change-Id: Iddcbba94c62dc87dac6fc25efb17b99ee8ec37d6
    Closes-Bug: #1541193
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry-picked from commit 4a9b7b848adf24d4b6aeca78e527633348b5c64e)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (liberty)

Reviewed: https://review.openstack.org/275499
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=03ded451f0d101c9809bb7bd9dc0654977da421b
Submitter: Jenkins
Branch: liberty

commit 03ded451f0d101c9809bb7bd9dc0654977da421b
Author: Kevin Carter <email address hidden>
Date: Tue Feb 2 22:20:48 2016 -0600

    Set hard requirements for pip

    This change sets the requirement for pip to be pip>7,<8.
    This is being done because the global pip wheel building
    producing a built wheel for pip8 which causing downstream
    breakage in the most current releases of master and liberty.

    Change-Id: Iddcbba94c62dc87dac6fc25efb17b99ee8ec37d6
    Closes-Bug: #1541193
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry-picked from commit 4a9b7b848adf24d4b6aeca78e527633348b5c64e)

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.11

This issue was fixed in the openstack/openstack-ansible 11.2.11 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 12.0.8

This issue was fixed in the openstack/openstack-ansible 12.0.8 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 11.2.12

This issue was fixed in the openstack/openstack-ansible 11.2.12 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 12.0.9

This issue was fixed in the openstack/openstack-ansible 12.0.9 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 13.0.0

This issue was fixed in the openstack/openstack-ansible 13.0.0 release.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote :

This issue was fixed in the openstack/openstack-ansible 13.0.0 release.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 12.0.11

This issue was fixed in the openstack/openstack-ansible 12.0.11 release.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/openstack-ansible 11.2.14

This issue was fixed in the openstack/openstack-ansible 11.2.14 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/openstack-ansible 11.2.15

This issue was fixed in the openstack/openstack-ansible 11.2.15 release.

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.