CentOS repository contains ruby conflicts - unable to run yum update plainly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Critical
|
Artem Silenkov | ||
5.0.x |
Won't Fix
|
High
|
Fuel Library (Deprecated) | ||
5.1.x |
Won't Fix
|
High
|
Fuel Library (Deprecated) | ||
6.0.x |
Won't Fix
|
High
|
Fuel Library (Deprecated) | ||
6.1.x |
Fix Released
|
Critical
|
Artem Silenkov |
Bug Description
How to reproduce
Run:
ssh node-X
yum upgrade
you will see
--> Finished Dependency Resolution
Error: Package: ruby-augeas-
Not found
Error: Package: rubygem-
That issue makes almost impossible of package management on CentOs environments
Changed in fuel: | |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Fuel Library Team (fuel-library) |
tags: | added: release-notes |
Changed in fuel: | |
status: | Confirmed → Won't Fix |
status: | Won't Fix → Triaged |
milestone: | 6.0 → 6.1 |
tags: | added: release-notes-done |
this is expected behaviour. if you want to do update, just exclude ruby from the update command
yum update --exclude=ruby*