From 81e7f678d54aeaaa100b0f21eeb44aff0af8ff4d Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 3 May 2017 12:44:34 +0000 Subject: Select the fastest mirror of repos https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved. JIRA: FUEL-261 Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793 Signed-off-by: Michael Polenchuk (cherry picked from commit b6ba4fbf280da3a9c03ddfc58e47b52a9c266310) --- deploy/config/dea_base.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 5f472b6df..8450c20f4 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -733,19 +733,19 @@ settings: section: main universe multiverse suite: xenial type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-updates priority: null section: main universe multiverse suite: xenial-updates type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-security priority: null section: main universe multiverse suite: xenial-security type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: mos priority: 1050 section: main restricted -- cgit 1.2.3-korg