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