[bifrost] Drop workarounds

These are no longer required but block other cleanups.

Change-Id: I13bc63447da878890730e9458b48267a8530d5af
This commit is contained in:
Radosław Piliszek 2021-10-02 15:06:40 +00:00
parent c729bc21e8
commit c4d227cddc
1 changed files with 0 additions and 9 deletions

View File

@ -31,15 +31,6 @@ RUN ln -s bifrost-base-source/* bifrost \
WORKDIR /bifrost
{% if base_package_type == 'rpm' %}
{# Remove updated RabbitMQ packages since these are not supported by Bifrost yet. #}
RUN rm -f /etc/yum.repos.d/rabbitmq_rabbitmq-server.repo \
&& dnf clean all && rm -rf /var/dnf/cache
{% elif base_package_type == 'deb' %}
RUN sed -e "s/.*mariadb.*//Ig" -e "s/.*rabbitmq.*//Ig" -i /etc/apt/sources.list \
&& apt-get purge -y mariadb* mysql*
{% endif %}
{# ANSIBLE_GATHER_TIMEOUT is a workaround for https://github.com/ansible/ansible/issues/43884 #}
ENV ANSIBLE_GATHER_TIMEOUT=30