summaryrefslogtreecommitdiffstats
path: root/type/cntt/software
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2019-11-04 21:14:33 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2019-11-04 21:17:21 +0530
commit0bc475ad56588ca34407d495032ae27e4208babe (patch)
tree09765b709ad2ca7c19afc5882ff318f1758f8d47 /type/cntt/software
parent799182f0c40730e41253dc5c861857d219291c3b (diff)
Site-Intel-Pod10: IXGBE Driver Install.
This patch adds support to install ixgbe driver as part of bootactions 1. Script similar to i40e is added in type/cntt/scripts 2. Versions.yaml is updated with url to download ixgbe driver. 3. New bootaction as part of pod-10 is created. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Id6d759390b832f23a0dbdaf172c4a25f650ce7e6
Diffstat (limited to 'type/cntt/software')
-rw-r--r--type/cntt/software/config/versions.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/type/cntt/software/config/versions.yaml b/type/cntt/software/config/versions.yaml
index c6a0839..887aa64 100644
--- a/type/cntt/software/config/versions.yaml
+++ b/type/cntt/software/config/versions.yaml
@@ -18,5 +18,8 @@ data:
i40e_driver:
type: tar
location: https://sourceforge.net/projects/e1000/files/i40e%20stable/2.9.21/i40e-2.9.21.tar.gz
+ ixgbe_driver:
+ type: tar
+ location: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.6.3/ixgbe-5.6.3.tar.gz
...