blob: 7fbc1c8f0533d634b43d2ef2b85b101f506f3227 [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)
azvyagintseve1b236a2018-07-13 16:59:49 +03006 strict_id: false
Filip Pytlouneaedd4f2015-07-28 10:29:06 +02007 OpenStack:
8 timeout: 5 # (defaults to 50 seconds)
9 max_wait: 10 # (defaults to 120 seconds)
Filip Pytloun14b75ab2016-03-17 19:32:10 +010010 MAAS:
11 timeout: 5 # (defaults to 50 seconds)
12 max_wait: 10 # (defaults to 120 seconds)
jan kaufman0fcf1a72015-05-06 10:16:12 +020013
azvyagintseve1b236a2018-07-13 16:59:49 +030014warnings:
15 dsid_missing_source: off
16
jan kaufman0fcf1a72015-05-06 10:16:12 +020017system_info:
18 # This will affect which distro class gets used
19 distro: ubuntu
jan kaufman0fcf1a72015-05-06 10:16:12 +020020 # Other config here will be given to the distro class and/or path classes
21 paths:
22 cloud_dir: /var/lib/cloud/
23 templates_dir: /etc/cloud/templates/
24 upstart_dir: /etc/init/
jan kaufman0fcf1a72015-05-06 10:16:12 +020025 ssh_svcname: ssh
26
Filip Pytloun5bfc1df2015-07-13 14:36:46 +020027growpart:
28 mode: auto
29 devices: ['/']
30
31#swap:
32# filename: /swap.img
33# size: auto
34# maxsize: 1000000000