Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #422 from CMeza99/fix-intel-url
Browse files Browse the repository at this point in the history
update intel ixgbevf url
  • Loading branch information
andsens authored Dec 20, 2017
2 parents 105ff17 + c1d9f5d commit b5a1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapvz/providers/ec2/tasks/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run(cls, info):
from bootstrapvz.common.releases import stretch
if info.manifest.release >= stretch:
version = '4.2.1'
drivers_url = 'https://downloadmirror.intel.com/18700/eng/ixgbevf-4.2.1.tar.gz'
drivers_url = 'https://downloadmirror.intel.com/27160/eng/ixgbevf-4.2.1.tar.gz'
else:
version = '3.2.2'
drivers_url = 'https://downloadmirror.intel.com/26561/eng/ixgbevf-3.2.2.tar.gz'
Expand Down

0 comments on commit b5a1534

Please sign in to comment.