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