aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_repos/patch/fuel-menu/0001-settings-OPNFV-bootstrap-Default-to-local-mirror.patch
blob: 456eea7b938914c81ec583a188229bf8aee355aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Sun, 9 Apr 2017 13:49:28 +0200
Subject: [PATCH] settings: OPNFV bootstrap: Default to local mirror

JIRA: https://jira.opnfv.org/browse/FUEL-266

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
 fuelmenu/settings.yaml | 36 +++---------------------------------
 1 file changed, 3 insertions(+), 33 deletions(-)

diff --git a/fuelmenu/settings.yaml b/fuelmenu/settings.yaml
index e93309a..aaf07cd 100644
--- a/fuelmenu/settings.yaml
+++ b/fuelmenu/settings.yaml
@@ -13,47 +13,17 @@ BOOTSTRAP:
   http_proxy: ""
   https_proxy: ""
   repos:
-  - name: "ubuntu"
-    section: "main universe multiverse"
-    uri: "http://archive.ubuntu.com/ubuntu"
+  - name: "ubuntu-local"
+    section: "main"
+    uri: "http://127.0.0.1:8080/mirrors/ubuntu"
     priority: null
     suite: "${codename}"
     type: "deb"
-  - name: "ubuntu-updates"
-    section: "main universe multiverse"
-    uri: "http://archive.ubuntu.com/ubuntu"
-    priority: null
-    suite: "${codename}-updates"
-    type: "deb"
-  - name: "ubuntu-security"
-    section: "main universe multiverse"
-    uri: "http://archive.ubuntu.com/ubuntu"
-    priority: null
-    suite: "${codename}-security"
-    type: "deb"
   - name: "mos"
     section: "main restricted"
     uri: "http://127.0.0.1:8080/ubuntu/x86_64"
     priority: 1050
     suite: "mos${mos_version}"
     type: "deb"
-  - name: "mos-updates"
-    section: "main restricted"
-    uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/${mos_version}"
-    priority: 1050
-    suite: "mos${mos_version}-updates"
-    type: "deb"
-  - name: "mos-security"
-    section: "main restricted"
-    uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/${mos_version}"
-    priority: 1050
-    suite: "mos${mos_version}-security"
-    type: "deb"
-  - name: "mos-holdback"
-    section: "main restricted"
-    uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/${mos_version}"
-    priority: 1100
-    suite: "mos${mos_version}-holdback"
-    type: "deb"
 PRODUCTION: docker
 FEATURE_GROUPS: []