blob: a617c809b718a0920fc16c34090628b7d88a6e51 (
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
67
68
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
: Copyright (c) 2017 Enea AB and others.
:
: All rights reserved. This program and the accompanying materials
: are made available under the terms of the Apache License, Version 2.0
: which accompanies this distribution, and is available at
: http://www.apache.org/licenses/LICENSE-2.0
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Thu, 23 Mar 2017 01:40:45 +0100
Subject: [PATCH] nailgun: Openstack release: Pin kernel to 4.8.0-9944
Since newer kernels have issues with AAVMF + vhost_net,
we need to also temporarily blacklist vhost_net.
NOTE: This change also adds linux-image-extra packages to both x86_64
and AArch64 target image(s).
TODO: Remove vhost_net blacklist (later).
JIRA: https://jira.opnfv.org/browse/ARMBAND-161
JIRA: https://jira.opnfv.org/browse/ARMBAND-171
JIRA: https://jira.opnfv.org/browse/ARMBAND-227
JIRA: https://jira.opnfv.org/browse/ARMBAND-230
JIRA: https://jira.opnfv.org/browse/ARMBAND-239
JIRA: https://jira.opnfv.org/browse/ARMBAND-244
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
nailgun/nailgun/fixtures/openstack.yaml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml
index 5712006..d404168 100644
--- a/nailgun/nailgun/fixtures/openstack.yaml
+++ b/nailgun/nailgun/fixtures/openstack.yaml
@@ -2164,8 +2164,9 @@
grub-pc
hwloc
linux-firmware
- linux-headers-generic-lts-xenial
- linux-image-generic-lts-xenial
+ linux-headers-4.8.0-9944-generic
+ linux-image-4.8.0-9944-generic
+ linux-image-extra-4.8.0-9944-generic
lvm2
mcollective
mdadm
@@ -2492,6 +2493,7 @@
value: |
acl
anacron
+ armband-vhost-net-blacklist
bash-completion
bridge-utils
bsdmainutils
@@ -2504,8 +2506,9 @@
grub-efi-arm64
hwloc
linux-firmware
- linux-headers-generic-lts-xenial
- linux-image-generic-lts-xenial
+ linux-headers-4.8.0-9944-generic
+ linux-image-4.8.0-9944-generic
+ linux-image-extra-4.8.0-9944-generic
lvm2
mcollective
mdadm
|