From c6d3d915f37a0aa7e716a4a6e734cfb41c176c02 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 11 Feb 2022 21:00:31 +0200 Subject: [PATCH] Drop linuxcontainers hardcode for CI We don't talk to linuxcontainers anymore so this is not needed. Change-Id: Ice6f582087ed970c0b1f3b514509bd4f31801b7c --- .../roles/bootstrap-host/tasks/prepare_aio_config.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml index 3f6be2f1d1..9b8a1ac241 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml @@ -99,17 +99,6 @@ when: - cache_timeout is not defined - # This is a very dirty hack due to images.linuxcontainers.org - # constantly failing to resolve in openstack-infra. - - name: Implement hard-coded hosts entries for consistently failing name - lineinfile: - path: "/etc/hosts" - line: "{{ item }}" - state: present - with_items: - - "91.189.91.21 images.linuxcontainers.org us.images.linuxcontainers.org" - - "91.189.88.37 images.linuxcontainers.org uk.images.linuxcontainers.org" - # NOTE(mhayden): The OpenStack CI images for CentOS recently set SELinux to # Enforcing mode by default. While I am normally a supporter of this change, # the SELinux policy work for CentOS is not done yet.