blob: a2276ac3c35861f5f2b4f89b7e26808e5d2f9825 [file] [log] [blame]
jan kaufman0fcf1a72015-05-06 10:16:12 +02001datasource:
2 Ec2:
3 timeout: 5 # (defaults to 50 seconds)
4 max_wait: 10 # (defaults to 120 seconds)
Filip Pytlouneaedd4f2015-07-28 10:29:06 +02005 OpenStack:
6 timeout: 5 # (defaults to 50 seconds)
7 max_wait: 10 # (defaults to 120 seconds)
jan kaufman0fcf1a72015-05-06 10:16:12 +02008
9system_info:
10 # This will affect which distro class gets used
11 distro: ubuntu
jan kaufman0fcf1a72015-05-06 10:16:12 +020012 # 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/
jan kaufman0fcf1a72015-05-06 10:16:12 +020017 ssh_svcname: ssh
18
Filip Pytloun5bfc1df2015-07-13 14:36:46 +020019growpart:
20 mode: auto
21 devices: ['/']
22
23#swap:
24# filename: /swap.img
25# size: auto
26# maxsize: 1000000000