jan kaufman | 0fcf1a7 | 2015-05-06 10:16:12 +0200 | [diff] [blame] | 1 | datasource: |
| 2 | Ec2: |
| 3 | timeout: 5 # (defaults to 50 seconds) |
| 4 | max_wait: 10 # (defaults to 120 seconds) |
| 5 | |
| 6 | system_info: |
| 7 | # This will affect which distro class gets used |
| 8 | distro: ubuntu |
jan kaufman | 0fcf1a7 | 2015-05-06 10:16:12 +0200 | [diff] [blame] | 9 | # Other config here will be given to the distro class and/or path classes |
| 10 | paths: |
| 11 | cloud_dir: /var/lib/cloud/ |
| 12 | templates_dir: /etc/cloud/templates/ |
| 13 | upstart_dir: /etc/init/ |
jan kaufman | 0fcf1a7 | 2015-05-06 10:16:12 +0200 | [diff] [blame] | 14 | ssh_svcname: ssh |
| 15 | |
Filip Pytloun | 5bfc1df | 2015-07-13 14:36:46 +0200 | [diff] [blame] | 16 | growpart: |
| 17 | mode: auto |
| 18 | devices: ['/'] |
| 19 | |
| 20 | #swap: |
| 21 | # filename: /swap.img |
| 22 | # size: auto |
| 23 | # maxsize: 1000000000 |