Dennis Dmitriev | a57463c | 2017-03-24 17:05:22 +0200 | [diff] [blame] | 1 | virt: |
| 2 | disk: |
| 3 | three_disks: |
| 4 | - system: |
| 5 | size: 4096 |
| 6 | image: ubuntu.qcow |
| 7 | - repository_snapshot: |
| 8 | size: 8192 |
| 9 | image: snapshot.qcow |
| 10 | - cinder-volume: |
| 11 | size: 2048 |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 12 | salt: |
Filip Pytloun | 587cab3 | 2016-03-18 11:09:22 +0100 | [diff] [blame] | 13 | minion: |
| 14 | enabled: true |
Ales Komarek | 5d17e4b | 2016-04-08 11:53:53 +0200 | [diff] [blame] | 15 | master: |
| 16 | host: config01.dc01.domain.com |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 17 | control: |
| 18 | enabled: true |
Ivan Berezovskiy | 8aee992 | 2019-07-15 18:21:22 +0400 | [diff] [blame^] | 19 | common_image_source: |
| 20 | protocol: https |
| 21 | user: foo1 |
| 22 | password: bar1 |
| 23 | url_prefix: mirror.com |
Ales Komarek | ccbb103 | 2016-02-22 09:43:07 +0100 | [diff] [blame] | 24 | virt_enabled: true |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 25 | size: |
| 26 | small: |
| 27 | cpu: 1 |
| 28 | ram: 1 |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 29 | medium: |
| 30 | cpu: 2 |
| 31 | ram: 4 |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 32 | large: |
| 33 | cpu: 4 |
| 34 | ram: 8 |
Dennis Dmitriev | a57463c | 2017-03-24 17:05:22 +0200 | [diff] [blame] | 35 | medium_three_disks: |
| 36 | cpu: 2 |
| 37 | ram: 4 |
| 38 | disk_profile: three_disks |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 39 | cluster: |
| 40 | vpc20_infra: |
| 41 | domain: neco.virt.domain.com |
| 42 | engine: virt |
| 43 | config: |
| 44 | engine: salt |
| 45 | host: master.domain.com |
| 46 | node: |
| 47 | ubuntu1: |
| 48 | provider: node01.domain.com |
Ales Komarek | 5d17e4b | 2016-04-08 11:53:53 +0200 | [diff] [blame] | 49 | image: ubuntu.qcow |
Ales Komarek | 8ba9c0b | 2016-02-21 14:59:59 +0100 | [diff] [blame] | 50 | size: medium |
| 51 | ubuntu2: |
| 52 | provider: node02.domain.com |
Ales Komarek | 5d17e4b | 2016-04-08 11:53:53 +0200 | [diff] [blame] | 53 | image: bubuntu.qcomw |
Ales Komarek | 8fb1da8 | 2016-08-21 23:52:03 +0200 | [diff] [blame] | 54 | size: small |
Dennis Dmitriev | a57463c | 2017-03-24 17:05:22 +0200 | [diff] [blame] | 55 | ubuntu3: |
| 56 | provider: node03.domain.com |
| 57 | image: meowbuntu.qcom2 |
| 58 | size: medium_three_disks |
Ivan Berezovskiy | 8aee992 | 2019-07-15 18:21:22 +0400 | [diff] [blame^] | 59 | ubuntu4: |
| 60 | provider: node04.domain.com |
| 61 | size: small |
| 62 | image_source: |
| 63 | secured: true |
| 64 | protocol: http |
| 65 | user: foo |
| 66 | password: bar |
| 67 | url_prefix: mirror.com |
| 68 | url_path: xenial/image.qcow2 |
| 69 | ubuntu5: |
| 70 | provider: node05.domain.com |
| 71 | size: small |
| 72 | image_source: |
| 73 | secured: true |
| 74 | url_path: stretch/debian.qcow2 |