mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Get new SR IOV network driver. Update official manifest to generate tags on AMIs.
This commit is contained in:
parent
5250f82332
commit
0664bdd2ac
2 changed files with 6 additions and 3 deletions
|
@ -87,8 +87,8 @@ class InstallEnhancedNetworking(Task):
|
|||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
version = '2.16.4'
|
||||
drivers_url = 'https://downloadmirror.intel.com/25723/eng/ixgbevf-2.16.4.tar.gz'
|
||||
version = '3.2.2'
|
||||
drivers_url = 'https://downloadmirror.intel.com/18700/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))
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}-ebs
|
||||
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}-{%H}{%M}-ebs
|
||||
tags:
|
||||
Name: "Jessie 8.6+1"
|
||||
Debian: "8.6+{%Y}{%m}{%d}"
|
||||
provider:
|
||||
name: ec2
|
||||
virtualization: hvm
|
||||
|
|
Loading…
Add table
Reference in a new issue