Revert "[GATE UNBLOCK] Purge/reinstall broken package from the xenial base image"

This reverts commit d775ca665b.

Change-Id: I077265ecff3bbef2fb3afbb1f0efc819eb9dccb0
This commit is contained in:
Kevin Carter (cloudnull) 2016-08-25 00:50:37 +00:00
parent d775ca665b
commit a4b2802bdf

View File

@ -59,14 +59,6 @@ lxc_cache_map:
apt-get update
apt-get install -y {{ lxc_cache_install_debconf }} {{ lxc_cache_packages | join(' ') }}
apt-get upgrade -y {{ lxc_cache_install_debconf }}
#### WORKAROUND REMOVE LATER ####
# PURGE packages that need to be potentially downgraded
# * The "libssl1.0.0" package is using a version that is not found on the mirror which is blocking
# the installation of libssl-dev due to a dep conflict. To correct this issue the ahead package
# is removed and then reinstalled to force a downgrade.
dpkg --force-all -P libssl1.0.0
apt-get install -y {{ lxc_cache_install_debconf }} --reinstall libssl1.0.0
#### WORKAROUND REMOVE LATER ####
rm -f /usr/bin/python
ln -s /usr/bin/python2.7 /usr/bin/python
mkdir -p /root/.ssh