mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
EC2: Update the URL to dowload the ixgbevf driver
The URL for the ixgbevf driver is currently returning a 404. Updating to the new mirror URL gets EC2 builds with enhanced networking support working again.
This commit is contained in:
parent
dd67184466
commit
c87aa22069
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class InstallEnhancedNetworking(Task):
|
|||
@classmethod
|
||||
def run(cls, info):
|
||||
version = '3.2.2'
|
||||
drivers_url = 'https://downloadmirror.intel.com/18700/eng/ixgbevf-3.2.2.tar.gz'
|
||||
drivers_url = 'https://downloadmirror.intel.com/26561/eng/ixgbevf-3.2.2.tar.gz'
|
||||
# Sadly the first number in the URL changes:
|
||||
# 2.16.1 => https://downloadmirror.intel.com/25464/eng/ixgbevf-2.16.1.tar.gz
|
||||
archive = os.path.join(info.root, 'tmp', 'ixgbevf-%s.tar.gz' % (version))
|
||||
|
|
Loading…
Add table
Reference in a new issue