When removing older image packages, the post scriptlets sometimes incorrectly updated the symlinks for image packages.
The scriptlets have been updated to call a script that can be used to fix the symlinks.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:2573
Description of problem: FFU: post undercloud upgrade /usr/share/rhosp-director-images/{overcloud-full.tar,ironic-python-agent.tar} symlinks point to inexistent files (undercloud) [stack@undercloud-0 ~]$ ls -l /usr/share/rhosp-director-images/{overcloud-full.tar,ironic-python-agent.tar} lrwxrwxrwx. 1 root root 79 Apr 3 13:35 /usr/share/rhosp-director-images/ironic-python-agent.tar -> /usr/share/rhosp-director-images/ironic-python-agent-13.0-20180328.1.el7ost.tar lrwxrwxrwx. 1 root root 74 Apr 3 13:35 /usr/share/rhosp-director-images/overcloud-full.tar -> /usr/share/rhosp-director-images/overcloud-full-13.0-20180328.1.el7ost.tar (undercloud) [stack@undercloud-0 ~]$ ls /usr/share/rhosp-director-images/ironic-python-agent-13.0-20180328.1.el7ost.tar ls: cannot access /usr/share/rhosp-director-images/ironic-python-agent-13.0-20180328.1.el7ost.tar: No such file or directory (undercloud) [stack@undercloud-0 ~]$ ls /usr/share/rhosp-director-images/overcloud-full-13.0-20180328.1.el7ost.tar ls: cannot access /usr/share/rhosp-director-images/overcloud-full-13.0-20180328.1.el7ost.tar: No such file or directory The correct files location is: (undercloud) [stack@undercloud-0 ~]$ ls /usr/share/rhosp-director-images/ironic-python-agent-13.0-20180328.1.el7ost.x86_64.tar /usr/share/rhosp-director-images/ironic-python-agent-13.0-20180328.1.el7ost.x86_64.tar (undercloud) [stack@undercloud-0 ~]$ ls /usr/share/rhosp-director-images/overcloud-full-13.0-20180328.1.el7ost.x86_64.tar /usr/share/rhosp-director-images/overcloud-full-13.0-20180328.1.el7ost.x86_64.tar Version-Release number of selected component (if applicable): (undercloud) [stack@undercloud-0 ~]$ rpm -q rhosp-director-images rhosp-director-images-11.0-20180402.1.el7ost.noarch rhosp-director-images-12.0-20180402.1.el7ost.noarch rhosp-director-images-13.0-20180328.1.el7ost.noarch