Project

Profile

Help

Issue #3891

closed

Pulp CI fails installing pulp when docker is installed in the environment

Added by ragbalak over 5 years ago. Updated about 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

The pulp-ci which installs pulp in a remote environment fails to install when docker is installed in the environment.

This was tested with pulp 2.17

Steps to reproduce

  • Install docker in a f27 VM

     dnf install docker -y
    
  • Run the pulp-ci that installs pulp in the remote

    ansible-playbook ci/ansible/pulp_server.yaml --inventory root@hostname, -e pulp_build=nightly -e pulp_version="'2.17'" 
    
  • During installation, the install OS tree task failed thereby terminating the ci installer

Root Cause :
Docker installs a dependency: subscription-manager-rhsm-certificates-1.21.x which obsoletes python-rhsm-certificates that causes a dependency problem for os tree installation.

This issue happens only when docker is pre installed. It doesn't happen in the reverse situation ( install docker after pulp installation). This was found when trying the nodepool migration for docker-np images and running pulp installer on top of that.

The whole stack trace is attached with this issue.


Files

traceback_ostree_failure.txt (2.97 KB) traceback_ostree_failure.txt ragbalak, 07/31/2018 05:57 PM
Actions #1

Updated by ragbalak over 5 years ago

  • Description updated (diff)
Actions #2

Updated by ragbalak over 5 years ago

  • Description updated (diff)
Actions #3

Updated by ragbalak over 5 years ago

  • Description updated (diff)
Actions #4

Updated by ragbalak over 5 years ago

  • Description updated (diff)
Actions #5

Updated by CodeHeeler over 5 years ago

  • Triaged changed from No to Yes
Actions #6

Updated by bmbouter about 5 years ago

  • Status changed from NEW to CLOSED - WONTFIX
Actions #7

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF