From ea902ecc5b24549daebbcc99a491f8e92fec4f47 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 2 Feb 2017 11:49:14 +0100 Subject: f_repobuild: Temporary: Use public mirrors in CI Offline mirrors need a second look before they can be used alone, i.e. without the public mirrors. Until we sort out all offline mirror issues, add public ones too. JIRA: FUEL-250 Change-Id: I18700f10b6fa49b541ad7bda085bc7a64f80d992 Signed-off-by: Alexandru Avadanii --- deploy/config/dea_base.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'deploy') diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 2520cf580..194df7b0d 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -726,6 +726,24 @@ settings: suite: xenial type: deb uri: http://10.20.0.2:8080/mirrors/ubuntu/ + - name: ubuntu-main + priority: null + section: main universe multiverse + suite: xenial + type: deb + uri: http://archive.ubuntu.com/ubuntu/ + - name: ubuntu-updates + priority: null + section: main universe multiverse + suite: xenial-updates + type: deb + uri: http://archive.ubuntu.com/ubuntu/ + - name: ubuntu-security + priority: null + section: main universe multiverse + suite: xenial-security + type: deb + uri: http://archive.ubuntu.com/ubuntu/ - name: mos priority: 1050 section: main restricted -- cgit 1.2.3-korg