mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
There is actually no test using this since ad6fecefa8,
so there is no reason to keep that infra in our tests scripts.
12 lines
189 B
YAML
12 lines
189 B
YAML
---
|
|
_vm_count_dict:
|
|
separate: 3
|
|
ha: 3
|
|
ha-recover: 3
|
|
ha-recover-noquorum: 3
|
|
all-in-one: 1
|
|
node-etcd-client: 4
|
|
default: 2
|
|
|
|
vm_count: "{{ _vm_count_dict[mode | d('default')] }}"
|