mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 15:02:08 -03:30
There is actually no test using this since ad6fecefa879515578f3f7810ce6ebac14ac1d3d, 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')] }}"
|