blob: 2f1b85c3cecf34ccc1a2f040674135f44d6687f8 [file] [log] [blame]
Filip Pytloun14b75ab2016-03-17 19:32:10 +01001datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ]
Filip Pytloun7ae5c752016-01-15 13:48:38 +01002datasource:
3 Ec2:
4 timeout: 5 # (defaults to 50 seconds)
5 max_wait: 10 # (defaults to 120 seconds)
6 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)
Filip Pytloun7ae5c752016-01-15 13:48:38 +010012
13system_info:
14 # This will affect which distro class gets used
15 distro: ubuntu
16 # 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/
21 ssh_svcname: ssh
22
23growpart:
24 mode: auto
25 devices: ['/']
26
27#swap:
28# filename: /swap.img
29# size: auto
30# maxsize: 1000000000