From db2aad7b714ea5cc7e66adaa9b9e585d21106499 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 16 Nov 2016 20:47:58 +0100 Subject: armband deploy: switch to local Ubuntu/MOS mirrors Since we now enabled local (multiarch) mirrors for Ubuntu, we should make the automatic deploy benefit from them, and not rely on public internet mirros at all. FIXME: completely remove repo overrides and let dea_base set these approapiately, after the packetary mirror rework is merged in Fuel@OPNFV (FUEL-223). JIRA: ARMBAND-35 JIRA: FUEL-218 JIRA: FUEL-223 Change-Id: I424fff2ec89b38a6e3a911a6287add34c64633c9 Signed-off-by: Alexandru Avadanii (cherry picked from commit 26c26dc9e51d722325d1ca6f76678bb1531213d3) --- labs/arm/pod1/fuel/config/dea-pod-override.yaml | 34 ++----------------------- 1 file changed, 2 insertions(+), 32 deletions(-) (limited to 'labs/arm/pod1') diff --git a/labs/arm/pod1/fuel/config/dea-pod-override.yaml b/labs/arm/pod1/fuel/config/dea-pod-override.yaml index 6348d6a..91a82a4 100644 --- a/labs/arm/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod1/fuel/config/dea-pod-override.yaml @@ -218,46 +218,16 @@ settings: value: - name: ubuntu priority: null - section: main universe multiverse + section: main suite: trusty type: deb - uri: http://ports.ubuntu.com/ - - name: ubuntu-updates - priority: null - section: main universe multiverse - suite: trusty-updates - type: deb - uri: http://ports.ubuntu.com/ - - name: ubuntu-security - priority: null - section: main universe multiverse - suite: trusty-security - type: deb - uri: http://ports.ubuntu.com/ + uri: http://10.20.0.2:8080/mirrors/ubuntu/ - name: mos priority: 1050 section: main restricted suite: mos9.0 type: deb uri: http://10.20.0.2:8080/mitaka-9.0/ubuntu/x86_64 - - name: mos-updates - priority: 1050 - section: main restricted - suite: mos9.0-updates - type: deb - uri: http://linux.enea.com/mos-repos/ubuntu/9.0 - - name: mos-security - priority: 1050 - section: main restricted - suite: mos9.0-security - type: deb - uri: http://linux.enea.com/mos-repos/ubuntu/9.0 - - name: mos-holdback - priority: 1100 - section: main restricted - suite: mos9.0-holdback - type: deb - uri: http://linux.enea.com/mos-repos/ubuntu/9.0 - name: Auxiliary priority: 1150 section: main restricted -- cgit 1.2.3-korg