forked from segmentio/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpacker.yml
More file actions
37 lines (33 loc) · 1.07 KB
/
packer.yml
File metadata and controls
37 lines (33 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
# Latest xenial 16.04 LTS amd64 hvm:ebs-ssd Releases
# us-gov-west-1 20170619.1 ami-939412f2
# us-east-2 20170619.1 ami-8b92b4ee
# sa-east-1 20170619.1 ami-34afc458
# eu-central-1 20170619.1 ami-1c45e273
# us-west-1 20170619.1 ami-73f7da13
# us-west-2 20170619.1 ami-835b4efa
# ap-northeast-2 20170619.1 ami-94d20dfa
# ca-central-1 20170619.1 ami-7ed56a1a
# eu-west-2 20170619.1 ami-cc7066a8
# ap-southeast-1 20170619.1 ami-2378f540
# eu-west-1 20170619.1 ami-6d48500b
# ap-southeast-2 20170619.1 ami-e94e5e8a
# ap-northeast-1 20170619.1 ami-785c491f
# us-east-1 20170619.1 ami-d15a75c7
# ap-south-1 20170619.1 ami-49e59a26
# cn-north-1 20170303 ami-a163b4cc
# https://www.packer.io/docs/builders/amazon-ebs.html
ami:
source_ami: ami-d15a75c7
region: us-east-1
instance_type: c4.2xlarge
ssh_username: ubuntu
ssh_timeout: 10m
enhanced_networking: True
associate_public_ip_address: True
scripts:
- base.sh
- ixgbevf.sh
- bootstrap.sh
- docker.sh
execute: "echo ubuntu | {{ .Vars }} sudo -E -S sh '{{ .Path }}'"