Merge pull request #367 from grim-luminal/update-ixgbevf-url

EC2: Update the URL to dowload the ixgbevf driver
This commit is contained in:
Anders Ingemann 2017-03-15 22:21:08 +01:00 committed by GitHub
commit a6200ff629

View file

@ -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))