azvyagintsev | 9a1737f | 2019-03-11 15:44:54 +0200 | [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 | ssh_svcname: ssh |
| 21 | |
| 22 | growpart: |
| 23 | mode: auto |
| 24 | devices: ['/'] |