Ondrej Smola | caa8b94 | 2017-03-13 13:57:07 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | salt: |
| 3 | control: |
| 4 | size: |
Ondrej Smola | 4465015 | 2017-03-14 11:16:57 +0100 | [diff] [blame] | 5 | cicd.control: |
Ondrej Smola | caa8b94 | 2017-03-13 13:57:07 +0100 | [diff] [blame] | 6 | cpu: 8 |
| 7 | ram: 32768 |
| 8 | disk_profile: large |
| 9 | net_profile: default |
| 10 | cluster: |
| 11 | internal: |
| 12 | domain: ${_param:cluster_domain} |
| 13 | engine: virt |
| 14 | node: |
| 15 | cid01: |
| 16 | provider: kvm01.${_param:cluster_domain} |
| 17 | image: ${_param:salt_control_xenial_image} |
Ondrej Smola | 4465015 | 2017-03-14 11:16:57 +0100 | [diff] [blame] | 18 | size: cicd.control |
Ondrej Smola | caa8b94 | 2017-03-13 13:57:07 +0100 | [diff] [blame] | 19 | cid02: |
| 20 | provider: kvm02.${_param:cluster_domain} |
| 21 | image: ${_param:salt_control_xenial_image} |
Ondrej Smola | 4465015 | 2017-03-14 11:16:57 +0100 | [diff] [blame] | 22 | size: cicd.control |
Ondrej Smola | caa8b94 | 2017-03-13 13:57:07 +0100 | [diff] [blame] | 23 | cid03: |
| 24 | provider: kvm03.${_param:cluster_domain} |
| 25 | image: ${_param:salt_control_xenial_image} |
Ondrej Smola | 4465015 | 2017-03-14 11:16:57 +0100 | [diff] [blame] | 26 | size: cicd.control |