From 0664bdd2ac16e0b3bc52f14d100de0115810c252 Mon Sep 17 00:00:00 2001 From: James Bromberger Date: Thu, 3 Nov 2016 05:32:11 +0000 Subject: [PATCH] Get new SR IOV network driver. Update official manifest to generate tags on AMIs. --- bootstrapvz/providers/ec2/tasks/network.py | 4 ++-- manifests/official/ec2/ebs-jessie-amd64-hvm.yml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bootstrapvz/providers/ec2/tasks/network.py b/bootstrapvz/providers/ec2/tasks/network.py index e32eafd..caef4c2 100644 --- a/bootstrapvz/providers/ec2/tasks/network.py +++ b/bootstrapvz/providers/ec2/tasks/network.py @@ -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)) diff --git a/manifests/official/ec2/ebs-jessie-amd64-hvm.yml b/manifests/official/ec2/ebs-jessie-amd64-hvm.yml index 369d3ca..8846a7c 100644 --- a/manifests/official/ec2/ebs-jessie-amd64-hvm.yml +++ b/manifests/official/ec2/ebs-jessie-amd64-hvm.yml @@ -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