Skip to content

Commit fb8b69e

Browse files
committed
jenkins: Update packer ENA handling
Signed-off-by: Brian Barrett <[email protected]>
1 parent 6d11d17 commit fb8b69e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

jenkins/packer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"ssh_pty" : true,
1616
"ami_name": "Jenkins Amazon Linux 17.03 {{user `build_date`}}",
1717
"associate_public_ip_address" : true,
18-
"enhanced_networking" : true,
18+
"sriov_support" : true,
19+
"ena_support" : true,
1920
"iam_instance_profile" : "{{user `iam_role`}}"
2021
},{
2122
"type": "amazon-ebs",
@@ -27,7 +28,8 @@
2728
"ssh_pty" : true,
2829
"ami_name": "Jenkins Ubuntu 16.04 {{user `build_date`}}",
2930
"associate_public_ip_address" : true,
30-
"enhanced_networking" : true,
31+
"sriov_support" : true,
32+
"ena_support" : true,
3133
"iam_instance_profile" : "{{user `iam_role`}}"
3234
},{
3335
"type": "amazon-ebs",
@@ -39,7 +41,8 @@
3941
"ssh_pty" : true,
4042
"ami_name": "Jenkins RHEL 7.3 {{user `build_date`}}",
4143
"associate_public_ip_address" : true,
42-
"enhanced_networking" : true,
44+
"sriov_support" : true,
45+
"ena_support" : true,
4346
"iam_instance_profile" : "{{user `iam_role`}}"
4447
},{
4548
"type": "amazon-ebs",
@@ -51,7 +54,8 @@
5154
"ssh_pty" : true,
5255
"ami_name": "Jenkins SLES 12sp2 {{user `build_date`}}",
5356
"associate_public_ip_address" : true,
54-
"enhanced_networking" : true,
57+
"sriov_support" : true,
58+
"ena_support" : true,
5559
"iam_instance_profile" : "{{user `iam_role`}}"
5660
},{
5761
"type": "amazon-ebs",
@@ -64,7 +68,8 @@
6468
"ssh_timeout" : "10m",
6569
"ami_name": "Jenkins FreeBSD 11 {{user `build_date`}}",
6670
"associate_public_ip_address" : true,
67-
"enhanced_networking" : true,
71+
"sriov_support" : true,
72+
"ena_support" : true,
6873
"iam_instance_profile" : "{{user `iam_role`}}"
6974
}],
7075
"provisioners": [{

0 commit comments

Comments
 (0)