Richard Felkl | d59c565 | 2018-02-08 13:14:05 +0100 | [diff] [blame] | 1 | datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ] |
| 2 | datasource: |
| 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 | |
| 14 | warnings: |
| 15 | dsid_missing_source: off |
| 16 | |
| 17 | system_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 | |
| 27 | growpart: |
| 28 | mode: auto |
| 29 | devices: ['/'] |
| 30 | |
| 31 | #swap: |
| 32 | # filename: /swap.img |
| 33 | # size: auto |
| 34 | # maxsize: 1000000000 |