Ondrej Smola | 0db404e | 2016-12-13 12:48:23 +0100 | [diff] [blame] | 1 | parameters: |
2 | salt: | ||||
3 | control: | ||||
4 | size: | ||||
Ales Komarek | cb1ed2f | 2017-01-18 01:32:26 -0800 | [diff] [blame] | 5 | infra.version_control: |
Ondrej Smola | 0db404e | 2016-12-13 12:48:23 +0100 | [diff] [blame] | 6 | cpu: 4 |
7 | ram: 8192 | ||||
Ondrej Smola | 5dbbc69 | 2016-12-19 11:51:43 +0100 | [diff] [blame] | 8 | disk_profile: small |
Ondrej Smola | 0db404e | 2016-12-13 12:48:23 +0100 | [diff] [blame] | 9 | net_profile: default |
10 | cluster: | ||||
11 | internal: | ||||
12 | domain: ${_param:cluster_domain} | ||||
13 | engine: virt | ||||
14 | node: | ||||
Ondrej Smola | 5dbbc69 | 2016-12-19 11:51:43 +0100 | [diff] [blame] | 15 | git01: |
Ondrej Smola | 0db404e | 2016-12-13 12:48:23 +0100 | [diff] [blame] | 16 | provider: kvm02.${_param:cluster_domain} |
Ondrej Smola | 0a80b31 | 2016-12-14 11:04:16 +0100 | [diff] [blame] | 17 | image: ${_param:salt_control_xenial_image} |
Ales Komarek | cb1ed2f | 2017-01-18 01:32:26 -0800 | [diff] [blame] | 18 | size: infra.version_control |