From ad8666f5a0ddb1714c10ef91db71f5eb23698881 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 26 Feb 2018 07:37:55 +0000 Subject: [PATCH] Revert "Seem there are some wrong in infra ubuntu repo" This reverts commit 7b562990b5b717bb83d56673b368de9b355bb315. Change-Id: Id5f0e9532a7714a18125832d4f38bbe7bb849c84 --- tests/templates/template_overrides.j2 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/templates/template_overrides.j2 b/tests/templates/template_overrides.j2 index 987af5da37..9bc50fd0c7 100644 --- a/tests/templates/template_overrides.j2 +++ b/tests/templates/template_overrides.j2 @@ -63,11 +63,10 @@ RUN sed -i -e "/^mirrorlist/d" \ {% elif base_distro == "ubuntu" %} {% endraw %} -# TODO(jeffrey4l): seem the current infra repo has some issue, revert this when it is OK. -#RUN sed -i -e "s|http://archive.ubuntu.com|http://{{ nodepool_mirror_host }}|" \ -# -e "s|http://ubuntu-cloud.archive.canonical.com/ubuntu|http://{{ nodepool_mirror_host }}/ubuntu-cloud-archive|" \ -# /etc/apt/sources.list \ -# && apt-get update +RUN sed -i -e "s|http://archive.ubuntu.com|http://{{ nodepool_mirror_host }}|" \ + -e "s|http://ubuntu-cloud.archive.canonical.com/ubuntu|http://{{ nodepool_mirror_host }}/ubuntu-cloud-archive|" \ + /etc/apt/sources.list \ + && apt-get update {% raw %} {% endif %}