install docker selinux fails during windows contrail configuration

Bug #1803013 reported by Lajapathy Madhusudhanan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
New
Undecided
Michał Kostrzewa

Bug Description

Task install docker se-linux fails due to conflict with already existing package.

task: install docker selinux

fatal: [10.87.82.136]: FAILED! => {"changed": false, "msg": "\n\nTransaction check error:\n file /usr/bin/docker from install of docker-ce-cli-1:18.09.0-3.el7.x86_64 conflicts with file from package docker-ce-18.03.1.ce-1.el7.centos.x86_64\n file /usr/share/bash-completion/completions/docker from install of docker-ce-cli-1:18.09.0-3.el7.x86_64 conflicts with file from package docker-ce-18.03.1.ce-1.el7.centos.x86_64\n file /usr/share/fish/vendor_completions.d/docker.fish from install of docker-ce-cli-1:18.09.0-3.el7.x86_64 conflicts

playbooks/roles/docker/tasks/RedHat.yml:- name: install docker selinux
---
- name: create docker repo
  yum_repository:
    name: dockerrepo
    description: Docker Repository
    baseurl: https://download.docker.com/linux/centos/7/$basearch/stable
    gpgkey: https://download.docker.com/linux/centos/gpg
    gpgcheck: yes

- name: install docker
  yum:
    name: docker-ce-18.03.1.ce

- name: install docker selinux
  yum:
    name: docker-ce-selinux-17.03.1.ce >>>

sagarkchitnis (sagarc)
Changed in juniperopenstack:
assignee: nobody → Michał Kostrzewa (mkostrzewa)
sagarkchitnis (sagarc)
information type: Proprietary → Public
Revision history for this message
Michał Kostrzewa (mkostrzewa) wrote :

Not sure how selinux fail is related to windows

Revision history for this message
Dariusz Sosnowski (dariusz.sosnowski) wrote :

This bug was probably caused by this issue https://bugs.launchpad.net/juniperopenstack/+bug/1802380, which was unrelated to Windows.

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.