pip: command not found

Bug #1716605 reported by Olof Nilsson
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla-kubernetes
In Progress
Undecided
Olof Nilsson

Bug Description

When following the Bare Metal Deployment Guide for kolla-kubernetes to the letter,
the command "sudo pip install -U kolla-ansible/ kolla-kubernetes/" fails with "pip: command not found"

The happens when attempting to install the packages "epel-release" and "python-pip" at the same time, a few steps earlier, resulting in the installation of epel-release but not python-pip.

The solution to this is to install epel-release first to enable the extra packages, and then installing the rest of the packages, including python-pip.

Suggested solution:
Update documentation and split the previous one-line into two commands:
$ sudo yum install -y epel-release
$ sudo yum install -y ansible python-pip python-devel

Olof Nilsson (ufflo)
Changed in kolla-kubernetes:
assignee: nobody → Olof Nilsson (ufflo)
summary: - python-pip missing on CentOS bare metal install
+ python-pip unavailable before installing epel-release
summary: - python-pip unavailable before installing epel-release
+ pip: command not found
Olof Nilsson (ufflo)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-kubernetes (master)

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

Changed in kolla-kubernetes:
status: New → In Progress
Revision history for this message
Alvaro Aleman (alvaroaleman) wrote :

Any particular reason the patch for this didn't get merged yet?

Revision history for this message
Olof Nilsson (ufflo) wrote :

My guess is that the patch has not caught the attention of relevant persons yet.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-kubernetes (master)

Change abandoned by Jeffrey Zhang (jeffrey.zhang@99cloud.net) on branch: master
Review: https://review.openstack.org/502960

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.