diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-10-12 16:42:35 +0200 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-11-15 15:35:15 +0100 |
commit | 9f8aff6636e0d86834178b461802f3e7cb95189d (patch) | |
tree | 3bbfec85cda9774295b5f30f8417ee36e512368d /build/f_repos/patch/fuel-web | |
parent | 38579142c683dbf26a6560d53d900111f4df4f6b (diff) |
Uplift to Fuel 10.0/Newton
Build working, automated deploy working (simple test cases only).
All plugins disabled, so is the generation of the local ISO cache.
Both need to be re-enabled after merge of this uplift.
All patches wiped, pertinent ones need to be re-enabled after the
merge of this uplift.
Change-Id: I978a3d4ed25a45a4b88a6e35693baac597b162c2
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'build/f_repos/patch/fuel-web')
-rw-r--r-- | build/f_repos/patch/fuel-web/0001-Mark-Intel-82599-10-Gigabit-NIC-as-DPDK-capable.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/build/f_repos/patch/fuel-web/0001-Mark-Intel-82599-10-Gigabit-NIC-as-DPDK-capable.patch b/build/f_repos/patch/fuel-web/0001-Mark-Intel-82599-10-Gigabit-NIC-as-DPDK-capable.patch deleted file mode 100644 index 6fa1e436c..000000000 --- a/build/f_repos/patch/fuel-web/0001-Mark-Intel-82599-10-Gigabit-NIC-as-DPDK-capable.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Fuel OPNFV <fuel@opnfv.org> -Date: Wed, 3 Aug 2016 09:41:21 +0200 -Subject: [PATCH] Mark Intel 82599 10 Gigabit NIC as DPDK capable - -This NIC is used on Ericsson POD2 but Fuel doesn't allow to activate -DPDK on it. ---- - nailgun/nailgun/fixtures/openstack.yaml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml -index 74fa509..d08a4fc 100644 ---- a/nailgun/nailgun/fixtures/openstack.yaml -+++ b/nailgun/nailgun/fixtures/openstack.yaml -@@ -2213,7 +2213,7 @@ - "15ad:07b0", "8086:15a5", "1137:0043", "1137:0071", "14e4:168a", - "14e4:16a9", "14e4:164f", "14e4:168e", "14e4:16af", "14e4:163d", - "14e4:163f", "14e4:168d", "14e4:16a1", "14e4:16a2", "14e4:16ad", -- "14e4:16ae", "14e4:163e", "14e4:16a4" -+ "14e4:16ae", "14e4:163e", "14e4:16a4", "8086:10f8" - ] - - pk: 3 - extend: *ubuntu_release |