forked from zalando-stups/taupage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-userdata.yaml
55 lines (42 loc) · 939 Bytes
/
test-userdata.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#taupage-ami-config
application_id: my-http-test-app-ami
application_version: "0.1"
runtime: Docker
source: hjacobs/tiny-docker-http-test
environment:
STAGE: ami-test
SOME_BOOLEAN_ENV_VAR: false
root: false
read_only: true
keep_instance_users: true
dockercfg:
"https://hub.docker.com":
auth: foo1234
email: [email protected]
ports:
80: 8080
healthcheck:
type: elb
loadbalancer_name: foo-elb
health_check_path: /
ssh_ports:
- 22
- 2222
cloudwatch_logs:
/var/log/syslog: my-syslog-loggroup
/var/log/application.log: my-application-loggroup
volumes:
raid:
# Defines RAID0 volume with the attached devices above (note the different device names)
/dev/md/sampleraid0:
level: 1
devices:
- /dev/xvdb
- /dev/xvdc
mounts:
/some_volume:
partition: /dev/md/sampleraid0
erase_on_boot: true
filesystem: ext4
mount_certs: true
mount_var_log: true