aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-04-08 14:56:46 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-04-08 14:56:46 +0000
commit0ac82e2ea90f31910c241bb9c906540c254ff4ee (patch)
tree7b7922dd82d8c8394b6d039e1a8b8289d8523bce
parent6e1911ae364987f08b628658f9b3c72cc2ee68d0 (diff)
parenta243edde9c34f38dff717d8f6997825e74a61252 (diff)
Merge "FIXME: Add udev package to local mirror."
-rw-r--r--patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch17
1 files changed, 14 insertions, 3 deletions
diff --git a/patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch b/patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch
index 2f002308..441e990c 100644
--- a/patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch
+++ b/patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch
@@ -10,12 +10,15 @@ list them as dependencies (not patched for cross-debootstrap).
FIXME: Will building/patching fuel-agent using OPNFV mechanism solve
missing deps from local mirror too?
+
+FIXME: Remove udev package from this patch when Ubuntu Trusty on arm64
+fixes persistent device names in the udev it ships out of the box.
---
- contrib/fuel_mirror/data/ubuntu.yaml | 2 ++
- 1 file changed, 2 insertions(+)
+ contrib/fuel_mirror/data/ubuntu.yaml | 3 +++
+ 1 file changed, 3 insertions(+)
diff --git a/contrib/fuel_mirror/data/ubuntu.yaml b/contrib/fuel_mirror/data/ubuntu.yaml
-index 7bc0c4b..65026ed 100644
+index 7bc0c4b..4509a9a 100644
--- a/contrib/fuel_mirror/data/ubuntu.yaml
+++ b/contrib/fuel_mirror/data/ubuntu.yaml
@@ -77,6 +77,7 @@ packages: &packages
@@ -34,3 +37,11 @@ index 7bc0c4b..65026ed 100644
- "rsyslog-gnutls"
- "rsyslog-relp"
- "screen"
+@@ -124,6 +126,7 @@ packages: &packages
+ - "tmux"
+ - "traceroute"
+ - "ubuntu-standard"
++ - "udev"
+ - "vim"
+ - "virt-what"
+ - "xinetd"