|
15 | 15 | "ssh_pty" : true, |
16 | 16 | "ami_name": "Jenkins Amazon Linux 17.03 {{user `build_date`}}", |
17 | 17 | "associate_public_ip_address" : true, |
18 | | - "enhanced_networking" : true, |
| 18 | + "sriov_support" : true, |
| 19 | + "ena_support" : true, |
19 | 20 | "iam_instance_profile" : "{{user `iam_role`}}" |
20 | 21 | },{ |
21 | 22 | "type": "amazon-ebs", |
|
27 | 28 | "ssh_pty" : true, |
28 | 29 | "ami_name": "Jenkins Ubuntu 16.04 {{user `build_date`}}", |
29 | 30 | "associate_public_ip_address" : true, |
30 | | - "enhanced_networking" : true, |
| 31 | + "sriov_support" : true, |
| 32 | + "ena_support" : true, |
31 | 33 | "iam_instance_profile" : "{{user `iam_role`}}" |
32 | 34 | },{ |
33 | 35 | "type": "amazon-ebs", |
|
39 | 41 | "ssh_pty" : true, |
40 | 42 | "ami_name": "Jenkins RHEL 7.3 {{user `build_date`}}", |
41 | 43 | "associate_public_ip_address" : true, |
42 | | - "enhanced_networking" : true, |
| 44 | + "sriov_support" : true, |
| 45 | + "ena_support" : true, |
43 | 46 | "iam_instance_profile" : "{{user `iam_role`}}" |
44 | 47 | },{ |
45 | 48 | "type": "amazon-ebs", |
|
51 | 54 | "ssh_pty" : true, |
52 | 55 | "ami_name": "Jenkins SLES 12sp2 {{user `build_date`}}", |
53 | 56 | "associate_public_ip_address" : true, |
54 | | - "enhanced_networking" : true, |
| 57 | + "sriov_support" : true, |
| 58 | + "ena_support" : true, |
55 | 59 | "iam_instance_profile" : "{{user `iam_role`}}" |
56 | 60 | },{ |
57 | 61 | "type": "amazon-ebs", |
|
64 | 68 | "ssh_timeout" : "10m", |
65 | 69 | "ami_name": "Jenkins FreeBSD 11 {{user `build_date`}}", |
66 | 70 | "associate_public_ip_address" : true, |
67 | | - "enhanced_networking" : true, |
| 71 | + "sriov_support" : true, |
| 72 | + "ena_support" : true, |
68 | 73 | "iam_instance_profile" : "{{user `iam_role`}}" |
69 | 74 | }], |
70 | 75 | "provisioners": [{ |
|
0 commit comments