blob: 7fbc1c8f0533d634b43d2ef2b85b101f506f3227 [file] [log] [blame]
Richard Felkld59c5652018-02-08 13:14:05 +01001datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ]
2datasource:
3 Ec2:
4 timeout: 5 # (defaults to 50 seconds)
5 max_wait: 10 # (defaults to 120 seconds)
6 strict_id: false
7 OpenStack:
8 timeout: 5 # (defaults to 50 seconds)
9 max_wait: 10 # (defaults to 120 seconds)
10 MAAS:
11 timeout: 5 # (defaults to 50 seconds)
12 max_wait: 10 # (defaults to 120 seconds)
13
14warnings:
15 dsid_missing_source: off
16
17system_info:
18 # This will affect which distro class gets used
19 distro: ubuntu
20 # 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/
25 ssh_svcname: ssh
26
27growpart:
28 mode: auto
29 devices: ['/']
30
31#swap:
32# filename: /swap.img
33# size: auto
34# maxsize: 1000000000