blob: a2276ac3c35861f5f2b4f89b7e26808e5d2f9825 [file] [log] [blame]
Filip Pytloun7ae5c752016-01-15 13:48:38 +01001datasource:
2 Ec2:
3 timeout: 5 # (defaults to 50 seconds)
4 max_wait: 10 # (defaults to 120 seconds)
5 OpenStack:
6 timeout: 5 # (defaults to 50 seconds)
7 max_wait: 10 # (defaults to 120 seconds)
8
9system_info:
10 # This will affect which distro class gets used
11 distro: ubuntu
12 # Other config here will be given to the distro class and/or path classes
13 paths:
14 cloud_dir: /var/lib/cloud/
15 templates_dir: /etc/cloud/templates/
16 upstart_dir: /etc/init/
17 ssh_svcname: ssh
18
19growpart:
20 mode: auto
21 devices: ['/']
22
23#swap:
24# filename: /swap.img
25# size: auto
26# maxsize: 1000000000