blob: 2f1b85c3cecf34ccc1a2f040674135f44d6687f8 [file] [log] [blame]
Filip Pytloun14b75ab2016-03-17 19:32:10 +01001datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ]
jan kaufman0fcf1a72015-05-06 10:16:12 +02002datasource:
3 Ec2:
4 timeout: 5 # (defaults to 50 seconds)
5 max_wait: 10 # (defaults to 120 seconds)
Filip Pytlouneaedd4f2015-07-28 10:29:06 +02006 OpenStack:
7 timeout: 5 # (defaults to 50 seconds)
8 max_wait: 10 # (defaults to 120 seconds)
Filip Pytloun14b75ab2016-03-17 19:32:10 +01009 MAAS:
10 timeout: 5 # (defaults to 50 seconds)
11 max_wait: 10 # (defaults to 120 seconds)
jan kaufman0fcf1a72015-05-06 10:16:12 +020012
13system_info:
14 # This will affect which distro class gets used
15 distro: ubuntu
jan kaufman0fcf1a72015-05-06 10:16:12 +020016 # Other config here will be given to the distro class and/or path classes
17 paths:
18 cloud_dir: /var/lib/cloud/
19 templates_dir: /etc/cloud/templates/
20 upstart_dir: /etc/init/
jan kaufman0fcf1a72015-05-06 10:16:12 +020021 ssh_svcname: ssh
22
Filip Pytloun5bfc1df2015-07-13 14:36:46 +020023growpart:
24 mode: auto
25 devices: ['/']
26
27#swap:
28# filename: /swap.img
29# size: auto
30# maxsize: 1000000000