diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-02 12:40:16 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-02 12:40:16 +0400 |
commit | fc94d23c7780bab8d14ecf7f04603c2c1d4aa7d3 (patch) | |
tree | a6f851dec8b1ee0dcc42d48c76f9448413b2cbc9 | |
parent | 5765c5a1b1459c815c2b871b00c36f8fcc75095d (diff) |
Select the fastest mirror of repos
apt-get supports a "mirror" method that will automatically
select a closest mirror based on geographical location.
Change-Id: I15d345de759e616a705abcdec3588ea4b9409d0a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rw-r--r-- | deploy/config/dea_base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 194df7b0d..5620bd47e 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -731,19 +731,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 |